revert from lint

This commit is contained in:
2022-11-19 12:05:40 -06:00
parent e4091d16a1
commit be93b28035
14 changed files with 180 additions and 172 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
@@ -40,9 +40,8 @@ extra_server_args: >-
--kube-scheduler-arg bind-address=0.0.0.0
--etcd-expose-metrics true
--kubelet-arg containerd=/run/k3s/containerd/containerd.sock
extra_agent_args: >-
{{ extra_args }}
{{ extra_args }}
--kubelet-arg node-status-update-frequency=5s
# image tag for kube-vip