Browse Source

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

Signed-off-by: jaehanbyun <awbrg789@naver.com>
pull/12529/head
jaehanbyun 1 month ago
committed by GitHub
parent
commit
50c5f39a9d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubespray_defaults/defaults/main/main.yml

2
roles/kubespray_defaults/defaults/main/main.yml

@ -27,7 +27,7 @@ kube_version: "{{ (kubelet_checksums['amd64'] | dict2items)[0].key }}"
## The minimum version working ## The minimum version working
kube_version_min_required: "{{ (kubelet_checksums['amd64'] | dict2items)[-1].key }}" 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 kube_proxy_mode: ipvs
# Kubeadm config api version # Kubeadm config api version

Loading…
Cancel
Save