supertubes cluster schema-registry delete 🔗︎

Deletes Schema Registry.

Synopsis 🔗︎

Deletes Schema Registry.

supertubes cluster schema-registry delete [--schema-registry=]NAME [flags]

Examples 🔗︎


# Delete the selected Schema Registry
$ supertubes cluster schema-registry delete

# Delete the schemareg1 Schema Registry from namespace my-namespace
$ supertubes cluster schema-registry delete schemareg1 -n my-namespace -c <path-to-kubeconfig-file>

# Delete the schemareg1 Schema Registry from namespace my-namespace and wait for the completion of the deletion
$ supertubes cluster schema-registry delete schemareg1 -n my-namespace -c <path-to-kubeconfig-file> -w
		

Options 🔗︎

  -h, --help                     help for delete
  -i, --interval int             Interval in seconds for polling Schema Registry status. (default 5)
  -n, --namespace string         Namespace to delete the Schema Registry from. (default "kafka")
      --schema-registry string   Name of the Schema Registry to be deleted. (default "kafka")
  -t, --timeout int              Timeout in seconds to wait for the Schema Registry delete operation to complete. (default 120)
  -w, --wait                     Wait for Schema Registry 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 🔗︎