Kuadrant repository for its Helm Charts
helm repo add kuadrant https://kuadrant.io/helm-charts/ --force-update
See helm repo for command documentation.
Installing a Kuadrant Chart, i.e: limitador-operator
helm install limitador-operator kuadrant/limitador-operator
This will install the latest released stable version of the Limitador Operator in its default namespace limitador-operator-system
, if it's needed to install a pre release version (for example limitador-operator-0.10.0-alpha3.tgz
, one need to pass the --devel
flag.
Some of the Kuadrant charts, Authorino Operator or Kuadrant Operator for example, require some extra dependencies that need to be present in the cluster prior the installation. These are the following:
- Gateway API
- A Gateway Provider, for example, Istio
- Cert Manager