Skip to content

Commit

Permalink
Update k8s-net-calico.yml (kubernetes-sigs#11113)
Browse files Browse the repository at this point in the history
removed the confusing comment about defaulting to `kube_network_node_prefix` as we are not really defaulting to it when cni is Calico
  • Loading branch information
ehsan310 authored and dabeck committed May 7, 2024
1 parent 362c433 commit 3aeb6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/sample/group_vars/k8s_cluster/k8s-net-calico.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ calico_cni_name: k8s-pod-network
# add default ippool name
# calico_pool_name: "default-pool"

# add default ippool blockSize (defaults kube_network_node_prefix)
# add default ippool blockSize
calico_pool_blocksize: 26

# add default ippool CIDR (must be inside kube_pods_subnet, defaults to kube_pods_subnet otherwise)
Expand Down

0 comments on commit 3aeb6ae

Please sign in to comment.