-
Notifications
You must be signed in to change notification settings - Fork 668
docs: Add versioning proposal #1087
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
docs: Add versioning proposal #1087
Conversation
c348438
to
0d37135
Compare
/retest |
1 similar comment
/retest |
0d37135
to
e4e0ca4
Compare
docs/versioning.md
Outdated
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @SergeyKanzhelev. Before merging, could you remove the which it is tightly coupled with
part?
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.
done
/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
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-npd-build |
Proposal for #1062