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

[BUG] Detection 20_deployment_on_kubernetes.ipynb - Deployment fails #501

Open
chennebe opened this issue Feb 17, 2020 · 0 comments
Open
Labels
bug Something isn't working

Comments

@chennebe
Copy link
Contributor

Description

Deployment fails at cell 15, returns the following:

ERROR - Received bad response from Model Management Service:
Response Code: 400
Headers: {'Date': 'Mon, 17 Feb 2020 22:50:07 GMT', 'Content-Type': 'application/json', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Request-Context': 'appId=cid-v1:2d2e8e63-272e-4b3c-8598-4ee570a0e70d', 'api-supported-versions': '1.0, 2018-03-01-preview, 2018-11-19', 'x-ms-client-request-id': '1c29114394f44f2b8657fdf2ae1775d5', 'x-ms-client-session-id': '', 'Strict-Transport-Security': 'max-age=15724800; includeSubDomains; preload'}
Content: b'{"code":"BadRequest","statusCode":400,"message":"The request is invalid","details":[{"code":"ComputeResourceNotCreated","message":"Compute resource with Id: od-aks-cluster is not in Succeeded state. Compute provisioning state: Failed"}]}'

Following the URL that gave this response gives the following:

{"code":"Unauthorized","statusCode":401,"message":"Unauthorized","details":[{"code":"EmptyOrInvalidToken","message":"Invalid Authorization header. Please make sure sure your are using Bearer authentication and passing the correct key."}]}

In which platform does it happen?

Tested on Windows.

How do we replicate the issue?

Run the notebook. Follow the link in the error printout for cell 15 for the second error message.

Expected behavior (i.e. solution)

Other Comments

@chennebe chennebe added the bug Something isn't working label Feb 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant