Skip to content

Commit

Permalink
Merge pull request #1113 from spencerhance/cp-1104-1-9
Browse files Browse the repository at this point in the history
Cherry Pick #1104 [Change project permissions check from 'foo' to 'k8s-ingress-svc-acct-...] to release-1.9…
  • Loading branch information
k8s-ci-robot committed May 26, 2020
2 parents 64998da + cfb09d8 commit 4185a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func NewLoadBalancerController(

// Register health check on controller context.
ctx.AddHealthCheck("ingress", func() error {
_, err := backendPool.Get("foo", meta.VersionGA, meta.Global)
_, err := backendPool.Get("k8s-ingress-svc-acct-permission-check-probe", meta.VersionGA, meta.Global)

// If this container is scheduled on a node without compute/rw it is
// effectively useless, but it is healthy. Reporting it as unhealthy
Expand Down

0 comments on commit 4185a9a

Please sign in to comment.