Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
changed oc create to oc apply in kubevirt-cpu-node-labeller (#585) (#587
Browse files Browse the repository at this point in the history
)

(cherry picked from commit c5d34db)
  • Loading branch information
Ryan Hallisey authored Jan 25, 2019
1 parent acde806 commit f9f3ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kubevirt-cpu-node-labeller/tasks/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
dest: "/tmp/kubevirt-cpu-node-labeller.yaml"

- name: Create kubevirt-cpu-node-labeller
shell: "{{ cluster_command }} create -f /tmp/kubevirt-cpu-node-labeller.yaml -n {{ kubevirt_node_labeller_namespace }}"
shell: "{{ cluster_command }} apply -f /tmp/kubevirt-cpu-node-labeller.yaml -n {{ kubevirt_node_labeller_namespace }}"

- name: Wait until kubevirt-cpu-node-labeller deamonset is created
shell: "{{ cluster_command }} -n {{ kubevirt_node_labeller_namespace }} get ds | grep -o -E kubevirt-cpu-node-labeller | wc -l"
Expand Down

0 comments on commit f9f3ed4

Please sign in to comment.