John Howard
John Howard
"multiple certificates" feature is for multiple under a single Listener. I think the text you quoted is about having multiple by having N listeners with 1 certificate each
I don't think finalizers are a good design in general; there are very rare cases they are useful but normally they just lead to frustration (see https://stackoverflow.com/questions/52369247/namespace-stuck-as-terminating-how-i-removed-it, one of the...
looks like this was reverted https://github.com/kubernetes/test-infra/pull/29572 /reopen what was the context for the revert?
We now only have these for rate limit, where it is required
track in https://github.com/istio/istio.io/issues/14347
I mean in the `--help` mostly. usually I find myself either looking for a flag I forgot, or typing the flags wrong. In that case I end up with a...
I think you might be able to do this today maybe. * Setup SPIRE on `var/run/secrets/credential-uds/socket` * Keep `var/run/secrets/workload-spiffe-uds/socket` the same * Agent should detect `credential-uds` is set and tell...
Conflict resolution for gateway-api, which is likely the future of Istio networking APIs, is defined in https://gateway-api.sigs.k8s.io/api-types/httproute/#merging already. I would not be in favor of doing anything not accepted into...
We can't do the same thing as gateway-api since it wouldn't be backwards compatible (it's not a new field, just different implicit behavior)