hosts: Add Kubernetes machines
There is no specific playbook or role for Kubernetes. All OS configuration is done at install time via kickstart scripts, and deploying Kubernetes itself is done (manually) using `kubeadm init` and `kubeadm join`.
This commit is contained in:
10
group_vars/kubelet.yml
Normal file
10
group_vars/kubelet.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
samba_interfaces:
|
||||
- '{{ ansible_default_ipv4.interface }}'
|
||||
host_uses_firewalld: false
|
||||
collectd_processes_kubelet:
|
||||
- name: crio
|
||||
- name: kubelet
|
||||
collectd_processes_controller:
|
||||
- name: etcd
|
||||
- name: kube-apiserver
|
||||
- name: kube-controller
|
||||
Reference in New Issue
Block a user