Files
vagrant-k8s-vanilla/inventory.ini
2025-07-15 21:31:41 +02:00

14 lines
310 B
INI

[control_planes]
192.168.122.101
192.168.122.102
192.168.122.103
[workers]
192.168.122.111
192.168.122.112
[all:vars]
# The IP of the first control plane node. This will be the API endpoint for the cluster.
# This MUST match the first IP in the [control_planes] group.
apiserver_endpoint = "192.168.122.101"