rpk k8s uninstall
Uninstall the Redpanda Kubernetes plugin.
By default this removes only the rpk-managed plugin binary
(~/.local/bin/.rpk.managed-k8s). If the resolved plugin was not installed by
rpk (a self-managed copy, for example one you downloaded or installed through a package
manager), rpk refuses to remove it unless you pass --force.
If the resolved plugin shadows other k8s plugin copies elsewhere on your PATH,
those are left in place unless you pass --include-shadowed.
Flags
| Value | Type | Description |
|---|---|---|
|
bool |
Remove the plugin even if it was not installed by rpk ( |
|
bool |
Also remove other k8s plugin copies shadowed by the resolved one. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |