-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/kuberhealthy] kuberhealthy 2.0.0 release chart with helm 3 #18899
Conversation
Signed-off-by: Eric Greer <[email protected]>
Hi @integrii. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
CircleCI says: However, new charts created with Helm 3 using |
Maybe @davidkarlsen can let us know if Helm3 charts are supported yet? |
I am going to change the apiVersion back to v1 just to get this PR merged for now. |
Signed-off-by: Eric Greer <[email protected]>
/lgtm |
@integrii: you cannot LGTM your own PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Eric Greer <[email protected]>
/lgtm |
/ok-to-test |
@ihoegen: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
/ok-to-test
@ihoegen: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: Eric Greer <[email protected]>
New changes are detected. LGTM label has been removed. |
circle ci may have failed because of a botched cleanup?
|
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: integrii, jonnydawg, lolimjake The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@jonnydawg: adding LGTM is restricted to approvers and reviewers in OWNERS files. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@integrii: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-charts-e2e |
@integrii: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
Signed-off-by: Eric Greer <[email protected]>
@jonnydawg: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
/test pull-charts-e2e |
This CI run failed because the CRD was not recognized. This was probably not recognized because the tests are not using Helm 3, which recognizes the new |
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.
Re helm 3 charts, see this recent README update: https://github.com/helm/charts#status-of-the-project
Also some newline and extra line fixes needed.
- namespaces | ||
- componentstatuses | ||
- nodes | ||
verbs: | ||
- get | ||
- list | ||
- watch | ||
|
||
- watch |
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.
Needs one newline at EOF
@@ -11,4 +11,4 @@ subjects: | |||
- kind: ServiceAccount | |||
name: {{ template "kuberhealthy.name" . }} | |||
namespace: {{ .Release.Namespace }} | |||
|
|||
|
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.
Remove extra space on last line
metadata: | ||
name: daemonset-khcheck | ||
{{- end }} | ||
|
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.
Unnecessary extra line
cpu: 10m | ||
memory: 50Mi | ||
{{- end }} | ||
|
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.
Unnecessary extra line
Also see #19008 |
/retest |
Signed-off-by: Eric Greer <[email protected]>
Signed-off-by: Eric Greer <[email protected]>
@integrii: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Should this chart be deprecated in favour of https://github.com/Comcast/kuberhealthy/tree/master/deploy/helm/kuberhealthy ? |
@davidkarlsen Good catch! That chart in the main Kuberhealthy project is basically this one. We run the script there in the same directory with it and contribute that as a chart here. Now that helm 3 exists, I think having our own repository is much better - the release process here is hard! I will make an issue on Kuberhealthy for this now. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
This issue is being automatically closed due to inactivity. |
This chart has been revamped to work with Helm 3 and our new upcoming release of Kuberhealthy 2.0.0.
Signed-off-by: Eric Greer [email protected]
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[stable/mychartname]
)