Steven Landow

Results 50 comments of Steven Landow

Seems like this and probably some other changes broke existing scripts like `gateway2/install.sh`

> we can verify if policies distributed across multiple clusters are consistent I don't think istio-reader will have sufficient permission to do this. It will end up being mostly limited...

Gateway API is extensible enough. I'd be surprised if we need to move again.

Most of these characters don't render for me. I think seeing squares wouldn't be the best look. Not everyones terminal/font will have full unicode/emoji support. ⛵️🧠🪢🔒🛬🛫✅❌✅❌ Only 3 of these...

The sources of gateways are: * Services. We already do some work to [find Node IPs](https://github.com/istio/istio/blob/58b485d39091adb72f7b7e952ca5829f301ec1ab/pilot/pkg/serviceregistry/kube/controller/network.go#L428) for NodePort services. We could potentially extend this to include finding the region/zones. When...

@hzxuzhonghu I'm in favor of adopting where possible. It will take some time to adopt this in other controllers, but looking at this makes me think it isn't going to...

@howardjohn the passing tests inspire a decent level of confidence. Metrics/benchmarks showing this doesn't add a ton of extra computation time, unnecessary pushes, etc would be awesome. I'm still working...

Yes, we do support NodePort for multi-network. The docs have you use the gen-eastwest-gateway.sh. After generating the YAML using that command, you'd need to edit one section ``` values: gateways:...

Istio's multi-cluster design currently requires API server access to be shared with each primary cluster. [Primary-Remote](https://istio.io/latest/docs/setup/install/multicluster/primary-remote_multi-network/) would only require supplying the remote clusters' credentials to each primary (you could have...