We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the same form as #59, could you possibly add an example of how to connect a Service Attachment to GKE Gateway API Controller as a PSC producer?
With the L4 nginx Ingress Controller, this was previously done with a ServiceAttachment resource:
ServiceAttachment
apiVersion: networking.gke.io/v1beta1 kind: ServiceAttachment metadata: name: emoji-sa namespace: default spec: connectionPreference: ACCEPT_AUTOMATIC natSubnets: - gke-nat-subnet proxyProtocol: false resourceRef: kind: Service name: gke-l4-psc
This is for a Private GKE Cluster in a service project with access to a Shared VPC.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the same form as #59,
could you possibly add an example of how to connect a Service Attachment to GKE Gateway API Controller as a PSC producer?
With the L4 nginx Ingress Controller, this was previously done with a
ServiceAttachment
resource:This is for a Private GKE Cluster in a service project with access to a Shared VPC.
The text was updated successfully, but these errors were encountered: