-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add E2E for the MergeGateways feature #2029
Comments
it seems a little tricky to implement this e2e test case. our e2e test env deploys eg with controller name: gateway/test/config/gatewayclass.yaml Line 6 in c85f0e4
if we have apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
name: eg-merge-gateways
spec:
controllerName: gateway.envoyproxy.io/merge-gateways-controller # needs another controller name
parametersRef:
group: gateway.envoyproxy.io
kind: EnvoyProxy
name: custom-proxy-config
namespace: envoy-gateway-system
---
apiVersion: gateway.envoyproxy.io/v1alpha1
kind: EnvoyProxy
metadata:
name: custom-proxy-config
namespace: envoy-gateway-system
spec:
mergeGateways: true # enable but that requires to deploy eg one more time, it's not worthy! |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
Description:
Add an E2E in https://github.com/envoyproxy/gateway/tree/main/test/e2e for the MergeGateway features
Relates to #1938
[optional Relevant Links:]
The text was updated successfully, but these errors were encountered: