You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `--server-side` flag allows Kubernetes to manage complex resources, like CRDs and admission webhooks, directly on the server. This approach reduces conflicts and ensures configurations are efficiently merged. For more information, see [this issue](https://github.com/kedacore/keda/issues/4740).
@@ -156,7 +156,7 @@ The `--server-side` flag allows Kubernetes to manage complex resources, like CRD
156
156
>```sh
157
157
> git clone https://github.com/kedacore/keda &&cd keda
158
158
>
159
-
> VERSION=2.18.0 make deploy
159
+
> VERSION=2.18.2 make deploy
160
160
>```
161
161
>
162
162
> This approach gives you full access to KEDA’s configuration files, allowing you to explore, modify, or tailor the YAML manifests before deploying. Using make deploy with the specified version will install KEDA directly from your local setup, offering flexibility for customization.
@@ -175,24 +175,24 @@ If you installed KEDA using the released YAML files, you can uninstall it by run
0 commit comments