banzai cluster node ssh 🔗︎

Connect to node with SSH

banzai cluster node ssh [NODE_NAME] [flags]

Options 🔗︎

      --cluster int32         ID of cluster to get
      --cluster-name string   Name of cluster to get
      --direct-connect        Use direct connection to the node internal or external IP (default)
  -h, --help                  help for ssh
      --host string           Hostname or IP of the node to connect to
      --namespace string      Namespace for the pod when using --pod-connect (default "pipeline-system")
      --node-name string      Name of Kubernetes node to connect to
      --pod-connect           Create a pod on one of the nodes and connect to a node through that pod
  -p, --punch-through         Shorthand for --pod-connect --use-internal-ip
      --ssh-port int          SSH port of the node to connect (default 22)
      --use-external-ip       Use external IP of the node to connect (default)
      --use-internal-ip       Use internal IP of the node to connect
      --use-node-affinity     Whether to use node affinity for pod scheduling when using --pod-connect
      --username string       Username to use for the SSH connection

Options inherited from parent commands 🔗︎

      --color                use colors on non-tty outputs
      --config string        config file (default is $BANZAICONFIG or $HOME/.banzai/config.yaml)
      --interactive          ask questions interactively even if stdin or stdout is non-tty
      --no-color             never display color output
      --no-interactive       never ask questions interactively
      --organization int32   organization id
  -o, --output string        output format (default|yaml|json) (default "default")
      --verbose              more verbose output

SEE ALSO 🔗︎