supertubes mirror-maker2 delete 🔗︎
Deletes Mirror Maker2.
Synopsis 🔗︎
Deletes Mirror Maker2.
supertubes mirror-maker2 delete [--mirror-maker2=]NAME [flags]
Examples 🔗︎
# Delete the selected MirrorMaker2 instance
$ supertubes mirror-maker2 delete
# Delete the mm1 MirrorMaker2 instance from namespace my-namespace
$ supertubes mirror-maker2 delete mm1 -n my-namespace -c <path-to-kubeconfig-file>
# Delete the mm1 MirrorMaker2 instance from namespace my-namespace and wait for the completion of the deletion
$ supertubes mirror-maker2 delete mm1 -n my-namespace -c <path-to-kubeconfig-file> -w
Options 🔗︎
-h, --help help for delete
-i, --interval int Interval in seconds for polling Mirror Maker2 status. (default 5)
--mirror-maker2 string Name of the Mirror Maker2 instance to be deleted.
-n, --namespace string Namespace to delete the Mirror Maker2 instance from. (default "kafka")
-t, --timeout int Timeout in seconds to wait for the Mirror Maker2 delete operation to complete. (default 120)
-w, --wait Wait for Mirror Maker2 delete operation to complete.
Options inherited from parent commands 🔗︎
--accept-license Accept the license: https://banzaicloud.com/docs/supertubes/evaluation-license
--color use colors on non-tty outputs (default true)
--context string name of the kubeconfig context to use
--formatting.force-color force color even when non in a terminal
--interactive ask questions interactively even if stdin or stdout is non-tty
-c, --kubeconfig string path to the kubeconfig file to use for CLI requests
--non-interactive never ask questions interactively
-o, --output string output format (table|yaml|json) (default "table")
--persistent-config-file string Supertubes persistent config file to use instead of the default at ~/.banzai/supertubes/
-v, --verbose turn on debug logging
SEE ALSO 🔗︎
- supertubes mirror-maker2 - Manage Kafka MirrorMaker2 instances.