You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way kubectl rollout restart works is by patching the deployment template with the kubectl.kubernetes.io/restartedAt annotation. Rather than adding a new resource for this, you could use the kubernetes_annotations resource to do the same thing:
Marking this issue as stale due to inactivity. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. This helps our maintainers find and focus on the active issues. Maintainers may also remove the stale label at their discretion. Thank you!
Description
This would allow terraform to restart deployments. Especially useful after deploying other things
Potential Terraform Configuration
References
This would provide a much cleaner alternative to https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/blob/master/modules/acm/creds.tf#L85-L99, that also respects current context and network settings.
Community Note
The text was updated successfully, but these errors were encountered: