*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 3d831b6a authored by entlein's avatar entlein
Browse files

adding fancy wait condition

parent 666c4828
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -69,7 +69,7 @@
- kube-scheduler
- name: Wait for openstack-cloud-controller deamon set to be ready
shell: "/var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml wait --namespace=kube-system --for=condition=Unready pods --selector app=openstack-cloud-controller-manager --timeout=60s"
shell: "/var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml wait --namespace=kube-system --for=condition=Unready pods --selector app=openstack-cloud-controller-manager --timeout=360s"
register: openstack_ccm_ready
- debug: var=openstack_ccm_ready.stdout_lines
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment