update lints

This commit is contained in:
2022-11-13 10:49:20 -06:00
parent fe37a1f454
commit 7e9372bc48
15 changed files with 180 additions and 187 deletions

View File

@@ -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