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
Improve messages from delete command when cluster does not exist
Before:
```
Deleting: test
WARNING: Cluster test has already been deleted.
Checking if there are any running compute fleet nodes that require termination
```
After:
```
Deleting: test
WARNING: Cluster test has already been deleted or does not exist.
Checking if there are running compute nodes that require termination...
Compute fleet cleaned up.
```
Signed-off-by: Enrico Usai <[email protected]>
0 commit comments