Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
migrate operand ns from CVO
Recovery testing shows that operators that delegate operand ns creation to CVO
take too long (several minutes, at least) to recover after operand ns is deleted.
If other COs depend on health of the operand deployment, this sets a chain reaction
in the cluster.  On the other hand, if ns creation is controlled by the operator,
recovery happens immediately.
  • Loading branch information
sallyom committed Apr 17, 2020
commit 12624fbe9ac98621e95cfb88a2790dd40001e6b7
1 change: 1 addition & 0 deletions pkg/operator/sync_openshiftcontrollermanager_v311_00.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func syncOpenShiftControllerManager_v311_00_to_latest(c OpenShiftControllerManag
"v3.11.0/openshift-controller-manager/tokenreview-clusterrolebinding.yaml",
"v3.11.0/openshift-controller-manager/leader-role.yaml",
"v3.11.0/openshift-controller-manager/leader-rolebinding.yaml",
"v3.11.0/openshift-controller-manager/ns.yaml",
"v3.11.0/openshift-controller-manager/old-leader-role.yaml",
"v3.11.0/openshift-controller-manager/old-leader-rolebinding.yaml",
"v3.11.0/openshift-controller-manager/separate-sa-role.yaml",
Expand Down