-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Document ingress.gcp.kubernetes.io/pre-shared-cert annotation #396
Comments
How does the syntax look, it would be nice with just a copy/paste in this issue so there at least where something until the documentation was written? |
@tlbdk sorry!
---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: my-ingress
annotations:
kubernetes.io/ingress.allow-http: "false" # Disable port 80 access (see caveats)
kubernetes.io/ingress.global-static-ip-name: "my-ip" # Name of the static global IP address in GCP
ingress.gcp.kubernetes.io/pre-shared-cert: "my-cert" # Name of the TLS certificate in GCP
spec:
backend:
serviceName: my-service # Service type NodePort resource to expose
servicePort: 80 # Port of the Service |
Thanks, just what I needed :) |
does this work with any ingress controller? for example can I use this with |
No, this annotation is GCE specific.
|
Where is This is the only reference I can find online. |
There is currently no mention of |
@cachvico The documentation page specifcally mentions that in the |
@joaoferrao beg pardon. For future readers coming from a Google search on |
Update GLBC documentation with this annotation + usage.
Follow up work to #291.
Please assign to me.
The text was updated successfully, but these errors were encountered: