Description
Version
0.18.1
Description
If the AWS cluster is manually deleted from AWS EKS console, the 'cortex cluster info' command and 'cortex get' command to display information stops responding. Even with the cluster deleted from EKS, cortex API still remains deployed on the virtual machines but 'cortex get' isn't able to return this.
Configuration
The issue is Irrelevant to cortex configuration.
Steps to reproduce
- Delete the EKS cluster from AWS EKS console
- run command 'cortex cluster info'
- run command 'cortex get'
Expected behavior
There should be an error response from these commands in such a case to help the user understand that they have to 'cortex cluster down' and then delete cluster properly from AWS console to fix the issue.
Actual behavior
There was no error or information/issue displayed for the user.
Suggested solution
Just an error message to the user in this case, and guide the user to relevant solution when the cluster isn't pinned down properly.