-
Notifications
You must be signed in to change notification settings - Fork 14.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 networking.md #3950
Update networking.md #3950
Conversation
Added CNI-Genie as one of the many options
@chenopis any ideas who would be the best person to review this PR? Thx! |
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.
One grammar nit.
@@ -223,6 +223,12 @@ Weave Net runs as a [CNI plug-in](https://www.weave.works/docs/net/latest/cni-pl | |||
or stand-alone. In either version, it doesn't require any configuration or extra code | |||
to run, and in both cases, the network provides one IP address per pod - as is standard for Kubernetes. | |||
|
|||
### CNI-Genie from Huawei | |||
|
|||
[CNI-Genie](https://github.com/Huawei-PaaS/CNI-Genie) is an open source software that enables Kubernetes to [simultanously have access to different implementations](https://github.com/Huawei-PaaS/CNI-Genie/blob/master/docs/multiple-cni-plugins/README.md#what-cni-genie-feature-1-multiple-cni-plugins-enables) of [Kubernetes network model](https://github.com/kubernetes/kubernetes.github.io/blob/master/docs/concepts/cluster-administration/networking.md#kubernetes-model) in runtime. This includes any implementation that runs as a [CNI plugin](https://github.com/containernetworking/cni#3rd-party-plugins), such as [Flannel](https://github.com/coreos/flannel#flannel), [Calico](http://docs.projectcalico.org/), [Romana](http://romana.io), [Weave-net](https://www.weave.works/products/weave-net/). |
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.
Add "the": "...to simultanously have access to different implementations of the Kubernetes network model in runtime."
@thockin You have a moment to take a quick look at this? |
@thockin since it was just mentioned in the SIG meeting that today is the code freeze, do you think this PR could possibly be considered for 1.7 release? |
Docs changes are governed differently from code changes, and this is not release specific. |
@@ -223,6 +223,12 @@ Weave Net runs as a [CNI plug-in](https://www.weave.works/docs/net/latest/cni-pl | |||
or stand-alone. In either version, it doesn't require any configuration or extra code | |||
to run, and in both cases, the network provides one IP address per pod - as is standard for Kubernetes. | |||
|
|||
### CNI-Genie from Huawei | |||
|
|||
[CNI-Genie](https://github.com/Huawei-PaaS/CNI-Genie) is an open source software that enables Kubernetes to [simultanously have access to different implementations](https://github.com/Huawei-PaaS/CNI-Genie/blob/master/docs/multiple-cni-plugins/README.md#what-cni-genie-feature-1-multiple-cni-plugins-enables) of the [Kubernetes network model](https://github.com/kubernetes/kubernetes.github.io/blob/master/docs/concepts/cluster-administration/networking.md#kubernetes-model) in runtime. This includes any implementation that runs as a [CNI plugin](https://github.com/containernetworking/cni#3rd-party-plugins), such as [Flannel](https://github.com/coreos/flannel#flannel), [Calico](http://docs.projectcalico.org/), [Romana](http://romana.io), [Weave-net](https://www.weave.works/products/weave-net/). |
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.
s/an open source software/a CNI plugin/
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.
@thockin comment addressed!
Back to you @chenopis |
…hub.io into release-1.7 * 'master' of https://github.com/kubernetes/kubernetes.github.io: Add TCP socket health check example (#3977) Update networking.md (#3950) [authorization] fix invalid href for webhook
…hub.io into release-1.6 * 'master' of https://github.com/kubernetes/kubernetes.github.io: Add TCP socket health check example (#3977) Update networking.md (#3950) [authorization] fix invalid href for webhook
…hub.io * 'master' of https://github.com/kubernetes/kubernetes.github.io: (859 commits) fixed the line giving the template for creating configmap, should include the word configmap as part of the creation process. Fixes issue kubernetes#3939 Add CRI runtime support Updaated install-kubeadm.md, removed redundant kubectl installation (kubernetes#4006) Add Chocolatey Package Manager for Windows (kubernetes#4000) Make issue title automatically a link Update directions for macOS bash completion Add TCP socket health check example (kubernetes#3977) Update networking.md (kubernetes#3950) [authorization] fix invalid href for webhook Remove self-referential link Add fibre channel volume explanation (kubernetes#3967) Improve RBAC doc (kubernetes#3951) Clarify CNI acronym Fix 404 to kubectl install link install-kubectl.md: Fix Windows texts, link to latest macOS binaries Create Installing kubeadm topic. (kubernetes#3709) Fix example in the "Adding ConfigMap data to a Volume" section Update ExternalName example Completes PR kubernetes#3325 ... # Conflicts: # _data/tasks.yml # docs/tasks/administer-cluster/namespaces-walkthrough.md # docs/tasks/administer-cluster/namespaces.md
Added CNI-Genie as one of the many options
This change is