Files
offline_kubespray/kubespray/inventory/exem/inventory.ini
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

21 lines
395 B
INI

[all]
hostname1 ansible_host=10.10.54.200 ip=10.10.54.200 etcd_member_name=hostname1 ansible_port=22
hostname2 ansible_host=10.10.54.201 ip=10.10.54.201 ansible_port=22
hostname3 ansible_host=10.10.54.202 ip=10.10.54.202 ansible_port=22
[kube_control_plane]
hostname1
[etcd]
hostname1
[kube_node]
hostname2
hostname3
[calico_rr]
[k8s_cluster:children]
kube_control_plane
kube_node
calico_rr