update
This commit is contained in:
14
kubespray/inventory/local/hosts.ini
Normal file
14
kubespray/inventory/local/hosts.ini
Normal file
@@ -0,0 +1,14 @@
|
||||
node1 ansible_connection=local local_release_dir={{ansible_env.HOME}}/releases
|
||||
|
||||
[kube_control_plane]
|
||||
node1
|
||||
|
||||
[etcd]
|
||||
node1
|
||||
|
||||
[kube_node]
|
||||
node1
|
||||
|
||||
[k8s_cluster:children]
|
||||
kube_node
|
||||
kube_control_plane
|
||||
Reference in New Issue
Block a user