hi, is there any example where pulumi deploys a gk...
# general
s
hi, is there any example where pulumi deploys a gke cluster and then deploys a helm chart to that cluster using YAML ? This seems to be incomplete: https://www.pulumi.com/templates/kubernetes-application/helm-chart/ Yaml here is in Coming Soon stage: https://www.pulumi.com/registry/packages/kubernetes/api-docs/helm/v3/release/
s
What is missing in the template, aside from not creating the GKE cluster? You could take a look at the
kubernetes-gcp-yaml
template (landing page at https://www.pulumi.com/templates/kubernetes/gcp/) and then combine that with the Helm template. Tip: You’ll need to use the Kubeconfig generated when the cluster is created to define a new Kubernetes provider for the Helm portion.