Skip to content

abhide/kind-clusters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

kind-clusters

YAML files for spinning up kind clusters

Create new cluster

➜  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! πŸ‘‹

Delete cluster

➜  kind-clusters git:(master) βœ— make clean
kind delete cluster --name=cluster01
Deleting cluster "cluster01" ...

About

YAML files for spinning up kind clusters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published