Getting Started: Installation
Dependencies
kind create clusterQuick setup
cd shifu
kubectl apply -f k8s/crd/install/shifu_install.ymlStep by step setup
Last updated
kind create clustercd shifu
kubectl apply -f k8s/crd/install/shifu_install.ymlLast updated
1. Initialize CRD
cd shifu/k8s/crd
make kube-builder-init
2. Create a new kind cluster
// kind delete cluster (in case you have any active kind clusters)
kind create cluster
3. Install CRD
make install