YAML files for spinning up kind clusters
β kind-clusters git:(master) β make init
kind create cluster --config=cluster01.yaml --name=cluster01 --wait=300s
Creating cluster "cluster01" ...
β Ensuring node image (kindest/node:v1.19.1) πΌ
β Preparing nodes π¦
β Writing configuration π
β Starting control-plane πΉοΈ
β Installing CNI π
β Installing StorageClass πΎ
β Waiting β€ 5m0s for control-plane = Ready β³
β’ Ready after 59s π
Set kubectl context to "kind-cluster01"
You can now use your cluster with:
kubectl cluster-info --context kind-cluster01
Have a nice day! π
β kind-clusters git:(master) β make clean
kind delete cluster --name=cluster01
Deleting cluster "cluster01" ...