Skip to content

Commit

Permalink
fix: add kubelet tag in task of fetch facts to avoid kubelet config i…
Browse files Browse the repository at this point in the history
…nconsistencies (kubernetes-sigs#10423)

when people run playbook with option `--tags=kubelet`, the kubelet config may changed, because some variables used in task populating `kubelet-config.yml`  could be different with running task(`Fetch facts`)
  • Loading branch information
NierYYDS authored and pedromcpedro committed May 8, 2024
1 parent 6929731 commit 9058f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/kubernetes/node/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import_tasks: facts.yml
tags:
- facts
- kubelet

- name: Pre-upgrade kubelet
import_tasks: pre_upgrade.yml
Expand Down

0 comments on commit 9058f64

Please sign in to comment.