Abstract
Envoy Gateway CRDs Helm chart readme
gateway-crds-helm#
A Helm chart for Envoy Gateway CRDs
Homepage: https://gateway.envoyproxy.io/
Maintainers#
Source Code#
Usage#
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
If you want to manage the CRDs outside of the Envoy Gateway Helm chart, you
can use this chart to install the CRDs separately.
If you do, make sure that you don’t install the CRDs again when installing the
Envoy Gateway Helm chart, by using --skip-crds flag.
Install from DockerHub#
Once Helm has been set up correctly, install the chart from dockerhub:
helm template eg-crds oci://docker.io/envoyproxy/gateway-crds-helm \
--version v0.0.0-latest | kubectl apply --server-side -f -
Note
We’re using helm template piped into kubectl apply
instead of helm install due to a
known Helm limitation
related to large CRDs in the templates/ directory.
You can find all helm chart release in Dockerhub
To uninstall the chart:
helm template eg-crds oci://docker.io/envoyproxy/gateway-crds-helm \
--version v0.0.0-latest | kubectl delete --server-side -f -
Values#
Key |
Type |
Default |
Description |
|---|---|---|---|
crds.envoyGateway.enabled |
bool |
|
|
crds.gatewayAPI.channel |
string |
|
|
crds.gatewayAPI.enabled |
bool |
|