23 lines
624 B
YAML
23 lines
624 B
YAML
|
---
|
||
|
|
||
|
cluster:
|
||
|
allowSchedulingOnControlPlanes: true
|
||
|
controlPlane:
|
||
|
endpoint: https://cp00.balsillie.house:6443
|
||
|
localAPIServerPort: 6443
|
||
|
clusterName: cluster00.balsillie.house
|
||
|
extraManifests:
|
||
|
- https://raw.githubusercontent.com/alex1989hu/kubelet-serving-cert-approver/main/deploy/standalone-install.yaml
|
||
|
network:
|
||
|
cni:
|
||
|
name: custom
|
||
|
urls:
|
||
|
- https://raw.githubusercontent.com/projectcalico/calico/v3.29.1/manifests/tigera-operator.yaml
|
||
|
dnsDomain: cluster00.balsillie.house
|
||
|
podSubnets:
|
||
|
- 10.64.0.0/12
|
||
|
serviceSubnets:
|
||
|
- 10.80.0.0/12
|
||
|
proxy:
|
||
|
disabled: true
|