[chectl] Support helm installer for server:update command #14973
Labels
area/chectl
Issues related to chectl, the CLI of Che
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
Is your enhancement related to a problem? Please describe.
Support helm installer for server:update command.
Describe the solution you'd like
Support helm installer for server:update command.
The difficulty I see here: it's not clear how to handle values.
The easiest solution I see: user must specify exactly the same arguments that they specified during for
server:start
, likeserver:start --domain=myk8s.com --tls --multiuser
.Or maybe chectl is able to read values of deployed Che from deployed Helm Chart as application, maybe try to guess smart according to created k8s objects, like postgresq, TLS cert, etc.
The text was updated successfully, but these errors were encountered: