Infrastructure as Code for launching CTM cloud
Automatically download the other necessary repos
make pull
Request access to our Google Account to access secrets (contact Ross). Once you have access:
make pull-secrets
Push changes to secrets
make push-secrets
Startup minikube
make minikube
Configure docker to utilize the minikube environment
eval $(minikube docker-env) && export DOCKER_API_VERSION=1.23