mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-09 23:13:30 +01:00
Bugfix: Disable k3s default kube proxy option missing
This commit is contained in:
parent
9a15d8eddf
commit
72638e8e3d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue