update lints
This commit is contained in:
@@ -13,7 +13,7 @@ flannel_iface: "eth0"
|
||||
apiserver_endpoint: "192.168.20.120"
|
||||
|
||||
# k3s_token is required masters can talk together securely
|
||||
k3s_token: "{{ lookup('env','k3s_token') }}"
|
||||
k3s_token: "{{ lookup('env', 'k3s_token') }}"
|
||||
|
||||
# The IP on which the node is reachable in the cluster.
|
||||
# Here, a sensible default is provided, you can still override
|
||||
@@ -42,7 +42,7 @@ extra_server_args: >-
|
||||
--kubelet-arg containerd=/run/k3s/containerd/containerd.sock
|
||||
--feature-gates RemoveSelfLink=false
|
||||
extra_agent_args: >-
|
||||
{{ extra_args }}
|
||||
{{ extra_args }}
|
||||
--kubelet-arg node-status-update-frequency=5s
|
||||
|
||||
# image tag for kube-vip
|
||||
|
||||
Reference in New Issue
Block a user