Skip to content

Commit

Permalink
fix: force redownload of Kubelet and kubectl binaries for Flatcar (#893)
Browse files Browse the repository at this point in the history
Without this fix, upgraded Nodes ended up not actually upgrade the Kubelet version
  • Loading branch information
dkoshkin authored Aug 31, 2023
1 parent 1f99e6e commit b7b3082
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/packages/tasks/url.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
checksum: "{{ kubernetes_cni_http_checksum }}"
dest: /tmp/cni.tar.gz
mode: 0755
force: true
owner: root
group: root
force: true

- name: Install CNI
unarchive:
Expand All @@ -57,6 +57,7 @@
mode: 0755
owner: root
group: root
force: true
loop: "{{ kubernetes_bins }}"

- name: Create Kubernetes manifests directory
Expand Down

0 comments on commit b7b3082

Please sign in to comment.