Skip to content

Commit

Permalink
Squeeze kube_pods_subnet cidr
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Jan 8, 2025
1 parent ee64b49 commit 13dc164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/dev/group_vars/all/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ krew_enabled: false
kube_config_dir: /etc/kubernetes
kube_script_dir: "{{ bin_dir }}/kubernetes-scripts"
kube_manifest_dir: "{{ kube_config_dir }}/manifests"
kube_pods_subnet: "192.168.0.0/16"
kube_pods_subnet: "192.168.0.0/24"
kube_network_plugin: calico
kube_owner: root
kube_proxy_mode: iptables
Expand Down

0 comments on commit 13dc164

Please sign in to comment.