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

CI failed to setup the cluster #420

Closed
gaocegege opened this issue Feb 28, 2018 · 3 comments
Closed

CI failed to setup the cluster #420

gaocegege opened this issue Feb 28, 2018 · 3 comments

Comments

@jlewi
Copy link
Contributor

jlewi commented Feb 28, 2018

The Error is available via the Argo UI.

ERROR:root:Exception occured creating cluster: <HttpError 400 when requesting https://container.googleapis.com/v1/projects/mlkube-testing/zones/us-east1-d/cl
usters?alt=json returned "Version "1.8.5-gke.0" is invalid.">, status: 400
Traceback (most recent call last):
 File "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
   "__main__", fname, loader, pkg_name)
 File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
   exec code in run_globals
 File "/mnt/test-data-volume/kubeflow-tf-operator-presubmit-tfjob-e2e-408-0b807f3-110-8dd6/src/kubeflow/tf-operator/py/deploy.py", line 276, in <module>
   main()
 File "/mnt/test-data-volume/kubeflow-tf-operator-presubmit-tfjob-e2e-408-0b807f3-110-8dd6/src/kubeflow/tf-operator/py/deploy.py", line 272, in main
   args.func(args)
 File "/mnt/test-data-volume/kubeflow-tf-operator-presubmit-tfjob-e2e-408-0b807f3-110-8dd6/src/kubeflow/tf-operator/py/deploy.py", line 134, in setup
   util.create_cluster(gke, project, zone, cluster_request)
 File "py/util.py", line 177, in create_cluster
   response = request.execute()
 File "/usr/local/lib/python2.7/dist-packages/oauth2client/_helpers.py", line 133, in positional_wrapper
   return wrapped(*args, **kwargs)
 File "/usr/local/lib/python2.7/dist-packages/googleapiclient/http.py", line 844, in execute
   raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 400 when requesting https://container.googleapis.com/v1/projects/mlkube-testing/zones/us-east1-d/clusters?alt=js
on returned "Version "1.8.5-gke.0" is invalid.">

We were pinning to 1.8.5 because we depend on 1.8 but the current version is no longer valid.

We just need to stop pinning.

@jlewi
Copy link
Contributor

jlewi commented Feb 28, 2018

/assign

@jlewi
Copy link
Contributor

jlewi commented Mar 1, 2018

Fixed by #421

@jlewi jlewi closed this as completed Mar 1, 2018
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

2 participants