-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[alertmanager] Add support for minReadySeconds (#4216)
* [alertmanager] Add support for minReadySeconds Signed-off-by: Doris Zhou <[email protected]> * Update charts/alertmanager/templates/statefulset.yaml Co-authored-by: André Bauer <[email protected]> Signed-off-by: Doris Zhou <[email protected]> * Update charts/alertmanager/values.yaml Co-authored-by: André Bauer <[email protected]> Signed-off-by: Doris Zhou <[email protected]> --------- Signed-off-by: Doris Zhou <[email protected]> Signed-off-by: Doris Zhou <[email protected]> Co-authored-by: André Bauer <[email protected]>
- Loading branch information
1 parent
b8f7082
commit ba9682d
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ba9682d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how to overcome this problem.
i get my current_values by
❯ helm show values prometheus-community/prometheus -n prometheus
after edit some configuration i can't upgrade my helm because of my kubernetes version still at 1.21. it mention in this page that we just only need kubernetes version 1.19
❯ helm upgrade prometheus prometheus-community/prometheus -n prometheus -f current_values.yaml
Error: UPGRADE FAILED: error validating "": error validating data: ValidationError(StatefulSet.spec): unknown field "minReadySeconds" in io.k8s.api.apps.v1.StatefulSetSpec
❯ kubectl version --short
Client Version: v1.21.1
Server Version: v1.21.14-eks-5e0fdde
thank you!