1
0
Fork 0

Initial commit

This commit is contained in:
Sergio Talens-Oliag 2023-07-17 23:34:46 +02:00
commit a267b572a3
Signed by: sto
GPG key ID: 821AEE0FD167FBDF
23 changed files with 2173 additions and 0 deletions

15
tmpl/kind-config.yaml Normal file
View file

@ -0,0 +1,15 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
name: {{ .cname }}
nodes:
- role: control-plane
- role: worker
- role: worker
- role: worker
networking:
apiServerAddress: "{{ .host_ip }}"
apiServerPort: 6443
disableDefaultCNI: true
kubeProxyMode: none
podSubnet: "{{ .cluster_subnet }}"
serviceSubnet: "{{ .service_subnet }}"