kubeflow / pipelines

Machine Learning Pipelines for Kubeflow
https://www.kubeflow.org/docs/components/pipelines/
Apache License 2.0
3.61k stars 1.63k forks source link

[MKP] GCP secret files are empty #2489

Closed Ark-kun closed 5 years ago

Ark-kun commented 5 years ago
> kubectl get secret user-gcp-sa -o yaml
Fetching cluster endpoint and auth data.
kubeconfig entry generated for cluster-1.
apiVersion: v1
data:
  application_default_credentials.json: ""
  user-gcp-sa.json: ""
numerology commented 5 years ago

Just wanna confirm. Did you go through the procedure in the guide

numerology commented 5 years ago

This is the current intended behavior for alpha launch. Will be fixed in beta launch. For alpha launch please follow guide to setup user-gcp-sa secret.

numerology commented 5 years ago

/close

k8s-ci-robot commented 5 years ago

@numerology: Closing this issue.

In response to [this](https://github.com/kubeflow/pipelines/issues/2489#issuecomment-546648170): >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.