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
Setting a data plane ingress type to type: ClusterIP should be possible, but fails to deploy. The controller manager produces an error similar to :
"Service \"dataplane-ingress-epp-server-gateway-xj9d2-57ckv\" is invalid: spec.externalTrafficPolicy: Invalid value: \"Cluster\": may only be set for externally-accessible services"
This seems to be caused by the changes made here, and in particular the defaulting to Cluster type done here. Setting spec.dataPlaneOptions.network.services.ingress.externalTrafficPolicy to any valid value does not produce a valid gateway service definition while type is ClusterIP.
Operator Version
1.3
kubectl version
kubectl version
Client Version: v1.31.0
Kustomize Version: v5.4.2
Server Version: v1.30.4-eks-a737599
The text was updated successfully, but these errors were encountered:
Current Behavior
Setting a data plane ingress type to
type: ClusterIP
should be possible, but fails to deploy. The controller manager produces an error similar to :Expected Behavior
Deployed gateway serving internal cluster traffic only.
Steps To Reproduce
Specify the service type on a
GatewayConfiguration
object:This seems to be caused by the changes made here, and in particular the defaulting to Cluster type done here. Setting
spec.dataPlaneOptions.network.services.ingress.externalTrafficPolicy
to any valid value does not produce a valid gateway service definition while type isClusterIP
.Operator Version
1.3
kubectl version
The text was updated successfully, but these errors were encountered: