supertubes cluster kafka-connector create 🔗︎

Create Kafka Connector instance.

Synopsis 🔗︎

Create Kafka Connector instance based on json/yaml stdin or file config

supertubes cluster kafka-connector create [flags]

Examples 🔗︎


# Create Kafka Connector instance from config file
$ supertubes cluster kafka-connector create -f <path-to-kafka-connector-config-file> -n my-namespace -c <path-to-kubeconfig-file>

# Create Kafka Connector from stdin and wait to become active
$ cat <path-to-kafka-connector-config-file> | supertubes cluster kafka-connector create -n my-namespace -c <path-to-kubeconfig-file> -f-
		

Options 🔗︎

  -f, --config-file string     Config file that contains the Kafka Connector config.
  -h, --help                   help for create
  -k, --kafka-connect string   Name of the Kafka Connect Instance which this Kafka Connector will be instantiated. (default "kafka")
  -n, --namespace string       Namespace that will host the Kafka Connect instance. (default "kafka")

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 🔗︎