-
Notifications
You must be signed in to change notification settings - Fork 501
Open
Description
🚀 Feature Description and Motivation
Follow up of #1738
step 1
helm install eg oci://docker.io/envoyproxy/gateway-helm --version v1.2.8 -n envoy-gateway-system --create-namespace
step 2
# patch the configuration to enable EnvoyPatchPolicy, this is super important!
kubectl apply -f - <<EOF
apiVersion: v1
kind: ConfigMap
metadata:
name: envoy-gateway-config
namespace: envoy-gateway-system
data:
envoy-gateway.yaml: |
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: EnvoyGateway
provider:
type: Kubernetes
gateway:
controllerName: gateway.envoyproxy.io/gatewayclass-controller
extensionApis:
enableEnvoyPatchPolicy: true
EOF
We should make it single step once envoyproxy/gateway#7458 is supported
Use Case
simplify the steps
Proposed Solution
No response
Metadata
Metadata
Assignees
Labels
No labels