Add missing command to apply updates to GKE cluster #1533
Labels
area/docs
Improvements or additions to documentation
area/examples
kind/bug
Some behavior is incorrect or out of spec
size/S
Estimated effort to complete (1-2 days).
File: themes/default/content/registry/packages/gcp/installation-configuration.md
Hi, I was able to run the example app of kubernetes-ts-multicloud for GKE cluster, however, I noticed that when we update the pulumi code, it threw authentication errors like:
So, after installing the plugin with the below command, I was able to apply the updates.
Which updates did I do?
I had a local cluster with minikube and I left the local cluster configuration uncommented so I got some errors regarding the static IP address for such cluster, so, that provoked to fail the process of my GKE cluster. To fix it, I had to comment out the local cluster configuration but then I got the above error about the GKE command plugin, and after installing it, I was able to create the missing resources for my GKE cluster and now everything is working as expected.
So, I recommend updating the documentation by adding that command as a prerequisite to authenticating to GCP with Pulumi.
Thanks!
The text was updated successfully, but these errors were encountered: