awslabs / kubernetes-iteration-toolkit

Apache License 2.0
54 stars 37 forks source link

set revisionHistoryLimit to 0 for coredns #470

Closed mengqiy closed 2 months ago

mengqiy commented 2 months ago

Issue #, if available:

Description of changes: We observed that a mixture of old and new replicas can be created when we scale the coredns deployment. This eventually get reconciled to all new pods. But the endpoint can observe the mixture of old and new pods. Doing this should be able to help.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.