-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: remove agent logic from external-health-monitor #62
Conversation
Should we wait some time and do this when the agent logic in kubelet goes to beta ? |
/hold |
Probably makes sense. In that case, we should disable the agent logic and not to release a new image for it. |
Let's put this PR on-hold until CSIVolumeHealth feature in Kubelet moves to Beta. @fengzixu, can you submit another PR to disable the building of the agent image? I think just removing it from the Makefile will do. Thanks. |
Done: #64 |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
We moved agent logic to Kubelet in 1.21. In 1.24, we also added volume health as metrics in Kubelet and made a second Alpha. I think the agent logic should be removed from this repo so we don't have to maintain code in two places. @NickrenREN What do you think? |
@xing-yang sorry for the late reply. Sound good to me |
@fengzixu Can you update this PR? |
Will fix the issue in test soon |
/hold cancel |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fengzixu, xing-yang 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 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #57
Special notes for your reviewer:
Does this PR introduce a user-facing change?: