Skip to content
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

Update skew change in v1.29 from n-1 to n-3 #2950

Closed
wants to merge 1 commit into from
Closed

Conversation

pacoxu
Copy link
Member

@pacoxu pacoxu commented Nov 1, 2023

  • preflight check KubeletVersion behavior change

Only change the comments here.

Leave the remove of the KubeletVersion from ignorePreflightErrors to v1.32 when all skew CI can remove it.

- preflight check KubeletVersion behavior change
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 1, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pacoxu

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the area/kinder Issues to track work in the kinder tool label Nov 1, 2023
@k8s-ci-robot k8s-ci-robot requested a review from SataQiu November 1, 2023 07:39
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 1, 2023
Copy link
Member

@neolit123 neolit123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reworded the comment a little.
please check if you agree and if it's correct.

we need to update this k/website page as well.
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/#kubeadm-s-skew-against-the-kubelet
(dev-1.29 branch)

Comment on lines +74 to +78
Before kubeadm v1.29, the maximum kubelet skew from the kubeadm version was X-1. This required skipping
the KubeletVersion preflight check.

After kubeadm v1.29, the maximum kubelet skew from the kubeadm version has become X-3 and KubeletVersion
preflight check no longer has to be skipped.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Before kubeadm v1.29, the maximum kubelet skew from the kubeadm version was X-1. This required skipping
the KubeletVersion preflight check.
After kubeadm v1.29, the maximum kubelet skew from the kubeadm version has become X-3 and KubeletVersion
preflight check no longer has to be skipped.
Before kubeadm v1.29, the maximum kubeadm / kubelet skew was X-1. For example, kubeadm v1.28 could deploy a kubelet that is v1.28 or v1.27. After v1.29 the maximum skew has become X-3. For example, kubeadm v1.29 can deploy a kubelet that is as old as v1.26.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So here deploy means init/upgrade/join operations. This is clear. Updated.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So here deploy means init/upgrade/join operations. This is clear. Updated.

i don't see a new commit?

@neolit123
Copy link
Member

/skip

@pacoxu
Copy link
Member Author

pacoxu commented Nov 1, 2023

@pacoxu
Copy link
Member Author

pacoxu commented Nov 3, 2023

I mistakenly created a new branch in kubeadm.

I recreate a new PR in #2953

@pacoxu
Copy link
Member Author

pacoxu commented Nov 3, 2023

Could you help to remove two branches in the repo with paco prefix?

https://github.com/kubernetes/kubeadm/branches/all

@neolit123
Copy link
Member

Could you help to remove two branches in the repo with paco prefix?

https://github.com/kubernetes/kubeadm/branches/all

i will clean them

@neolit123 neolit123 deleted the pacoxu-patch-2 branch November 3, 2023 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/kinder Issues to track work in the kinder tool cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants