You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
http://testing-argo.kubeflow.io/timeline/kubeflow-test-infra/kubeflow-tf-operator-presubmit-tfjob-e2e-419-f70fc2c-112-5f59;tab=workflow;node=kubeflow-tf-operator-presubmit-tfjob-e2e-419-f70fc2c-112-5f59-2200365907:logs
The text was updated successfully, but these errors were encountered: