remove
Remove application reference from admin console.
Multiple applications can be installed using the Add a new application
button in admin console or using the kots install
command.
All installed applications will appear in admin console.
The kots remove
command can be used to remove them.
Note that the deployed application will not be removed from the cluster; only its reference will be removed from the admin console.
Usage
kubectl kots remove [app-slug] -n [namespace]
[app-slug]
is the slug of the installed application to be removed (required)- Provide
[flags]
according to the table below
This command supports all global flags and also:
Flag | Type | Description |
---|---|---|
--force | bool | Remove the reference even if the application has already been deployed |
-n | string | The namespace to remove the application from. Replace [namespace] with the actual namespace designation or use default for the default namespace. |
Example
kubectl kots remove sentry -n default