Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 523 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 523 Bytes

Anthos environ sample package

Anthos environ sample package to create GKE clusters on any Anthos platform, and manage the lifecycle of Anthos components on those clusters. It relies on the Anthos Admin Service cluster to provide the functionality.

Kpt Version <0.34.0

Older versions of kpt require setting these fields manually to satisfy kpt fn run . validation:

  1. kpt cfg set ./gke-cluster-1 gcloud.core.project ${PROJECT_ID}
  2. kpt cfg set ./gke-cluster-1 gcloud.project.projectNumber ${PROJECT_NUMBER}