docs: clarify kube-apiserver version skew policy in compatibility matrix#1769
docs: clarify kube-apiserver version skew policy in compatibility matrix#1769Debasish-87 wants to merge 1 commit into
Conversation
This PR updates the Compatibility Matrix documentation to clarify kube-apiserver version skew expectations. Instead of duplicating skew details in the table, it references the official Kubernetes Version Skew Policy to avoid documentation drift and ensure long-term accuracy.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Debasish-87 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
This issue is currently awaiting triage. If metrics-server contributors determine this is a relevant issue, they will accept it by applying the The DetailsInstructions 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-sigs/prow repository. |
|
Welcome @Debasish-87! |
|
Hi @Debasish-87. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. DetailsInstructions 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-sigs/prow repository. |
|
Hi maintainers 👋 This PR clarifies kube-apiserver version skew reference Could someone help with triage and /ok-to-test? Happy to make any changes if needed. Thanks! |
| For full details, refer to the official Kubernetes Version Skew Policy: | ||
| https://kubernetes.io/releases/version-skew-policy/ | ||
|
|
||
| *Kubernetes versions lower than v1.16 require passing the `--authorization-always-allow-paths=/livez,/readyz` command line flag |
There was a problem hiding this comment.
do you mind moving this piece above the ### kube-apiserver Version Skew section?
|
/ok-to-test |
This PR clarifies kube-apiserver version skew expectations in the Compatibility Matrix section of the README.
Instead of duplicating skew details in the table, it references the official Kubernetes Version Skew Policy to prevent documentation drift and ensure long-term accuracy.
What this PR does / why we need it:
Adds a dedicated section referencing the Kubernetes Version Skew Policy to clarify kube-apiserver compatibility expectations without duplicating skew values in the compatibility table.
Which issue(s) this PR fixes:
Fixes #1484