Files
offline_kubespray/kubespray/inventory/exem/inventory.ini
2024-04-19 10:24:21 +09:00

22 lines
411 B
INI

[all]
test-master ansible_host=10.10.54.151 ip=10.10.54.151 etcd_member_name=master ansible_port=22
test-worker1 ansible_host=10.10.54.152 ip=10.10.54.152 ansible_port=22
test-worker2 ansible_host=10.10.54.153 ip=10.10.54.153 ansible_port=22
[kube_control_plane]
test-master
[etcd]
test-master
[kube_node]
test-worker1
test-worker2
[calico_rr]
[k8s_cluster:children]
kube_control_plane
kube_node
calico_rr