-
Notifications
You must be signed in to change notification settings - Fork 303
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
Comments
This should be closed since it is has been added in v1.9.3 |
/close |
@spencerhance: You can't close an active issue/PR unless you authored it or you are a collaborator. 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. |
@spencerhance has 1.9.3 been published to the google container registry? I don't see it. |
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"
The text was updated successfully, but these errors were encountered: