mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
chore: add 'nftables' to kube_proxy_mode comment (#12522)
Signed-off-by: jaehanbyun <awbrg789@naver.com>
This commit is contained in:
@@ -27,7 +27,7 @@ kube_version: "{{ (kubelet_checksums['amd64'] | dict2items)[0].key }}"
|
||||
## The minimum version working
|
||||
kube_version_min_required: "{{ (kubelet_checksums['amd64'] | dict2items)[-1].key }}"
|
||||
|
||||
## Kube Proxy mode One of ['iptables', 'ipvs']
|
||||
## Kube Proxy mode One of ['ipvs', 'iptables', 'nftables']
|
||||
kube_proxy_mode: ipvs
|
||||
|
||||
# Kubeadm config api version
|
||||
|
||||
Reference in New Issue
Block a user