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