kpt: gcloud.core.project autosetter failing in v0.36.x and v0.37.x
I was trying to use kpt as a part of the kubeflow setup (https://www.kubeflow.org/docs/gke/deploy/management-setup/) and ran into some errors associated with the gcloud.core.project autosetter.
Specifically, this command:
kpt pkg get https://github.com/kubeflow/gcp-blueprints.git/management@v1.2.0 /PATH/TO/DIR
returns the error:
failed to set "gcloud.core.project" automatically in package "management" with error: setter "gcloud.core.project" is not found
Reverting to v0.35.0 fixes this error.
This is my first time using kpt, so hopefully it is not just user error on my part!
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 20 (8 by maintainers)
@sidpalas Yes. I am trying to debug the issue on your end. Can you paste the output of this command.
printenv | grep KPT