The wait-for-ceo cmd is used during bootstrap to wait until the bootstrap completion conditions are met i.e etcd has scaled up to 3 members + bootstrap.
https://github.com/openshift/installer/blob/d08c982cdbb7f66b810f71aa9608bf51cce8c38c/data/data/bootstrap/files/usr/local/bin/bootkube.sh.template#L569-L576
Currently this cmd won't return errors in the following two places:
- Only logging not returning: https://github.com/openshift/cluster-etcd-operator/blob/cbfb856ec8892687a303989b84e01c8f34c1967e/pkg/cmd/waitforceo/waitforceo.go#L51-L58
- Defining a new err in the if block's scope means it doesn't get passed out: https://github.com/openshift/cluster-etcd-operator/blob/master/pkg/operator/bootstrapteardown/waitforceo.go#L26-L28
- blocks
-
OCPBUGS-33564 Errors not returned from wait-for-ceo cmd during bootstrap teardown
- Closed
- is cloned by
-
OCPBUGS-33564 Errors not returned from wait-for-ceo cmd during bootstrap teardown
- Closed
- links to
-
RHEA-2024:0041 OpenShift Container Platform 4.16.z bug fix update