Skip to content

Commit

Permalink
Merge pull request kubernetes#113858 from aojea/ingress_nightly
Browse files Browse the repository at this point in the history
Fix kubernetes/gce-ingress jobs
  • Loading branch information
k8s-ci-robot committed Nov 15, 2022
2 parents 7dc36bd + 962dbbb commit 591fc0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cluster/addons/rbac/cluster-loadbalancing/glbc/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ rules:
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
verbs: ["get","create","update"]
# GLBC uses endpoint slices
- apiGroups: ["discovery.k8s.io"]
resources: ["endpointslices"]
verbs: ["get","list", "watch"]
3 changes: 2 additions & 1 deletion cluster/gce/manifests/glbc.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 600
hostNetwork: true
containers:
- image: gcr.io/k8s-ingress-image-push/ingress-gce-glbc-amd64:v1.12.0
- image: gcr.io/k8s-ingress-image-push/ingress-gce-glbc-amd64:v1.20.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -56,6 +56,7 @@ spec:
- --running-in-cluster=false
- --config-file-path=/etc/gce.conf
- --healthz-port=8086
- --enable-endpoint-slices
- --gce-ratelimit=ga.Operations.Get,qps,10,100
- --gce-ratelimit=alpha.Operations.Get,qps,10,100
- --gce-ratelimit=beta.Operations.Get,qps,10,100
Expand Down

0 comments on commit 591fc0d

Please sign in to comment.