intellij 中的 GCP Cloud 代码插件 "Failed to enable GCP auth addon"

GCP Cloud code plugin in intellij "Failed to enable GCP auth addon"

尝试在本地 运行“java 云 运行 hello word 示例”云 运行:运行 本地

我不断得到

Enabling GCP auth addon...

Failed to enable GCP auth addon. Deployment will continue but GCP credentials will not be added to minikube. Please ensure you have up to date application default credentials (ADC) by running gcloud auth login --update-adc

我尝试过但没有解决问题的事情

Current configuration

我错过了什么?

这似乎是 minikube

的错误

解决方法:

  1. 安装minikubehttps://minikube.sigs.k8s.io/docs/start/
  2. 在您的终端中,运行 minikube delete --all
  3. 从 Docker
  4. 中删除现有的 minikube 镜像

原始解决方法和问题详情如下:

https://github.com/GoogleCloudPlatform/cloud-code-intellij/issues/2949#issuecomment-870120602