mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
first cut of an upgrade process
This commit is contained in:
committed by
Matthew Mosesohn
parent
948d9bdadb
commit
017a813621
5
roles/upgrade/post-upgrade/tasks/main.yml
Normal file
5
roles/upgrade/post-upgrade/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
- name: Uncordon node
|
||||
command: kubectl uncordon {{ ansible_hostname }}
|
||||
delegate_to: "{{ groups['kube-master'][0] }}"
|
||||
Reference in New Issue
Block a user