Skip to content

Tags: pulumi/templates

Tags

latest

Toggle latest's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

metadata

Toggle metadata's commit message

Unverified

This user has not yet uploaded their public signing key.
fix: rename GitHub Action workflow to avoid CueBlox picking it up