Remove a license
If your license information has changed, you may need to remove an existing license from Kommander to add a new one. Only Kommander administrators have the ability to remove licenses.
In the DKP UI, do the following:
-
Select Global in the workspace header drop-down.
-
In the sidebar menu, select Administration > Licensing.
-
Your existing licenses will be listed. Click Remove License on the license you would like to remove, and follow the prompts.
Manually remove a license using kubectl
To remove a license from Kommander using kubectl
, you have to delete the Secret
and License
objects. In this example, the secret is named “my-license-secret”.
-
Validate that the secret exists in the
kommander
namespace:Expected output:
-
Delete the secret from the
kommander
namespace:Expected output:
-
We do the same with the
License
object. Validate that it exists in thekommander
namespace:Expected output:
-
Delete the license from the
kommander
namespace:Expected output:
You have now successfully removed a license.