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:
16
hosts
16
hosts
@@ -66,6 +66,18 @@ hass2.pyrocufflink.blue
|
||||
[jenkins-slave]
|
||||
build0-amd64.pyrocufflink.blue
|
||||
|
||||
[k8s-controller]
|
||||
k8s-ctrl0.pyrocufflink.blue
|
||||
|
||||
[k8s-node]
|
||||
k8s-amd64-n0.pyrocufflink.blue
|
||||
k8s-amd64-n1.pyrocufflink.blue
|
||||
k8s-amd64-n2.pyrocufflink.blue
|
||||
|
||||
[kubelet:children]
|
||||
k8s-controller
|
||||
k8s-node
|
||||
|
||||
[motioneye]
|
||||
|
||||
[named-server:children]
|
||||
@@ -104,6 +116,10 @@ file0.pyrocufflink.blue
|
||||
git0.pyrocufflink.blue
|
||||
hass2.pyrocufflink.blue
|
||||
jenkins0.pyrocufflink.blue
|
||||
k8s-amd64-n0.pyrocufflink.blue
|
||||
k8s-amd64-n1.pyrocufflink.blue
|
||||
k8s-amd64-n2.pyrocufflink.blue
|
||||
k8s-ctrl0.pyrocufflink.blue
|
||||
logs0.pyrocufflink.blue
|
||||
matrix0.pyrocufflink.blue
|
||||
nvr1.pyrocufflink.blue
|
||||
|
||||
Reference in New Issue
Block a user