docs: Add versioning proposal#1087
Conversation
c348438 to
0d37135
Compare
|
/retest |
1 similar comment
|
/retest |
0d37135 to
e4e0ca4
Compare
| This new versioning scheme will provide the following benefits: | ||
|
|
||
| * **Clarity**: It will be immediately clear which version of Node Problem Detector is compatible with which version of Kubernetes. | ||
| * **Consistency**: It aligns the project with the release cycle of Kubernetes, which it is tightly coupled with. |
There was a problem hiding this comment.
I don't know how tightly coupled NPD is with K8s, works fine with pretty well with most K8s versions.
Some tests with all supported K8s versions would be helpful in the future.
There was a problem hiding this comment.
yes, shouldn't have said tightly coupled. At least not at this moment. The coupling is coming from the fact that the set of components running with the specific k8s version is typically locked and NPD works with them. So it is easier just keep specific version of NPD there and have all new features for never version of components in the new version
There was a problem hiding this comment.
Thanks @SergeyKanzhelev. Before merging, could you remove the which it is tightly coupled with part?
|
/lgtm Pending @hakman's review. |
|
cc @DigitalVeer |
e4e0ca4 to
8606d3c
Compare
|
@wangzhen127 I updated the doc to reflect that we will call it |
|
/lgtm |
8606d3c to
b132355
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman, SergeyKanzhelev, wangzhen127 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test pull-npd-build |
Proposal for #1062