Skip to content

Commit f1d70c7

Browse files
committed
fix review finding
1 parent 0645be8 commit f1d70c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/book/src/tasks/experimental-features/runtime-sdk/implement-extensions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,6 @@ considerations apply:
286286
- It is the responsibility of Cluster API components to surface Runtime Extension errors using conditions.
287287
- Operations will be retried with an exponential backoff or whenever the state of a Cluster changes (we are going to rely
288288
on controller runtime exponential backoff/watches).
289-
- If the operation is defined as "blocking", the error is going to block a lifecycle transition, e.g. returning a non-zero
290-
`retryAfterSeconds` on a Runtime Extension for the `BeforeClusterUpgrade` hook is going to block the Cluster upgrade.
291289
- If there is more than one Runtime Extension registered for the same Runtime Hook and at least one of them fails,
292290
all the registered Runtime Extension will be retried. See [Idempotence](#idempotence)
293291

0 commit comments

Comments
 (0)