Allow server:start to deploy a new Che even if one is already running #14474
Labels
area/chectl
Issues related to chectl, the CLI of Che
kind/enhancement
A feature request - must adhere to the feature request template.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
From chectl created by AndrienkoAleksandr: che-incubator/chectl#32
It would be nice to have ability set up helm application name. It should resolve conflict in case if user want to have few CHE servers on the one Minikube. For example I used Minikube with already installed CHE. I used
chectl server:start
and I expected that chectl tool will create for me separated new che and I will get two CHE servers. But I've got conflict because, chectl tried to use resources from my first already installed Eclipse CHE in the another namespace, because helm application name was the same.The text was updated successfully, but these errors were encountered: