Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 392 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 392 Bytes

To bring up a cluster.

visit the kind releases page

and the kind docs

This configuration makes use of kinds v1alpha3 api to create an ha cluster with calico

This requires a change to the cluster cidr and the cni manifest.

kind create cluster --config config

to clean it up

kind delete cluster