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

Investigate validity of error message when re-deploying on a different CLI version #1218

Closed
RobertLucian opened this issue Jul 13, 2020 · 1 comment · Fixed by #1247
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@RobertLucian
Copy link
Member

Description

Trying to re-deploy an API locally with a newer version of the CLI will return the following type of message:

api model was deployed using CLI version 0.17.1 but the current CLI version is 0.18.1; please run `cortex deploy` to redeploy the api or `cortex delete model` to delete the api`

As reported by @elliotzeitgold.

Expected behavior

Running any of the two suggested commands should work - and not return an error.

Actual behavior

Running any of the two suggested commands in the error message will fail with the same error message.

@RobertLucian RobertLucian added the bug Something isn't working label Jul 13, 2020
@RobertLucian RobertLucian self-assigned this Jul 30, 2020
@RobertLucian
Copy link
Member Author

Part of the error message is indeed contradictory/recursive: please run cortex deploy to redeploy the api or cortex delete model to delete the api. Running cortex deploy or cortex delete would return the same error.

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

Successfully merging a pull request may close this issue.

3 participants