Documentation Index
Fetch the complete documentation index at: https://docs.skyhook.io/llms.txt
Use this file to discover all available pages before exploring further.
skyhook onboard cluster connect
Connect an existing Kubernetes cluster
Synopsis
Connect an existing Kubernetes cluster to Skyhook.
This command:
- Detects cluster info from your kubectl context
- Registers the cluster with Skyhook
- Installs the skyhook-connector agent via helm
- Waits for the agent to connect
skyhook onboard cluster connect [flags]
Examples
skyhook onboard cluster connect # Use current context
skyhook onboard cluster connect --context gke_my-project_us-east1_my-cluster # Specific context
skyhook onboard cluster connect --dry-run # Show what would happen
skyhook onboard cluster connect --name prod-cluster # Override name
Options
--all connect all detected unconnected contexts
--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)
--no-wait don't wait for connector to come online
--project string cloud project/account ID (default: auto-detected)
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