Skip to content

Commit

Permalink
docs: Add note on CRD + Helm installation (kedacore#418)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kerkhove <[email protected]>
  • Loading branch information
tomkerkhove authored Apr 14, 2021
1 parent 95059ef commit f9d11a0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/docs/1.5/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Deploying KEDA with Helm is very simple:
helm install keda kedacore/keda --version 1.5.0 --namespace keda
```

> 💡 When using Helm 3.x, make sure to manually install the CRDs since Helm does not update nor add new CRDs.
> Learn more about it on [kedacore/charts #139](https://github.com/kedacore/charts/issues/139).

### Uninstall

If you want to remove KEDA from a cluster you can run one of the following:
Expand Down
3 changes: 3 additions & 0 deletions content/docs/2.0/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Deploying KEDA with Helm is very simple:
helm install keda kedacore/keda --version 2.0.0 --namespace keda
```

> 💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
> Learn more about it on [kedacore/charts #139](https://github.com/kedacore/charts/issues/139).

### Uninstall

If you want to remove KEDA from a cluster you can run one of the following:
Expand Down
3 changes: 3 additions & 0 deletions content/docs/2.1/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Deploying KEDA with Helm is very simple:
helm install keda kedacore/keda --version 2.1.0 --namespace keda
```

> 💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
> Learn more about it on [kedacore/charts #139](https://github.com/kedacore/charts/issues/139).

### Uninstall

If you want to remove KEDA from a cluster you can run one of the following:
Expand Down
3 changes: 3 additions & 0 deletions content/docs/2.2/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ Deploying KEDA with Helm is very simple:
helm install keda kedacore/keda --namespace keda
```

> 💡 Make sure to manually install the CRDs since Helm does not update nor add new CRDs.
> Learn more about it on [kedacore/charts #139](https://github.com/kedacore/charts/issues/139).

### Uninstall

If you want to remove KEDA from a cluster you can run one of the following:
Expand Down

0 comments on commit f9d11a0

Please sign in to comment.