Browse Source

Don't apply hardened args to agent (#7089)

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/7209/head
Derek Nola 2 years ago committed by GitHub
parent
commit
d2e04b826a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tests/e2e/validatecluster/Vagrantfile

1
tests/e2e/validatecluster/Vagrantfile vendored

@ -79,7 +79,6 @@ def provision(vm, role, role_num, node_num)
node-external-ip: #{node_ip} node-external-ip: #{node_ip}
flannel-iface: eth1 flannel-iface: eth1
#{db_type} #{db_type}
#{hardened_arg}
YAML YAML
k3s.env = %W[K3S_KUBECONFIG_MODE=0644 #{install_type}] k3s.env = %W[K3S_KUBECONFIG_MODE=0644 #{install_type}]
k3s.config_mode = '0644' # side-step https://github.com/k3s-io/k3s/issues/4321 k3s.config_mode = '0644' # side-step https://github.com/k3s-io/k3s/issues/4321

Loading…
Cancel
Save