Greg Hanson

Results 91 comments of Greg Hanson

@calikonur wondering if anything is flagged `STALE` in `istioctl proxy-status` or any related errors in `istioctl analyze -A`. A `STALE` state could be preventing ingress gateway from receiving any new...

> my proposal is to just support the current annotations ( or at least a subset ) @costinm just to confirm, are these the [annotations](https://istio.io/latest/docs/reference/config/annotations/) you're referring too? Or were...

@Kaushal28 working on this on behalf of @YachikaRalhan

@howardjohn based on https://github.com/istio/istio/issues/43614 it sounds like this may be premature

possibly a separate issue, but on failed cherry-picks, I have observed two attempts being made at performing the cherry-pick and therefore 2 separate issues created for each attempt. Example: -...

@hanxiaop @Stevenjin8 I don't like the idea of modifying the API to accept GET requests. I envisioned this one would require some html magic to get a page more similar...

might also be good to dump the help text on error, since it is only shown on invalid methods currently: https://github.com/istio/ztunnel/blob/master/src/admin.rs#L174-L180 long term, as ztunnel stabilizes, output the list of...

Yeah, I guess there are 3 parts to this item: 1. validate log levels (HELP text on error) 2. validate log names (HELP text on error) 3. dump list of...

actually the spec does list valid characters: >[RDF blank nodes](https://www.w3.org/TR/rdf11-concepts/#dfn-blank-node) in Turtle are expressed as _: followed by a blank node label which is a series of name characters. The...