console (Beta)
This topic describes the options available with the Embedded Cluster console command, which manages the optional persistent admin console for browser-driven upgrades and operations. For procedural steps, see Persistent admin console.
The console command has two subcommands: install and uninstall.
console install
Installs the persistent admin console on the controller node where the command is run.
Usage
sudo ./<app-slug> console install [flags]
Flags
| Flag | Type | Description |
|---|---|---|
--port | int | Port the persistent console web service listens on. Default: 30080 |
-h, --help | Help for console install. |
console uninstall
Uninstalls the persistent admin console from the controller node where the command is run. Stops and removes the <app-slug>-console-web.service systemd unit. The cluster and application are not otherwise affected.
Usage
sudo ./<app-slug> console uninstall [flags]
Flags
| Flag | Type | Description |
|---|---|---|
-h, --help | Help for console uninstall. |