Bugfix: Disable k3s default kube proxy option missing

This commit is contained in:
Xan Manning 2020-09-26 18:49:11 +01:00
parent 9a15d8eddf
commit 72638e8e3d

View file

@ -116,6 +116,9 @@ k3s_disable_cloud_controller: false
# Disable k3s network policy controller
k3s_disable_network_policy: false
# Disable k3s default kube proxy.
k3s_disable_kube_proxy: false
# Default local storage path for local provisioner storage class, if set to "false" we will use the default
k3s_default_local_storage_path: false