Bryan Hendryx

Results 8 comments of Bryan Hendryx

Another option if you want the replica sets to scale down immediately is to use `scaleDownDelaySeconds: -1`. This is what we moved to since 0 keeps them indefinitely.

It looks like we are not having issues. For testing we used a command like `bombardier -k --http2 -r 200 -d10m -c48 -m POST --latencies https://dev-srl-usw2.starlightglade.com/performance/0`. While the command is...

I am experiencing the same issue going from 1.5.0 to 1.7.1.

That did the trick for me. I am using ArgoCD and it complained about a shared resource warning but I just synced the app after running the kubectl replace.

I actually had to sync first to add the crd's then do the replace otherwise it would complain some crd's were not there.

Since I am using helm I could of used the force option described in the link you provided or the replace option as you say. If I did the replace...

Something that we do to avoid issues with CRDs and different versions of nginx-ingress is to deploy the CRDs once per cluster. At any given time we can be on...

For reference my fix eneded up being this. I do not think this is the proper long term solution but is how I implemented it in a pinch to get...