Skip to content
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

Closed
ameukam opened this issue Jul 9, 2021 · 5 comments
Closed

Convert Ingresses and services on k8s-infra cluster aaa #2316

ameukam opened this issue Jul 9, 2021 · 5 comments
Assignees
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Milestone

Comments

@ameukam
Copy link
Member

ameukam commented Jul 9, 2021

The GKE aaa cluster have been upgraded to GKE 1.19. We should move the existing ingresses to the GA version networking.k8s.io/v1.

We currently use the networking.k8s.io/v1beta1:

$grep 'networking.k8s.io/v1beta1'

perf-dash.k8s.io/ingress.yaml
1:apiVersion: networking.k8s.io/v1beta1

k8s.io/ingress-canary.yaml
1:apiVersion: networking.k8s.io/v1beta1

k8s.io/ingress-canary-v6.yaml
1:apiVersion: networking.k8s.io/v1beta1

k8s.io/ingress-prod-v6.yaml
1:apiVersion: networking.k8s.io/v1beta1

k8s.io/ingress-prod.yaml
1:apiVersion: networking.k8s.io/v1beta1

apps/triageparty-release/ingress.yaml
1:apiVersion: networking.k8s.io/v1beta1

apps/slack-infra/resources/ingress.yaml
1:apiVersion: networking.k8s.io/v1beta1

apps/node-perf-dash/ingress.yaml
1:apiVersion: networking.k8s.io/v1beta1

apps/gcsweb/ingress.yaml
1:apiVersion: networking.k8s.io/v1beta1

apps/sippy/ingress.yaml
1:apiVersion: 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

@ameukam ameukam added help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. wg/k8s-infra labels Jul 9, 2021
@ameukam ameukam added this to the v1.23 milestone Jul 9, 2021
@jimdaga
Copy link

jimdaga commented Jul 21, 2021

First PR submitted: #2375

@jimdaga
Copy link

jimdaga commented Jul 30, 2021

/assign jimdaga

@spiffxp
Copy link
Member

spiffxp commented Aug 3, 2021

/close
Closed out by:

$ ./hack/verify-conftest.sh | grep networking || echo all migrated
all migrated

@k8s-ci-robot
Copy link
Contributor

@spiffxp: Closing this issue.

In response to this:

/close
Closed out by:

$ ./hack/verify-conftest.sh | grep networking || echo all migrated
all migrated

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.

@ameukam
Copy link
Member Author

ameukam commented Aug 4, 2021

Still want to do :

And possibly convert Kubernetes services of type NodePort to the ClusterIP type with GCP Networking Endpoint.

I'll open a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Projects
None yet
Development

No branches or pull requests

4 participants