mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Airgap Support (#253)
* Initial airgap support * Support any of the compressed image formats * Add airgap section to README * Support Airgap SElinux RPM install Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -9,7 +9,7 @@ NETWORK_PREFIX = "10.10.10"
|
||||
def provision(vm, role, node_num)
|
||||
vm.box = NODE_BOXES[node_num]
|
||||
vm.hostname = role
|
||||
# We use a private network because the default IPs are dynamicly assigned
|
||||
# We use a private network because the default IPs are dynamically assigned
|
||||
# during provisioning. This makes it impossible to know the server-0 IP when
|
||||
# provisioning subsequent servers and agents. A private network allows us to
|
||||
# assign static IPs to each node, and thus provide a known IP for the API endpoint.
|
||||
|
||||
Reference in New Issue
Block a user