Requirements
- Kubectl
- Docker
- Minikube
This needs to be done every time before building, otherwise minikube will not update the image
eval $(minikube docker-env) # Unix shells
minikube docker-env | Invoke-Expression # PowerShell
docker build -t clyent.dev/cloudflare-cloud-controller-manager:v0.0.1 .
kubectl apply -k deploy