Costin Manolache

Results 160 comments of Costin Manolache

Any impact on backwards compatibility ? Should we prevent WE from using the same IP as a pod instead ? Any security implications ? On Sun, May 12, 2024 at...

On Tue, May 14, 2024 at 7:38 PM hzxuzhonghu ***@***.***> wrote: > Should we prevent WE from using the same IP as a pod instead ? Any security > implications...

Last time I tried - cni in kube-system and istio-system fought with each other to install as last component in the cni config. Not sure if it changed. Since all...

Fortunately helm will not install because the cluster resources are already present. The only safe upgrade I found so far is by using affinity and node labels - coincidentally this...

On Tue, May 14, 2024, 10:09 Ben Leggett ***@***.***> wrote: > It is not safe to install the same daemonset 2x in k8s as a general rule - > that's...

On Tue, May 14, 2024 at 11:11 AM Ben Leggett ***@***.***> wrote: > Istioctl or helm template doesn't have those problems... > > Agreed, that's our special problem :D >...

We should have affinity just for consistency. Taints are for a different thing AFAIK - we can use the nodeSelector plus affinity. Removed the custom affinity - added the extra...

On Thu, May 9, 2024, 14:24 Ben Leggett ***@***.***> wrote: > We should have affinity just for consistency. Taints are for a different > thing AFAIK - we can use...

Not change - add. There is no harm in adding an extra label. On Mon, Apr 29, 2024, 03:45 Nischay Goyal ***@***.***> wrote: > I was about to open a...

Don't worry about 'app', I can open a separate PR. For comments - just some example like what label you are planning to use, I assume this PR is based...