-
Notifications
You must be signed in to change notification settings - Fork 123
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
kubeadm: write "cgroupfs" in the kubelet config #140
kubeadm: write "cgroupfs" in the kubelet config #140
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: neolit123 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @jsturtevant |
we should have backports for this: |
/kind failing-test |
Cgroup drivers should be ignored on Windows but there is a bug in the kubelet: kubernetes/kubernetes #97759 Workaround this bug by patching the kubelet configuration in the cluster.
385cfb9
to
49a690c
Compare
I am not super familiar with this setup. It looks like the cherrypicks went in for older versions: kubernetes/kubernetes#98384 Should we prefer those over the patch? |
i've sent the PR after investigating the failures and so that we don't delete the job due to not being maintained. these scripts were originally created by benmoss with some help from me, but ideally sig-windows should take ownership. we missed v1.20.2 for the cherry pick, so it will be out with v1.20.3, maybe in ~2 weeks. |
Sounds good. FWIW we have additional coverage for windows Kubeadm over in capz: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-provider-azure#periodic-capi-e2e-full It's not as extensive (I am working on that) but it does validate that kubeadm binary works. I'll need to make sure we get the correct fix there too. |
given capz is more actively maintained than the CI scripts in this repository, we can remove them and if that is what sig-windows would prefer. |
1.20.4 was just released: will check if the latest kubelet there fixes the related failures: |
the job deployment is now working: some conformance test appear to be red, which is not deployer related. /close |
@neolit123: Closed this PR. In response to this:
Instructions 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/test-infra repository. |
Reason for PR:
Cgroup drivers should be ignored on Windows but there is a bug
in the kubelet:
kubernetes/kubernetes#97759
the bug is fixed in master (.21) but is not part of the latest stable releases in the skew yet.
Workaround this bug by patching the kubelet configuration in
the cluster.
Issue Fixed:
fixes #138
Requirements
Notes: