Skip to content

Commit 1077789

Browse files
authored
Merge pull request #69346 from skopacz1/update_list_order
2 parents b76c33e + c3da049 commit 1077789

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

modules/update-process-workflow.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,15 @@ The job then extracts the manifests and metadata from the release image to a sha
2727
Certain conditions can prevent updates from proceeding.
2828
These conditions are either determined by the CVO itself, or reported by individual cluster Operators that detect some details about the cluster that the Operator considers problematic for the update.
2929

30-
// to do: potentially add an example of a precondition to the bullet above.
31-
3230
. The CVO records the accepted release in `status.desired` and creates a `status.history` entry about the new update.
3331

3432
. The CVO begins reconciling the manifests from the release image.
3533
Cluster Operators are updated in separate stages called Runlevels, and the CVO ensures that all Operators in a Runlevel finish updating before it proceeds to the next level.
3634

3735
. Manifests for the CVO itself are applied early in the process.
38-
When the CVO deployment is applied, the current CVO pod terminates, and a CVO pod using the new version starts.
36+
When the CVO deployment is applied, the current CVO pod stops, and a CVO pod that uses the new version starts.
3937
The new CVO proceeds to reconcile the remaining manifests.
4038

41-
// to do: potentially replace some instances of "apply" in this doc with something like "reconcile" to imply that a lot of these processes are constantly repeating, rather than happening only once.
42-
4339
. The update proceeds until the entire control plane is updated to the new version.
4440
Individual cluster Operators might perform update tasks on their domain of the cluster, and while they do so, they report their state through the `Progressing=True` condition.
4541

0 commit comments

Comments
 (0)