John Howard
John Howard
Note (AFAIK) both are valid outputs. It just seems odd they are inconsistent. The reason I am looking into this is allegedly DataDog parses these differently, but I think if...
Seems to work for me? ``` ~/istio/istio-1.26.1/bin/istioctl install --set revision=usergroup-1 -y ~/istio/istio-1.26.1/bin/istioctl install --set revision=usergroup-2 -y --set values.defaultRevision=usergroup-2 $ kgvwh NAME WEBHOOKS AGE istio-validator-usergroup-1-istio-system 1 46s istio-validator-usergroup-2-istio-system 1 27s istiod-default-validator...
@seanmonstar the problem is I want, for any given response on a connection, to return `connection: close`. However, I do not want to reject a new request on the connection...
Alternatively we could have a mode where the error output contains the alert and the user is expected to write (or not) the alert
Thanks @djc !! Much appreciation for the quick fix
There are some headers, I don't know any that are guaranteed unless we add one
The 'from waypoint' is the tricky part. 'To waypoint' is easy, and `direct = !towaypoint && !fromwaypoint`, but there is no _reliable_ way to know if its from a waypoint....
No, waypoint should report TCP as well if the service is TCP (same semantics as a sidecar)
Options for graceful shutdown: (1) Add a new ShutdownStarting message to ZDS. Upon this, send GOAWAYs to clients. Mixed: draining happens immediately instead of at the end of the pod....
I am not sure GC works since we need to do our cleanup before the rest of the CNI does (else we cannot send GOAWAY since the veth is gone)....