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

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/7209/head
Derek Nola 2023-04-04 09:35:28 -07:00 committed by GitHub
parent d388b82d25
commit d2e04b826a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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