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
INFO:root:Creating cluster; project=kubeflow-rl, zone=us-east1-d, name=kubeflow-7bdc62bc
ERROR:root:Exception occured creating cluster: <HttpError 400 when requesting https://container.googleapis.com/v1/projects/kubeflow-rl/zones/us-east1-d/clusters?alt=json returned "Version "1.8.1-gke.1" is invalid.">, status: 400
Traceback (most recent call last):
File "/Users/cb/miniconda2/envs/dev/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/Users/cb/miniconda2/envs/dev/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/cb/code/project/tmp/k8s/py/deploy.py", line 210, in<module>main()
File "/Users/cb/code/project/tmp/k8s/py/deploy.py", line 207, in main
args.func(args)
File "/Users/cb/code/project/tmp/k8s/py/deploy.py", line 63, in setup
util.create_cluster(gke, project, zone, cluster_request)
File "py/util.py", line 164, in create_cluster
response = request.execute()
File "/Users/cb/miniconda2/envs/dev/lib/python2.7/site-packages/oauth2client/util.py", line 137, in positional_wrapper
return wrapped(*args, **kwargs)
File "/Users/cb/miniconda2/envs/dev/lib/python2.7/site-packages/googleapiclient/http.py", line 842, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 400 when requesting https://container.googleapis.com/v1/projects/kubeflow-rl/zones/us-east1-d/clusters?alt=json returned "Version "1.8.1-gke.1" is invalid.">
- addressing kubeflow#268
- previously thought GCS read/write was also necessary for tensorflow/agents
but does not appear to be the case so oauthScopes left unchanged.
Deploy command
gives
Suggest changing initialClusterVersion to "1.7.11-gke.1".
The text was updated successfully, but these errors were encountered: