mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-08 19:49:25 -02:30
Add labeling nodes
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
dest: /root/ccp/
|
||||
|
||||
tasks:
|
||||
- name: Label nodes
|
||||
shell: ./label-nodes.sh
|
||||
args:
|
||||
chdir: /root/ccp
|
||||
run_once: true
|
||||
|
||||
- name: Get namespaces
|
||||
shell: kubectl get namespace
|
||||
|
||||
Reference in New Issue
Block a user