Closed theonlyames closed 4 days ago
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement
Learn more about why HashiCorp requires a CLA and what the CLA includes
Have you signed the CLA already but the status is still pending? Recheck it.
When can we expect this to be merged/released? Look forward to this feature, as the workaround option of using manifest also does not work and has PR open since February.
Description
Adds support for the rollingUpdate.maxSurge property for DaemonSets. See #2106
There is admittedly already a PR for this (PR #2416), but that is slightly out of date in terms of the documentation structure and I started this branch before I realized it existed.
Acceptance tests
Output from acceptance testing:
I am currently struggling to actually run any of the makefile builds, which may be due to something in my WSL setup.
Release Note
Release note for CHANGELOG:
References
Related Issue: #2106 Terraform documentation: https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/daemonset#rolling_update
Kubernetes documentation: https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#:~:text=updateStrategy.rollingUpdate.-,maxSurge,-(IntOrString)
Community Note