Skip to content
Snippets Groups Projects
Unverified Commit af8210df authored by NierYYDS's avatar NierYYDS Committed by GitHub
Browse files

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`)
parent 49396958
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
import_tasks: facts.yml
tags:
- facts
- kubelet
- name: Pre-upgrade kubelet
import_tasks: pre_upgrade.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment