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
Image overrides target different components. `global.images.envoyGateway.*` configures the Envoy Gateway control plane Deployment rendered by this chart. `global.images.envoyProxy.*` configures the managed Envoy Proxy data plane through the generated `EnvoyGateway` config.
40
+
38
41
This command installs both Gateway API CRDs and Envoy Gateway CRDs. If your Kubernetes provider already manages
39
42
Gateway API CRDs for the cluster, confirm that the provider-installed Gateway API version and channel are compatible
40
43
with the Envoy Gateway release and the Gateway API resources you plan to use. If they are compatible, install only the
| global.images.envoyProxy.pullSecrets | list |`[]`||
144
+
| global.images.envoyGateway.image | string |`nil`|Full image for the Envoy Gateway control plane Deployment installed by this chart.|
145
+
| global.images.envoyGateway.pullPolicy | string |`nil`|Image pull policy for the Envoy Gateway control plane Deployment. Default behavior: latest images will be Always else IfNotPresent.|
146
+
| global.images.envoyGateway.pullSecrets | list |`[]`|Pull secrets for the Envoy Gateway control plane Deployment.|
147
+
| global.images.envoyProxy.image | string |`""`|Full image for the managed Envoy Proxy data plane. This updates the generated `envoyProxy` config and does not change the `envoy-gateway` control plane Deployment image. If not specified, the default image built into `envoy-gateway` is used.|
148
+
| global.images.envoyProxy.pullPolicy | string |`""`|Image pull policy for the managed Envoy Proxy data plane. Default behavior: IfNotPresent.|
149
+
| global.images.envoyProxy.pullSecrets | list |`[]`|Pull secrets for the managed Envoy Proxy data plane.|
| global.images.envoyProxy.pullSecrets | list |`[]`||
83
+
| global.images.envoyGateway.image | string |`nil`|Full image for the Envoy Gateway control plane Deployment installed by this chart.|
84
+
| global.images.envoyGateway.pullPolicy | string |`nil`|Image pull policy for the Envoy Gateway control plane Deployment. Default behavior: latest images will be Always else IfNotPresent.|
85
+
| global.images.envoyGateway.pullSecrets | list |`[]`|Pull secrets for the Envoy Gateway control plane Deployment.|
86
+
| global.images.envoyProxy.image | string |`""`|Full image for the managed Envoy Proxy data plane. This updates the generated `envoyProxy` config and does not change the `envoy-gateway` control plane Deployment image. If not specified, the default image built into `envoy-gateway` is used.|
87
+
| global.images.envoyProxy.pullPolicy | string |`""`|Image pull policy for the managed Envoy Proxy data plane. Default behavior: IfNotPresent.|
88
+
| global.images.envoyProxy.pullSecrets | list |`[]`|Pull secrets for the managed Envoy Proxy data plane.|
Image overrides target different components.`global.images.envoyGateway.*` configures the Envoy Gateway control plane Deployment rendered by this chart.`global.images.envoyProxy.*` configures the managed Envoy Proxy data plane through the generated `EnvoyGateway` config.
30
+
28
31
This command installs both Gateway API CRDs and Envoy Gateway CRDs. If your Kubernetes provider already manages
29
32
Gateway API CRDs for the cluster, confirm that the provider-installed Gateway API version and channel are compatible
30
33
with the Envoy Gateway release and the Gateway API resources you plan to use. If they are compatible, install only the
0 commit comments