Skip to content

Fix: Add a cluster check at dev start #364

@ALEXANCHESSS

Description

@ALEXANCHESSS

Add cluster check when dev start is started. There may be cases when dev start is started after dev stop, but the cluster was deleted on the UI, which results in an error during deployment

Precondition:
Log in and run dev start

STEPS:

  1. Run dev stop
  2. Delete cluster created dev
  3. Run dev start

Expected result:
A check for a cluster from the current-context is performed, if there is no cluster, a new one is created

Actual result:
dev tries to create an environment in a deleted cluster and deployment errors occur.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Code Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions