mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2025-02-16 01:22:03 +01:00
Bugfix: Disable k3s default kube proxy option missing
This commit is contained in:
parent
9a15d8eddf
commit
72638e8e3d
@ -116,6 +116,9 @@ k3s_disable_cloud_controller: false
|
|||||||
# Disable k3s network policy controller
|
# Disable k3s network policy controller
|
||||||
k3s_disable_network_policy: false
|
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
|
# Default local storage path for local provisioner storage class, if set to "false" we will use the default
|
||||||
k3s_default_local_storage_path: false
|
k3s_default_local_storage_path: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user