Upgrading the chectl management tool
This page is for platform administrators who install, configure, and manage Che on Kubernetes clusters. To learn more about common roles and example tasks referenced in Che documentation, see Common user roles and tasks.
This section describes how to upgrade the chectl management tool.
-
chectl. See: Install the chectl management tool.
-
Run the following command in the terminal to update
chectlto the latest version.# chectl update
The command updates
chectlbased on its current channel.
|
Two update channels are available for
To move to a different channel, start the update with the name of the channel as an optional argument. # chectl update [next|stable] |