mirror of https://github.com/buildpacks/ci.git
|
…
|
||
|---|---|---|
| .. | ||
| README.md | ||
| gke.tf | ||
| k8s-dashboard.tf | ||
| tekton-task-buildpacks.tf | ||
| tekton.tf | ||
| terraform.tfvars | ||
| versions.tf | ||
| vpc.tf | ||
README.md
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