Browse Source

suppress unnecessary change

pull/2931/head
Sascha Marcel Schmidt 6 years ago
parent
commit
ee67ece641
No known key found for this signature in database GPG Key ID: D1D6CE184437796D
1 changed files with 1 additions and 0 deletions
  1. 1
      contrib/network-storage/heketi/roles/provision/tasks/kubernetes.yml

1
contrib/network-storage/heketi/roles/provision/tasks/kubernetes.yml

@ -7,6 +7,7 @@
command: "kubectl create -f {{ role_path }}/glusterfs-daemonset.json"
- register: "daemonset_state"
command: "kubectl get daemonset glusterfs --output=json --ignore-not-found=true"
changed_when: false
- name: "Wait for daemonset to become available."
register: "daemonset_state"
command: "kubectl get daemonset glusterfs --output=json --ignore-not-found=true"

Loading…
Cancel
Save