-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Initial support for ListenerSet #55595
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
Conversation
|
Skipping CI for Draft Pull Request. |
3a61bb4 to
fe3db76
Compare
3738491 to
9e2f878
Compare
9e2f878 to
27302cb
Compare
27302cb to
6725b3c
Compare
f01cfd3 to
a2720a1
Compare
a2720a1 to
c0a21be
Compare
213204b to
4533f8c
Compare
|
rebased! |
| Message: msg, | ||
| } | ||
| } | ||
| setProgrammedCondition(gatewayConditions, internal, gatewayServices, warnings, allUsable) |
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.
I like this function - consider comments or separate functions for each condition to improve readability
| servers := []*istio.Server{} | ||
| for i, l := range ls.Listeners { | ||
| port, err := detectListenerPort(l) | ||
| _ = err // TODO |
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.
?
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.
Fixed, but cannot be tested until kubernetes-sigs/gateway-api#3750 lands (it is impossible to get this error in 1.3 but will be possible in future
|
Is the integ test failure a false positive/transient error? |
|
/test integ-ambient-mc |
da90e77 to
d0b2d71
Compare
d0b2d71 to
a97bd0d
Compare
|
In response to a cherrypick label: #55595 failed to apply on top of branch "release-1.26": |
|
In response to a cherrypick label: new issue created for failed cherrypick: #56762 |
* Initial ListenerSet support * lint * gen * rebase * Rebase * rebase * misc fixes
* upstream/master: Multicluster AmbientIndex (istio#56395) Add support for OPTIONAL_MUTUAL to Gateway API (istio#56742) Automator: update proxy@master in istio/istio@master (istio#56732) CNI Pod delete edge case (istio#56738) ensure consistency in inject label validation (istio#56737) Initial support for ListenerSet (istio#55595) feat: better istioctl ps output (istio#56441)
Initial support for ListenerSet