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

e2e: support k8scni=<cilium|weavenet|flannel> #747

Merged
merged 1 commit into from Jan 3, 2022

Conversation

askervin
Copy link
Contributor

Similarly to the k8scri parameter, allow user to define which CNI to install on new cluster by setting k8scni.

This patch also adds support to the flannel CNI.

Setting reinstall_bootstrap is added to keep our shellcheck (git hook) happy.

@codecov-commenter
Copy link

codecov-commenter commented Dec 27, 2021

Codecov Report

Merging #747 (487fcd0) into master (60337e0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #747   +/-   ##
=======================================
  Coverage   37.16%   37.16%           
=======================================
  Files          54       54           
  Lines        8035     8035           
=======================================
  Hits         2986     2986           
  Misses       4761     4761           
  Partials      288      288           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60337e0...487fcd0. Read the comment docs.

Comment on lines +949 to +951
echo 10.244.0.0/16
else
echo 10.217.0.0/16
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this special-case required by flannel ?

test/e2e/run.sh Show resolved Hide resolved
Copy link
Contributor

@klihub klihub left a comment

Choose a reason for hiding this comment

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

LGTM.

I just have a small question and a nitpick (that we can very well leave unaddressed, no need to split it out to a commit/PR of its own).

@klihub klihub merged commit 80d55b1 into intel:master Jan 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants