-
Notifications
You must be signed in to change notification settings - Fork 828
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
Convert Ingresses and services on k8s-infra cluster aaa #2316
Comments
First PR submitted: #2375 |
/assign jimdaga |
/close
|
@spiffxp: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Still want to do :
I'll open a separate issue. |
The GKE
aaa
cluster have been upgraded to GKE 1.19. We should move the existing ingresses to the GA versionnetworking.k8s.io/v1
.We currently use the
networking.k8s.io/v1beta1
:And possibly convert Kubernetes services of type NodePort to the ClusterIP type with GCP Networking Endpoint.
References:
https://cloud.google.com/kubernetes-engine/docs/concepts/ingress
https://kubernetes.io/docs/concepts/services-networking/ingress/
https://cloud.google.com/kubernetes-engine/docs/how-to/container-native-load-balancing
The text was updated successfully, but these errors were encountered: