Amir Alavi

Results 236 comments of Amir Alavi

I am facing the same issue on AKS (running Ubuntu 18.04). Anyone been able to figure this out?

@overdrive3000 this is a pretty small change, can this be reviewed?

@rolfberkenbosch Headless services (by design) do not get an IP address because they do not perform any proxying or load balancing. I am testing this in my cluster right now...

Hi @nachten You would `set` it like this: ``` helm install vernemq . -f values.yaml --set additionalEnv[0].name="DOCKER_VERNEMQ_ALLOW_REGISTER_DURING_NETSPLIT" --set additionalEnv[0].value="off" ``` Note that if you are using `zsh`, then you need...

@ashokFluke Would you please review the latest release to see if it addresses your need. Please close this Issue if that is in fact the case.

I also like the flexibility it brings but should we do this work as part of `descheduler/v1alpha2` initiative? Given the breaking changes. cc: @ingvagabund @damemi

In my organization, we're discussing use-cases around skipping a namespace via a label. Currently, we have to re-deploy Descheduler to exclude a namespace. [Alternatively, we can label each Deployment as...

I noticed [kubectl](https://github.com/kubernetes-sigs/descheduler/blob/1eade5bf915e8921ca3267a0275975ef8398830b/go.mod#L17) is on an old version (0.20) This is being upgraded to 0.25 in the 0.25 release

Agreed. I took a stab at it [here](https://github.com/kubernetes-sigs/descheduler/pull/938) but the builds are broken until 0.25 is merged.