Only setup/cleanup yaml config for servers (#272)

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2023-12-06 13:55:32 -08:00
committed by GitHub
parent 9998f503b4
commit 1c11767619
5 changed files with 24 additions and 17 deletions

4
Vagrantfile vendored
View File

@@ -34,8 +34,10 @@ def provision(vm, role, node_num)
extra_agent_args: "--node-external-ip #{node_ip} --flannel-iface eth1",
# Optional, left as reference for ruby-ansible syntax
# extra_service_envs: [ "NO_PROXY='localhost'" ],
# config_yaml: <<~YAML
# server_config_yaml: <<~YAML
# write-kubeconfig-mode: 644
# kube-apiserver-arg:
# - advertise-port=1234
# YAML
}
end