-
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
Adds support for HTTP2 Push Preload annotation #3240
Conversation
Tested, and it works as desired. When putting the annotation Otherwise nothing is inserted |
@rikatz please add e2e tests |
@aledbf I've been pretty away, so you mean some e2e here: https://github.com/kubernetes/ingress-nginx/blob/master/test/e2e/annotations/? I'll take a look into some examples tomorrow :) |
@rikatz please rebase |
4b74faf
to
595863f
Compare
Rebased, corrected the e2e tests but timeout still happens :( Need some help to figure out what is going on. Thanks! |
Set("Host", host). | ||
End() | ||
Expect(errs).Should(BeEmpty()) | ||
Expect(resp.StatusCode).Should(Equal(http.StatusNoContent)) |
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.
This should be StatusOK
aeb8d7e
to
17649b9
Compare
update test for backendprotocols Adds support for HTTP2 Push Preload annotation Signed-off-by: Ricardo Pchevuzinske Katz <[email protected]> Adds support for HTTP2 Push Preload annotation Signed-off-by: Ricardo Pchevuzinske Katz <[email protected]> Adds support for HTTP2 Push Preload annotation Signed-off-by: Ricardo Pchevuzinske Katz <[email protected]> Adds support for HTTP2 Push Preload annotation Signed-off-by: Ricardo Pchevuzinske Katz <[email protected]> Adds support for HTTP2 Push Preload annotation Adds support for HTTP2 Push Preload annotation
17649b9
to
382049a
Compare
/lgtm |
@rikatz thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, rikatz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Ricardo Pchevuzinske Katz [email protected]
What this PR does / why we need it: This PR adds support for HTTP2 Push Preload, as specified in issue #3233
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #3233