chore: add 'nftables' to kube_proxy_mode comment (#12522)

Signed-off-by: jaehanbyun <awbrg789@naver.com>
This commit is contained in:
jaehanbyun
2025-09-02 16:57:15 +09:00
committed by GitHub
parent 8e401f94ea
commit 50c5f39a9d

View File

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