Commit Graph

69 Commits

Author SHA1 Message Date
Kubernetes Prow Robot e07f84708e
Merge pull request #8276 from rifelpet/aws-vpc-cni-env-vars
Add support for custom env vars in amazon-vpc-cni
2020-02-26 15:07:20 -08:00
Kubernetes Prow Robot 68fcc1f04c
Merge pull request #8473 from jpugliesi/jpugliesi/fix-calico-bgp-link
Update Calico CNI Networking Documentation Links
2020-02-24 07:50:48 -08:00
Ciprian Hacman 87bbcd615c Use cluster name as default subnet tag for Lyft CNI 2020-02-17 17:39:07 +02:00
Peter Rifel e506f1b356 Add support for custom environment variables to amazonvpc daemonset 2020-02-10 16:51:47 -06:00
John Pugliesi fa30793391 Update Calico CNI BGP links 2020-02-04 12:29:06 -08:00
Kubernetes Prow Robot a49ce910a8
Merge pull request #8265 from ReillyProcentive/WeaveNpcExtraArgs
Add support for weave.npcExtraArgs
2020-01-16 15:06:32 -08:00
Kubernetes Prow Robot ac4d186a6a
Merge pull request #8302 from tmjd/calico-doc-update
Some Calico doc updates
2020-01-10 09:54:34 -08:00
Erik Stidham 7c234cc431 Some Calico doc updates 2020-01-09 15:24:23 -06:00
stratusjerry a93d525b0c small documentation typo fixes 2020-01-07 13:12:28 -05:00
Reilly Brogan 3e5b211bcd Add support for weave.npcExtraArgs 2020-01-03 21:28:37 -06:00
Kubernetes Prow Robot a7ebaf7378
Merge pull request #7402 from maruina/lyft-cni-v0.5.0
Upate Lyft CNI to v0.5.1
2019-11-19 16:19:19 -08:00
Matteo Ruina 7a581f0a88 Update docs/networking.md
Co-Authored-By: David Byron <dbyron@dbyron.com>
2019-11-19 08:31:51 +01:00
tanjunchen b67a656ece fix 404 urls in docs 2019-11-18 14:24:22 +08:00
Matteo Ruina 844d939d8e Fix spelling error 2019-10-31 15:29:12 +01:00
Matteo Ruina becdf3882c Add lyft documentation 2019-10-31 15:29:12 +01:00
Maciej Kwiek 74e10dadec Change Cilium templates to standalone version
This commit doesn't include any Cilium configuration, just takes the
quick install yaml from
https://github.com/cilium/cilium/blob/v1.6.0/install/kubernetes/quick-install.yaml

Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
2019-09-12 17:23:50 +02:00
GuyTempleton 948373a4ae Update calico and update manifest 2019-09-09 10:00:50 -04:00
GuyTempleton d0f8dc5760 Add ability to configure number of Typha Replicas
Adds the ability to configure the number of Typha replicas when using Calico CNI in 1.12+
to limit the impact of Calico on the APIServer and increase the scalability of the cluster.

Also adds the ability to configure Typha's Prometheus config.

Add Passing TyphaReplicas Validation Test
2019-09-09 10:00:50 -04:00
Reilly Brogan 79e8f26e73 Add support for netExtraArgs 2019-08-16 15:13:56 -05:00
GuyTempleton a517fcd20d
Update Docs for Calico Backend for kops 1.12
Current docs still state that Calico uses etcd as the backend, makes clear that this only holds true for versions below 1.12 and adds a stanza around using APIServer without Typha for 1.12 onwards.
2019-06-19 09:31:34 +01:00
Peter Rifel 79474ffc0b Upgrade AWS VPC CNI provider to 1.5.0
Released a few days ago: https://github.com/aws/amazon-vpc-cni-k8s/releases/tag/v1.5.0
2019-06-07 16:33:55 -07:00
misdre 8dbfa9da2e Fix link to Calico route reflectors documentation + typo 2019-06-02 10:15:34 +00:00
Peter Rifel 01ce8de068 Mention version of Kops that introduced new features
I'm hoping this will cut down on the confusion when reading the master branch's docs and seeing features not included in the latest stable Kops release..

A stopgap until we can properly version our documentation.
2019-05-14 22:20:57 -07:00
Artem Yarmoliuk db6b29ba10
Update flannel manifest to v0.11.0 and add iptables-resync flag 2019-03-23 19:01:46 +02:00
Kenjiro Nakayama bedc944672 Update docs for IAM policy 2019-01-28 13:07:19 +09:00
k8s-ci-robot bac89b8de5
Merge pull request #5102 from tmjd/calico-v3-upgrade
Calico v3 upgrade
2018-11-13 12:55:18 -08:00
Erik Stidham 06ff74f91b Calico V3 doc updates 2018-11-08 07:59:57 -06:00
Vlad Ionescu a918768991
Fix broken link 2018-11-06 14:44:13 +02:00
Vlad Ionescu ab28795faa
Detail Calico BGP route reflector requirements
As per Lance Robson's message in Slack,
https://kubernetes.slack.com/archives/C3QUFP0QM/p1537959279000100?thread_ts=1537951563.000100&cid=C3QUFP0QM
above 50-100 nodes Calico recommends usage of BGP route reflectors:
> Clearly I'm not impartial here, but I can tell you that we test Calico to 5K
>  nodes.
> We recommend BGP route reflectors once you go above ~50-100 nodes (we test up
>  to 100 nodes without RRs).  The reason for RRs is that by default calico sets up
>  BGP connections in a full mesh - clearly the number of connections will scale as
>  the number of nodes squared.  With RRs, the number of BGP connections scales
>  linearly with nodes - but then you have to manage the RRs too.
> The next version of Calico (v3.3 - code is in master already, but not heavily
>  tested yet) will bring a feature to make RRs much easier to deploy - just
>  annotate a few nodes and they become RRs.

Adding this detail to documentation as I recently got a cluster with such
issues.
2018-11-06 13:23:08 +02:00
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