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

BUG > Internal Load Balancer attempts to use regional cert #1047

Closed
kuwas opened this issue Mar 3, 2020 · 1 comment
Closed

BUG > Internal Load Balancer attempts to use regional cert #1047

kuwas opened this issue Mar 3, 2020 · 1 comment

Comments

@kuwas
Copy link

kuwas commented Mar 3, 2020

Description

Current Behavior

  • Attempting to use internal load balancer with an existing certificate will lead the controller to attempt to mount a "regional" certificate, but it cannot find the certificate since it is global.
      "kubernetes.io/ingress.class": "gce-internal"
      "ingress.gcp.kubernetes.io/pre-shared-cert": "default-sandbox"
googleapi: Error 404: The resource 'projects/<redacted>/regions/us-central1/sslCertificates/default-sandbox' was not found, notFound

Expected Behavior

  • Internal load balancer should use certificate without issues
@spencerhance
Copy link
Contributor

@kuwas The internal http load balancer actually only supports regional certificates: (docs) so this is expected behavior

@kuwas kuwas closed this as completed Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants