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

## skyhook onboard addons

Install essential cluster addons

### Synopsis

Install recommended addons on your clusters via GitOps.

This step installs essential infrastructure addons that most production
clusters need:

* Cert Manager — automates TLS certificate management (Let's Encrypt)
* Ingress Nginx — Kubernetes ingress controller for external traffic

Each addon is installed by creating a PR in your GitOps repo, which
ArgoCD picks up and deploys to your clusters.

```
skyhook onboard addons [flags]
```

### Examples

```
  skyhook onboard addons
```

### Options

```
  -h, --help   help for addons
```

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

* [skyhook onboard](/cli-reference/skyhook_onboard)	 - Set up Skyhook for your organization
