gruntwork-io / kubergrunt

Kubergrunt is a standalone go binary with a collection of commands to fill in the gaps between Terraform, Helm, and Kubectl. https://www.gruntwork.io
Apache License 2.0
516 stars 87 forks source link

Update coredns to execute a rollout when no patch is required. #224

Closed ryehowell closed 8 months ago

ryehowell commented 8 months ago

Description

Fixes #223

This PR adds a deployment rollout when a patch isn't required for coredns. This is necessary to ensure coredns is scheduled on Fargate when a patch operation doesn't take place. Without the update the coredns deployment will remain in the pending state.

Documentation

TODOs

Read the Gruntwork contribution guidelines.

Please ensure all of these TODOs are completed before asking for a review.

Release Notes (draft)

Migration Guide