You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After creating a cluster in a non-default region, such as with the flag --cloud-region us-central1, the root-credentials command still posts an api call indicating it expects the cluster in the default us-east1 and there doesn't appear to be a flag to modify this.
$ kubefirst beta gcp root-credentials
se01
Error: could not build kubernetes config for gcp cluster se01: error getting container cluster: rpc error: code = NotFound desc = Not found: projects/project-082023/locations/us-east1/clusters/se01.
error details: name = RequestInfo id = 0xb0059c9aa5e723f0 data =
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
cameronraysmith
changed the title
beta gcp root-credentials command doesn't utilize non-default regions
beta gcp: root-credentials command doesn't utilize non-default regions
Aug 21, 2023
Which version of kubefirst are you using?
2.2.9
Which cloud provider?
Google Cloud
Which installation type?
CLI
Which distributed Git provider?
GitHub
What is the issue?
After creating a cluster in a non-default region, such as with the flag
--cloud-region us-central1
, the root-credentials command still posts an api call indicating it expects the cluster in the defaultus-east1
and there doesn't appear to be a flag to modify this.$ kubefirst beta gcp root-credentials se01 Error: could not build kubernetes config for gcp cluster se01: error getting container cluster: rpc error: code = NotFound desc = Not found: projects/project-082023/locations/us-east1/clusters/se01. error details: name = RequestInfo id = 0xb0059c9aa5e723f0 data =
Code of Conduct
The text was updated successfully, but these errors were encountered: