Initial commit
This commit is contained in:
commit
a267b572a3
23 changed files with 2173 additions and 0 deletions
15
tmpl/kind-config.yaml
Normal file
15
tmpl/kind-config.yaml
Normal 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 }}"
|
Loading…
Add table
Add a link
Reference in a new issue