SataQiu
0550d8d4e8
fix the typos
2018-10-19 17:35:26 +08:00
Byungjin Park
d583e3eb9d
Fix broken url in documentation
2018-10-17 17:55:55 +09:00
sunlintong
1480a04af9
soltion-->solution
2018-09-03 10:59:12 +08:00
fqsghostcloud
4bd31748bf
fix typo
...
fix typo
2018-08-14 09:23:10 +08:00
Christian Kampka
ed08820909
Generate random weave password it none is supplied
2018-07-18 19:41:57 +02:00
Christian Kampka
3bf8a8fcd2
Add weave network encryption secret
2018-07-13 16:57:48 +02:00
Maciej Kwiek
087027d92f
Add Cilium documentation to networking.md
...
Signed-off-by: Maciej Kwiek <maciej@covalent.io>
2018-07-05 12:14:36 +02:00
Federico Hernandez
499d035831
Documentation - networking Amazon VPC backend
2018-05-18 11:30:21 +02:00
Raffaele Di Fazio
c52d6cd1c1
Fix additional typo (ZONE -> ZONES)
2018-04-17 13:28:31 +02:00
Raffaele Di Fazio
64cb7396c6
Fixes environment variable export.
2018-04-17 13:23:53 +02:00
AdamDang
70b554a5cb
Update networking.md
...
"Kubernetes appears 12 times in main text of this doc, except links, 9 in capital,3 in lower case.
It's better to be same.
2018-03-22 17:27:22 +08:00
Felipe Cavalcanti
e9ef618b14
apply a rolling strategy to calico-node daemonset, improve docs
2018-03-12 15:16:08 -03:00
Felipe Cavalcanti
4d7d8b86b3
roll back calico version in bootstrapchannelbuilder to 2.6.7, increment the suffix and little docs improvement
2018-03-06 19:43:00 -03:00
Felipe Cavalcanti
468d941d99
[Calico] Activate node controller in calico-kube-controllers and add CALICO_K8S_NODE_REF in calico-node, this commit fixes #3224 and #4533
2018-03-06 12:33:26 -03:00
Reid Wiggins
492db9ff03
Remove Romana preview notice from networking docs
...
The Romana version was bumped from the 2.0 preview to the 2.0 GA in
pull request #3892 .
2018-01-03 11:41:11 -06:00
Manuel de Brito Fontes
2e05dd17aa
Add support for Amazon VPC CNI plugin
2017-12-17 18:08:24 -03:00
Andy Randall
d1312f4059
Consolidate two separate CNI sections
...
Also updated a couple of calico references from version-pinned to 'latest'
2017-11-09 09:58:42 -08:00
Caleb Gilmour
79d331e590
Add support for Romana as a networking option
2017-09-13 22:48:18 +00:00
Justin Santa Barbara
f463a8e30e
Add docs for flannel-vxlan option
2017-09-12 20:53:00 -04:00
Murali Reddy
af8d0f6917
Add documentaion to kube-router section of docs/networking
2017-08-24 10:35:07 +05:30
Murali Reddy
b7e1b12022
remove source/destination check requirement for kube-router
...
Kube-router automatically disables source/destination checks for the AWS
EC2 instances now user need not perform explicitly.
Fixed as part of https://github.com/cloudnativelabs/kube-router/issues/35
2017-08-01 19:27:58 +05:30
Justin Santa Barbara
0fc0800bf8
Convert networking list to bulleted list
...
Also sort by name.
Came up on slack, where a user assumed that #1 in the list was most
highly favored, which was not the intention.
2017-06-20 00:40:00 -04:00
Murali Reddy
e872dbcb86
add support for kube-router as CNI networking provider
...
fixes #2606
Most part of the changes are similar to current supported CNI networking
provider. Kube-router also support IPVS bassed service proxy which can
be used as replacement for kube-proxy. So the manifest for kube-router
included with this patch enables kube-router to provide pod-to-pod
networking, IPVS based service proxy and ingress pod firewall.
2017-06-09 17:01:31 +05:30
Chris Love
96e490bef1
Merge pull request #2640 from ottoyiu/kops_srcdst
...
Add ability to set cross-subnet mode in Calico
2017-06-04 09:37:34 -07:00
Jordan Jennings
6213c519e1
Make Weave MTU configurable and set AWS default config for jumbo frames
2017-05-30 06:36:09 -04:00
Otto Yiu
2e1a024b9f
Add ability to set cross-subnet mode in Calico
...
This gives the ability to a user to enable cross-subnet mode in Calico.
Also introduces a new addon that, full disclosure, I wrote.
[ottoyiu/k8s-ec2-srcdst](https://github.com/ottoyiu/k8s-ec2-srcdst )
2017-05-29 18:54:37 -07:00
Shimi Kiviti
6bc1be4cbe
Weave daemonset configuration for k8s 1.6.x
2017-05-24 15:19:40 +03:00
Voyalab LLC
86d22104d5
Spell mistake in document.
...
Changed daesonset to daemonset.
2017-04-25 23:53:20 +05:30
Jon Chiu
17c18d1103
Document kubenet and --topology private
2017-03-04 23:54:03 -08:00
Matthew Mihok
bc235765d1
Adding basic flannel support
2017-02-11 16:26:18 -05:00
Stephen Schlie
991fc5bc7c
Integrating Canal (Flannel + Calico) for CNI ( #1459 )
...
* Integrating Canal (Flannel + Calico) for CNI
Initial steps to integrate Canal as a CNI provider for kops
Removed CNI in help as per chrislovecnm
* Integration tests, getting closer to working
- Added some integration tests for Canal
- Finding more places Canal needed to be added
- Sneaking in update to Calico Policy Controller
* Add updated conversion file
* turned back on canal integration tests
* fixed some rebase issues
* Fixed tests and flannel version
* Fixed canal yaml, and some rebasing errors
- Added some env vars to the install-cni container to get the proper
node name handed off
* Added resource limits
- set resource limits on containers for Canal
- Ran through basic calico tutorials to verify functionality
* Updating Calico parts to Calico 2.0.2
2017-02-11 11:03:23 -05:00
heschlie
a4b7093b0d
Calico integration
...
Adding the option to install Calico with the `--networking calico`
argument. This will currently deploy Calico v2.0 to the cluster.
Documentation has also been updated with information about Calico and
where one can find more information or help.
2016-12-20 10:13:00 -08:00
Sharif Nassar
c28105cf85
Update link to Weave repository.
2016-12-19 11:38:01 -08:00
chrislovecnm
cd39c71c5e
docs updated
2016-11-16 15:54:19 -07:00
Jakub Paweł Głazik
e3edfd2792
Clarify /24 CIDR allocation
...
Kubenet allocated /24 CIDR to each Node, not Pod
2016-11-09 13:27:56 +01:00
Caleb Gilmour
cd35aafd8b
Adds a link in networking docs for Romana install
2016-11-08 14:33:17 +13:00
chrislovecnm
a91462695f
Documenation for the new stuff and cleaning up test
2016-10-19 09:20:39 -06:00
Justin Santa Barbara
d2ccc99e86
WIP network mode docs
2016-08-27 15:19:15 -04:00
Justin Santa Barbara
dc63e307df
Allow pluggable networking: classic, kubenet, external
2016-08-22 12:32:15 -04:00
Justin Santa Barbara
a7e2a24c94
Add docs on AWS VPC 50 node limit
...
Also on subnets & routing tables.
Fix #246
2016-08-03 01:44:38 -04:00