File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 wait : true
2828 atomic : true
2929 release_values :
30- ipam :
31- mode : cluster-pool
32- operator :
33- clusterPoolIPv4PodCIDRList : ["10.244.0.0/16"]
34- clusterPoolIPv4MaskSize : 2
3530 ipv4 :
3631 enabled : true
3732 k8sServiceHost : " {{ node_ip.stdout }}"
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ kind: ClusterConfiguration
99clusterName: "k8s-cluster"
1010controlPlaneEndpoint: "{{ node_ip.stdout }}"
1111networking:
12- podSubnet: "10.244.0.0/16 "
13- serviceSubnet: "10.96.0.0/16 "
12+ podSubnet: "{{ pod_subnet }} "
13+ serviceSubnet: "{{ service_subnet }} "
1414controllerManager:
1515 extraArgs:
1616 - name: "node-cidr-mask-size-ipv4"
Original file line number Diff line number Diff line change 1414 - role : common
1515 vars :
1616 os : " xUbuntu_24.04"
17- k8s_major_version : " 1.31 "
17+ k8s_major_version : " 1.32 "
1818 when : inventory_hostname != "k3s"
1919
2020- name : Setup cluster by kubeadm
3131 - role : cluster
3232 vars :
3333 target_env : " staging" # staging or production
34+ pod_subnet : " 10.132.0.0/16"
35+ service_subnet : " 11.132.0.0/16"
3436 when : inventory_hostname != "k3s"
Original file line number Diff line number Diff line change 11K3S_HOST := k3s
2- K8S_HOST := k8s-v131 -control-plane
2+ K8S_HOST := k8s-v132 -control-plane
33
44.PHONY : app-k3s
55app-k3s :
You can’t perform that action at this time.
0 commit comments