mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
fix: add kubelet tag in task of fetch facts to avoid kubelet config inconsistencies (#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`)
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
import_tasks: facts.yml
|
import_tasks: facts.yml
|
||||||
tags:
|
tags:
|
||||||
- facts
|
- facts
|
||||||
|
- kubelet
|
||||||
|
|
||||||
- name: Pre-upgrade kubelet
|
- name: Pre-upgrade kubelet
|
||||||
import_tasks: pre_upgrade.yml
|
import_tasks: pre_upgrade.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user