Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 821 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 821 Bytes

infrastructure

Infrastructure as Code for launching CTM cloud

Install required software

Getting Started

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