This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## lokoctl component delete | ||
|
||
Delete an installed component | ||
|
||
### Synopsis | ||
|
||
Delete a component. | ||
When run with no arguments, all components listed in the configuration are deleted. | ||
|
||
``` | ||
lokoctl component delete [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--delete-namespace Delete namespace with component. | ||
-h, --help help for delete | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--kubeconfig string Path to kubeconfig file, taken from the asset dir if not given, and finally falls back to ~/.kube/config | ||
--lokocfg string Path to lokocfg directory or file (default "./") | ||
--lokocfg-vars string Path to lokocfg.vars file (default "./lokocfg.vars") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [lokoctl component](lokoctl_component.md) - Manage components | ||
|