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

Skip to content
Snippets Groups Projects
Commit 585083ef authored by entlein's avatar entlein
Browse files

no idea why kubectl doesnt work from within ansible when it works perfectly fine from the node

parent b0f1458c
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
- name: kill the openstack ccm pods to make sure they boot in permissive mode
shell: "/var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml --namespace=kube-system rollout restart ds openstack-cloud-controller-manager"
shell: "/var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml rollout restart -n kube-system ds openstack-cloud-controller-manager "
register: openstack_ccm_ready
when: ( 'master' in group_names )
- name: Sleep for 300 seconds and continue with play
......
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