-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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 Flannel manifests, install script and version (0.12) + fix tests scripts #5937
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. I understand the commands that are listed here. |
@floryut we need rewrite code of install flannel flannel now not sold with flannel-cni container, so cni plugins binary should copy as in cillium tasks |
Oh crap, thanks man, will take a look anyhow it's a big wip pr, will try some things with this test |
Found the following GitHub issues about Flannel on k8s v1.17 with DNS problems: |
If there is a known problem with Flannel on v1.17, then we could make a note of it in Kubespray v2.13 release note and backport any fix that comes upstream? |
20c5a11
to
754a55e
Compare
I tried different versions of flannel |
Here what I've done so far
With that the flannel test works (test green), where do you want to go from there @Miouge1 @LuckySB ? |
ba0b71f
to
26bc7e6
Compare
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.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: floryut, Miouge1 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 |
/ok-to-test |
/lgtm |
Thanks, forgot the |
/lgtm cancel |
wait to repush |
offloading in networking test
The apparmor condition has been added so let's roll /lgtm |
spec: | ||
priorityClassName: system-node-critical | ||
serviceAccountName: flannel | ||
nodeSelector: |
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 realize I'm late to the party (this was already merged), but the nodeselector is needed for those who might be running windows nodes in their clusters.
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.
Hum wasn't sure that latest k8s version and flannel weren't compatible with windows.
But if you're sure let's add it back then :)
…ts scripts (kubernetes-sigs#5937) * Add CI_TEST_VARS to tests * Update flannel to 0.12.0 (with new manifests) and disable tx/rx offloading in networking test
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?: