File tree Expand file tree Collapse file tree 5 files changed +11
-0
lines changed
bootstrap/kubeadm/config/manager
controlplane/kubeadm/config/manager Expand file tree Collapse file tree 5 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2525 - " --bootstrap-token-ttl=${KUBEADM_BOOTSTRAP_TOKEN_TTL:=15m}"
2626 image : controller:latest
2727 name : manager
28+ env :
29+ - name : GOMAXPROCS
30+ value : " 16"
2831 ports :
2932 - containerPort : 9440
3033 name : healthz
Original file line number Diff line number Diff line change 3838 valueFrom :
3939 fieldRef :
4040 fieldPath : metadata.uid
41+ - name : GOMAXPROCS
42+ value : " 16"
4143 ports :
4244 - containerPort : 9440
4345 name : healthz
Original file line number Diff line number Diff line change 3737 valueFrom :
3838 fieldRef :
3939 fieldPath : metadata.uid
40+ - name : GOMAXPROCS
41+ value : " 16"
4042 ports :
4143 - containerPort : 9440
4244 name : healthz
Original file line number Diff line number Diff line change 3737 fieldPath : metadata.uid
3838 - name : DOCKER_HOST
3939 value : ${CAPD_DOCKER_HOST:=""}
40+ - name : GOMAXPROCS
41+ value : " 16"
4042 ports :
4143 - containerPort : 9440
4244 name : healthz
Original file line number Diff line number Diff line change 2828 valueFrom :
2929 fieldRef :
3030 fieldPath : status.podIP
31+ - name : GOMAXPROCS
32+ value : " 16"
3133 ports :
3234 - containerPort : 9440
3335 name : healthz
You can’t perform that action at this time.
0 commit comments