Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
  • Loading branch information
michal-gubricky committed Jul 9, 2024
1 parent bb646bc commit 21c474f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playbooks/openstack/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@
- name: Apply cluster template
ansible.builtin.command: "kubectl apply -f {{ ansible_user_dir }}/cluster.yaml"
changed_when: true
- name: Debug puase
ansible.builtin.pause:
seconds: 120
- name: Apply cluster template
ansible.builtin.command: "kubectl describe clusters test-cluster"
changed_when: true
- name: Get kubeadmcontrolplane name
ansible.builtin.command: "kubectl get kubeadmcontrolplane -o=jsonpath='{.items[0].metadata.name}'"
retries: 6
Expand Down

0 comments on commit 21c474f

Please sign in to comment.