Wait for stable cluster after openshift_setup configuration changes#3908
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
f6142a7 to
976c753
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 28m 50s |
976c753 to
d3f2fe1
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 39m 27s |
00d90a5 to
143fc63
Compare
The openshift_setup role modifies cluster-wide resources (Image/cluster additionalTrustedCA, registrySources, ImageContentSourcePolicy, Network operator config) that trigger rolling updates of the API server and other control plane components. Without waiting for these rollouts to complete, subsequent tasks (e.g. kustomize_deploy) fail with 401 Unauthorized because the API server pods are being recycled. Signed-off-by: Miguel Angel Nieto Jimenez <mnietoji@redhat.com>
143fc63 to
fb5ae82
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 29m 35s |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 29m 16s |
|
recheck |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 19m 58s |
The openshift_setup role modifies cluster-wide resources (Image/cluster additionalTrustedCA, registrySources, ImageContentSourcePolicy, Network operator config) that trigger rolling updates of the API server and other control plane components. Without waiting for these rollouts to complete, subsequent tasks (e.g. kustomize_deploy) fail with 401 Unauthorized because the API server pods are being recycled.