-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Documented service annotation for AWS ELB SSL policy #6261
Documented service annotation for AWS ELB SSL policy #6261
Conversation
Deploy preview ready! Built with commit c59e38a https://deploy-preview-6261--kubernetes-io-vnext-staging.netlify.com |
@micahhausler FYI, the Travis CI error has been fixed. Please rebase or update your branch. Thx! |
9206178
to
15ee4d5
Compare
aws elb describe-load-balancer-policies --query 'PolicyDescriptions[].PolicyName' | ||
``` | ||
|
||
Any one of those policies can then be specified using the following annotation: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(trying to be picky ...)
using the following annotation:
using the "service.beta.kubernetes.io/aws-load-balancer-ssl-negotiation-policy
" annotation, for example:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem! Thanks
15ee4d5
to
a8c19e3
Compare
/lgtm |
@micahhausler Can you resolve the merge conflict? Thanks. |
a8c19e3
to
c59e38a
Compare
@steveperry-53 This is ready for merge. |
This change is dependent on kubernetes/kubernetes#54507
ping @justinsb
This change is