Skip to main content

skyhook cluster connect

Connect an existing Kubernetes cluster

Synopsis

Connect an existing Kubernetes cluster to Skyhook. This command:
  1. Detects cluster info from your kubectl context
  2. Registers the cluster with Skyhook
  3. Installs the skyhook-connector agent via helm
  4. Waits for the agent to connect
skyhook cluster connect [flags]

Examples

  skyhook cluster connect                                             # Use current context
  skyhook cluster connect --context gke_my-project_us-east1_my-cluster  # Specific context
  skyhook cluster connect --dry-run                                   # Show what would happen
  skyhook cluster connect --name prod-cluster                         # Override name

Options

      --cloud string       cloud provider (gcp, aws, azure - default: auto-detected)
      --context string     kubectl context to use (default: current)
      --dry-run            show what would be done without executing
  -h, --help               help for connect
      --location string    region/zone (default: auto-detected)
      --name string        cluster name for Skyhook (default: auto-detected)
      --namespace string   namespace for skyhook-agent (default "skyhook-connector")
      --no-wait            don't wait for connector to come online
      --project string     cloud project/account ID (default: auto-detected)
      --skip-argocd        skip ArgoCD installation prompt

Options inherited from parent commands

      --debug        Enable debug mode (shows full API requests/responses)
  -o, --org string   Organization name
  -v, --verbose      Enable user-friendly verbose output

SEE ALSO