example-seldon
example-seldon copied to clipboard
RESOURCE_ERROR:No valid versions with the prefix \"1.11\" found
I tried to deploy the seldon on GCP after changing the env.sh file & running create_demo.sh. Got below error while deployig on GCP: ERROR: (gcloud.deployment-manager.deployments.create) Error in Operation [operation-1608701216204-5b71af08aa508-44ff7cbc-8fd80a7f]: errors:
- code: RESOURCE_ERROR location: /deployments/my-kubeflow/resources/my-kubeflow message: '{"ResourceType":"gcp-types/container-v1beta1:projects.locations.clusters","ResourceErrorCode":"400","ResourceErrorMessage":{"code":400,"message":"No valid versions with the prefix "1.11" found.","status":"INVALID_ARGUMENT","statusMessage":"Bad Request","requestPath":"https://container.googleapis.com/v1beta1/projects/kubeflow-291509/locations/us-central1-a/clusters","httpMethod":"POST"}}'
Please help!