Tags: pulumi/templates
Tags
Add Kubernetes on GCP templates (#394) * Add Kubernetes on GCP templates Add templates to stand up Kubernetes on GCP (GKE) in Go, Python, TypeScript, and YAML Signed-off-by: Scott Lowe <slowe@pulumi.com> * Update Kubernetes on GCP templates Remove hard-coded names to allow dynamic naming to take place. Removed references to GCP project to allow provider configuration to handle it. Removed references to region or location where possible. Improved comments in the code. Signed-off-by: Scott Lowe <slowe@pulumi.com> * Update Kubernetes on GCP templates Incorporate feedback from code reviewers. Signed-off-by: Scott Lowe <slowe@pulumi.com> * Fix Python formatting Address PEP8 formatting issues in Python template Signed-off-by: Scott Lowe <slowe@pulumi.com> * Update YAML to treat Kubeconfig as a secret For consistency with the behavior of other languages, update YAML to treat Kubeconfig output as a secret Signed-off-by: Scott Lowe <slowe@pulumi.com> * Add Kubernetes on GCP templates Add templates to stand up Kubernetes on GCP (GKE) in Go, Python, TypeScript, and YAML Signed-off-by: Scott Lowe <slowe@pulumi.com> * Update Kubernetes on GCP templates Remove hard-coded names to allow dynamic naming to take place. Removed references to GCP project to allow provider configuration to handle it. Removed references to region or location where possible. Improved comments in the code. Signed-off-by: Scott Lowe <slowe@pulumi.com> * Update Kubernetes on GCP templates Incorporate feedback from code reviewers. Signed-off-by: Scott Lowe <slowe@pulumi.com> * Fix Python formatting Address PEP8 formatting issues in Python template Signed-off-by: Scott Lowe <slowe@pulumi.com> * Update YAML to treat Kubeconfig as a secret For consistency with the behavior of other languages, update YAML to treat Kubeconfig output as a secret Signed-off-by: Scott Lowe <slowe@pulumi.com> Signed-off-by: Scott Lowe <slowe@pulumi.com> Co-authored-by: Christian Nunciato <christian@pulumi.com>