-
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
Multiple pre-shared certificates not working #419
Comments
What version of the ingress controller are you running? Based on your k8s version, I would think it is a version that does not support multiple TLS. Note that multiple TLS is supported in ingress-gce version 1.10 and higher |
ping @Kronuz |
Yes, I was using v1.9.7-gke.3, and neither annotations nor multiple tls.secretName worked. With v1.10 at least the later works; but to be honest, I didn’t try comma separated certificate names in annotations with it, only secretName. |
Can this be closed? |
@Kronuz going to close the issue out for now since it looks to be resolved. Please reopen if you have further concerns. |
/close |
In the documentation (https://github.com/kubernetes/ingress-gce/blob/fea549960931d72f6bd9505796d75ea8a085f92b/README.md#gcp-ssl-cert) it says multiple pre-shared certs can be specified as follows:
However, when I try that, I get the following error and certificates are not loaded:
Version is:
The text was updated successfully, but these errors were encountered: