Ben Leggett
Ben Leggett
@howardjohn should be g2g
> How can this work in tests where we use dynamic ports? We don't allow people to customize the listener ports (they're consts in the config which is where the...
> @bleggett in `direct` we do, we just don't care about the illegal ports there Yeah I'm taking a look at those.
> > @bleggett in `direct` we do, we just don't care about the illegal ports there > > Yeah I'm taking a look at those. What it boils down to...
Yeah I think we need to track our CI version/`build-tools` version exactly in the Cargo.toml
> rust-version is the 'The minimal supported Rust version.' We run fine on 1.77, do we really want to say you MUST have 1.78? I think our min version can...
> 2024-05-20T22:04:04.183057Z error cni istio-cni failed with: unable to push CNI event, error was 500" Yeah as mentioned in Slack the looping is k8s rescheduling the pod, causing our CNI...
At this point I don't actually think we can do "autodetection" for this. - We need to know hostpaths at installtime, not runtime, for setting up hostmounts. - The kubernetes...
I'm closing this out as a I think _charts_ in general shouldn't rely on autodetection and platform profiles work pretty well. I do think as mentioned above `istioctl` autodetection +...
> As for how draining is better than in-place upgrade, draining a node before upgrading the ztunnel ensures that no dataplane traffic is being handled by the node before replacing...