mirror of https://github.com/buildpacks/ci.git
1.2 KiB
1.2 KiB
Prerequisites
- GCP account access
- Configured (authenticated)
gcloudbrew cask install google-cloud-sdkgcloud init- Login and select
cncf-buildpacks-ciproject
- Login and select
gcloud auth application-default login
kubectlbrew install kubectl
terraformbrew install terraform
Updates
NOTE: Variables are stored in terraform.tfvars
terraform init
terraform apply
Access
gcloud container clusters get-credentials $(terraform output kubernetes_cluster_name) --region $(terraform output region)
gcloud container clusters get-credentials (terraform output kubernetes_cluster_name) --region (terraform output region)
Dashboards
kubectl proxy