Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: (gcloud.container.clusters.delete) One of [--zone, --region] must be supplied: Please specify location.. #488

Closed
Ark-kun opened this issue Dec 6, 2018 · 4 comments

Comments

@Ark-kun
Copy link
Contributor

Ark-kun commented Dec 6, 2018

Are we leaking clusters?

https://gubernator.k8s.io/build/kubernetes-jenkins/pr-logs/pull/kubeflow_pipelines/190/kubeflow-pipeline-e2e-test/5

/home/prow/go/src/github.com/kubeflow/pipelines/test/kubeflow_latest_release/e2e-4a4aaea-21979/gcp_config /home/prow/go/src/github.com/kubeflow/pipelines/test/kubeflow_latest_release/e2e-4a4aaea-21979
+ /home/prow/go/src/github.com/kubeflow/pipelines/test/kubeflow_master/scripts/gke/delete_deployment.sh ml-pipeline-test e2e-4a4aaea-21979 cluster-kubeflow.yaml
+++ dirname /home/prow/go/src/github.com/kubeflow/pipelines/test/kubeflow_master/scripts/gke/delete_deployment.sh
++ cd /home/prow/go/src/github.com/kubeflow/pipelines/test/kubeflow_master/scripts/gke
++ pwd
+ DIR=/home/prow/go/src/github.com/kubeflow/pipelines/test/kubeflow_master/scripts/gke
+ PROJECT=ml-pipeline-test
+ DEPLOYMENT_NAME=e2e-4a4aaea-21979
+ CONFIG_FILE=cluster-kubeflow.yaml
+ gcloud deployment-manager --project=ml-pipeline-test deployments delete e2e-4a4aaea-21979 --quiet
Waiting for delete [operation-1544064522463-57c51895f2719-d26279ad-dd4c209f]...
..................................................................................................................................................................................................................done.
Delete operation operation-1544064522463-57c51895f2719-d26279ad-dd4c209f completed successfully.
+ RESULT=0
+ '[' 0 -ne 0 ']'
+ gcloud --project=ml-pipeline-test container clusters delete --zone= e2e-4a4aaea-21979 --quiet
ERROR: (gcloud.container.clusters.delete) One of [--zone, --region] must be supplied: Please specify location..
@vicaire
Copy link
Contributor

vicaire commented Mar 26, 2019

Can this be closed?

@IronPan
Copy link
Member

IronPan commented Mar 27, 2019

/close

@k8s-ci-robot
Copy link
Contributor

@IronPan: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

1 similar comment
@k8s-ci-robot
Copy link
Contributor

@IronPan: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Linchin pushed a commit to Linchin/pipelines that referenced this issue Apr 11, 2023
* Fix bucket where artifacts are uploaded to

* Prow spyglass are still using kubernetes-jenkins; if we use kubeflow-ci_temp
  the results won't show up in spyglass.

* Also we don't need to set suffix to fakesuffix.

* related to kubeflow/kfctl#58

* Don't set bucket by default in E2E workflow; rely on prow_artifacts.py to set the default

* Fix lint; need to set rcfile path.

* Fix lint errors.

* Fix lint.

* Fix lint.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants