Install clusterctl
:
curl -L https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.2.5/clusterctl-linux-amd64 -o /tmp/clusterctl
install /tmp/clusterctl ~/.local/bin/clusterctl
Build the cluster-api-provider-vcluster
image:
cd cluster-api-provider-vcluster/
skaffold run
Install the Operator:
cd operator/
skaffold run
Install resources:
make run
Install the APIServer:
cd apiserver/
kubectl apply -k k8s/
skaffold run
Install the Web proxy:
cd web/
skaffold run
Install the Metrics proxy:
cd metrics-proxy/
skaffold run