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

Ingress for Internal L7 LB creates backend-service with wrong scheme #1059

Closed
Hermi999 opened this issue Mar 26, 2020 · 6 comments
Closed

Ingress for Internal L7 LB creates backend-service with wrong scheme #1059

Hermi999 opened this issue Mar 26, 2020 · 6 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@Hermi999
Copy link

The Ingress for the Internal L7 LB creates a backend-service with the loadBalancingScheme: INTERNAL (see pkg/backends/backends.go).

According to the docs the scheme should be INTERNAL_MANAGED instead.

While creation of ILB works in this way, I can not update the Urlmap to use routeRules. Instead the following error returns:

"Invalid value for field 'resource.defaultService':..... Advanced routing rules are not supported for scheme INTERNAL"

@rramkumar1
Copy link
Contributor

@spencerhance

@spencerhance
Copy link
Contributor

@Hermi999 Thanks for submitting this. There's a fix for this in #1062

@spencerhance
Copy link
Contributor

This should be closed since it is has been added in v1.9.3

@spencerhance
Copy link
Contributor

/close

@k8s-ci-robot
Copy link
Contributor

@spencerhance: You can't close an active issue/PR unless you authored it or you are a collaborator.

In response to this:

/close

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.

@asgoel
Copy link

asgoel commented May 2, 2020

@spencerhance has 1.9.3 been published to the google container registry? I don't see it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

5 participants