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

docs(design-proposal): support CNI Cilium #1216

Merged
merged 1 commit into from
Apr 28, 2021
Merged

Conversation

Huimintai
Copy link
Contributor

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line:

/kind api-change
/kind bug
/kind cleanup
/kind deprecation
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


@huxiaoliang
Copy link
Contributor

huxiaoliang commented Apr 22, 2021

comments:

  1. how to handle os kernel dependency? since cilium need os kernel >4.9
  2. do we need cilium to replace kube-proxy? provide a config parameter?
  3. can we support more config parameter?
  cluster-pool-ipv4-cidr: "10.0.0.0/8"
  cluster-pool-ipv4-mask-size: "24"
  disable-cnp-status-updates: "true"
  1. tkestack depends on iptable mode 和ipvs mode to support ha and loadbanance, refer to https://github.com/tkestack/tke/blob/master/docs/design-proposals/controlplane-ha-loadbalance.md for the details, please double check this part and highlight in your doc
  2. ipv6 support?

@Huimintai Huimintai force-pushed the support-cilium-design branch 18 times, most recently from b25edbb to a9f68a9 Compare April 28, 2021 02:04
@huxiaoliang huxiaoliang merged commit 2919373 into master Apr 28, 2021
@huxiaoliang huxiaoliang deleted the support-cilium-design branch April 28, 2021 02:18
@Huimintai Huimintai linked an issue Apr 28, 2021 that may be closed by this pull request
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.

TKEStack support CNI cilium
2 participants