Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 320 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 320 Bytes

K3s cluster with local registry

Modify CLUSTER_NAME in .envrc if needed

Create cluster

./create.sh

Test Setup

export KUBECONFIG=$(k3d kubeconfig write ${CLUSTER_NAME})
kubectl cluster-info
kubectl apply -f ../example
kubectl get pod

Delete cluster

./delete.sh