Skip to content

Commit

Permalink
Update the cert-manager section for old CRDs (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
egrosdou01 authored Feb 2, 2025
1 parent ba8a1be commit 203c95f
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions docs/getting_started/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,23 +119,11 @@ Sveltos also offers a Grafana dashboard to help users track and visualize a numb

![dashboard](../../assets/dashboard.png)

## v1alpha1 CRDs

The current version of Sveltos CRD is **v1beta1**. If you're still using **v1alpha1**, you'll need to deploy Sveltos conversion webhook.
This webhook requires `cert-manager` to be installed and running in your management cluster. Without cert-manager, Sveltos may not function correctly.

To install Sveltos conversion webhook, run the commands below.

```
$ kubectl apply -f https://raw.githubusercontent.com/projectsveltos/sveltos/main/manifest/conversion_webhook.yaml
```

To install `cert-manager`:
## v1alpha1 CRDs

- [cert-manager manifest deployment](https://cert-manager.io/docs/installation/kubectl/)
- [cert-manager Helm chart deployment](https://cert-manager.io/docs/installation/helm/)
For the last couple of months, Sveltos CRDs have been using the **v1beta1** version. If the **v1alpha1** version is used, please upgrade to the latest release! The release pages can be found [here](https://github.com/projectsveltos/libsveltos/releases).

General information about cert-manager, have a look [here](https://cert-manager.io/docs/).

## Next Steps

Expand Down

0 comments on commit 203c95f

Please sign in to comment.