Justin SB
65e2fb2db4
Support etcd-manager v3, suitable for backporting
...
Add etcd-manager v3 in a way that we can safely backport.
2019-02-28 15:12:01 -05:00
Kenjiro Nakayama
60c152c89d
Mention about possible state store vendors in error message
2018-11-25 13:32:31 +09:00
k8s-ci-robot
ec6a8fed2c
Merge pull request #6100 from thrawny/addons-documentation
...
Document how to create a custom addon
2018-11-21 11:48:43 -08:00
Jonas Lergell
bd680c4bf9
Document how to create a custom addon
2018-11-21 17:41:20 +01:00
k8s-ci-robot
67f1cc8aba
Merge pull request #5586 from fernandocarletti/feature/flags
...
Add flag to disable Basic Auth.
2018-11-18 18:01:05 -08:00
k8s-ci-robot
86c76b4f0c
Merge pull request #6084 from jbowes/patch-1
...
Use a single command in Linux install instructions
2018-11-18 08:37:01 -08:00
JoeWrightss
c5606ac153
Typo fix: Deploy -> Deploying
2018-11-17 02:59:06 +08:00
James Bowes
3f231b3426
Use a single command in Linux install instructions
...
cURL and Wget are both great commands, but the Linux install instructions should stick to just using one.
Similar to https://github.com/kubernetes/kops/pull/5901 , which changed this for MacOS.
2018-11-15 19:36:25 -04: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
k8s-ci-robot
892d26eb1f
Merge pull request #6035 from Vlaaaaaaad/etcd-volume-docs
...
Document etcd volume options + fail fast if ratio is too high
2018-11-10 18:00:33 -08:00
k8s-ci-robot
826aa96746
Merge pull request #6047 from Vlaaaaaaad/calico-route-reflector-docs
...
Detail Calico BGP route reflector requirements
2018-11-10 16:19:59 -08:00
k8s-ci-robot
98b019358d
Merge pull request #6064 from mooncak/fix_issues
...
Fix some typos in files
2018-11-10 15:27:42 -08:00
mooncake
55425e16ae
Fix some typos
...
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-10 18:37:57 +08:00
k8s-ci-robot
5dce6b1e6f
Merge pull request #5875 from seanson/5700_add_flag_for_no_subnet_tags
...
#5700 : Add command line flag for disabling Subnet ELB tags
2018-11-09 13:05:48 -08:00
k8s-ci-robot
09808ecada
Merge pull request #6022 from hintss/patch-1
...
Fix blog link
2018-11-08 22:47:43 -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
Vlad Ionescu
b2b07cf045
Document etcd volume options
...
This commit adds documentation around the options for the etcd volumes:
volumeType and volumeIops, in addition to the already existing documentation for
volumeSize
Fixes https://github.com/kubernetes/kops/issues/4557
2018-11-02 16:01:30 +02:00
AdamDang
97aafc61de
Correct the table format in upgrade_from_kubeup.md
...
Correct the table format in upgrade_from_kubeup.md
2018-10-31 17:16:22 +08:00
hintss
b1c8c0eed3
Fix blog link
2018-10-30 23:03:06 -07:00
k8s-ci-robot
1e44fe0032
Merge pull request #6018 from xichengliudui/fix181030
...
Change the wrong function name and wrong word
2018-10-30 10:02:35 -07:00
xichengliudui
5d9f3891ca
Change the wrong function name and wrong word
2018-10-30 10:10:28 -04:00
Ian Hoegen
312813e4c5
Add stdin input for secrets
2018-10-23 11:38:45 -07:00
k8s-ci-robot
bd19872edf
Merge pull request #5928 from johannes-gehrs/patch-1
...
Correct Spelling of "kubernetesVersion"
2018-10-20 13:40:53 -07:00
SataQiu
0550d8d4e8
fix the typos
2018-10-19 17:35:26 +08:00
k8s-ci-robot
0f5825f096
Merge pull request #5963 from xichengliudui/fix18101802
...
Delete duplicate 'be'.
2018-10-18 08:19:40 -07:00
k8s-ci-robot
9304dbfa05
Merge pull request #5957 from posquit0/patch-1
...
Fix broken url in documentation
2018-10-17 08:43:18 -07:00
k8s-ci-robot
d461860c7a
Merge pull request #5953 from rekcah78/doc/experimental-node-authorization
...
add EnableNodeAuthorization in the list of experimental features
2018-10-17 05:01:06 -07:00
Byungjin Park
d583e3eb9d
Fix broken url in documentation
2018-10-17 17:55:55 +09:00
fernando.carletti
4b27e6c8ee
Add flag to disable Basic Auth.
2018-10-16 19:04:38 -05:00
Justin Santa Barbara
30e2adcf92
Mark release 1.11.0-alpha.1
2018-10-16 11:59:12 -04:00
Christophe Gasmi
3c05a721f1
add EnableNodeAuthorization in the list of experimental features
2018-10-16 10:11:23 +02:00
xichengliudui
4d161ad4a2
Delete duplicate 'be'.
2018-10-16 02:50:24 -04:00
k8s-ci-robot
3c0cd46d31
Merge pull request #5942 from AdamDang/patch-10
...
fix small typos in security.md
2018-10-15 07:19:37 -07:00
mooncake
5fe15965de
Fix documents
...
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-10-14 21:36:29 +08:00
AdamDang
921c7f2ca3
Update security.md
2018-10-14 12:03:38 +08:00
Christian Jantz
34dff300fc
added possible state store vendors to documentation
2018-10-12 19:41:22 +02:00
Johannes Gehrs
7d2156464a
Correct Spelling of "kubernetesVersion"
...
Should be crosschecked by someone, but at least in my cluster spec the spelling is "kubernetesVersion" (non-capitalized start of word).
2018-10-12 15:15:37 +02:00
SataQiu
957b6fa8a6
fix some typos
2018-10-12 16:05:28 +08:00
SataQiu
d4904f8fac
fix some typos
2018-10-10 16:19:36 +08:00
Sean Johnson
737a7a2cb8
5700: Add command line flag for disabling Subnet ELB tags
2018-10-10 12:48:06 +11:00
k8s-ci-robot
4e72383047
Merge pull request #5884 from RulerOf/patch-1
...
Add default S3 encryption example
2018-10-09 07:20:06 -07:00
k8s-ci-robot
23dde04ed2
Merge pull request #5883 from SataQiu/fix-2018100601
...
fix typo: remove duplicate words
2018-10-08 23:38:17 -07:00
k8s-ci-robot
87808fb489
Merge pull request #5854 from posquit0/patch-2
...
Fix mis-typing in CLI command documentations
2018-10-08 22:40:34 -07:00
Justin Santa Barbara
26ed46e0be
Merge pull request #5890 from captainkerk/add-target-ram-mb-option
...
add targetRamMb to kubeAPIServer spec
2018-10-09 00:45:36 -04:00
Justin Santa Barbara
36405479d2
Merge pull request #5896 from justinsb/5425_fix_source
...
Update create-cluster arg help
2018-10-08 23:17:22 -04:00
k8s-ci-robot
da173d645b
Merge pull request #5889 from mbode/patch-1
...
Fix broken link to etcd 2 documentation
2018-10-08 20:02:32 -07:00
k8s-ci-robot
5c5ed1da6f
Merge pull request #5888 from posquit0/patch-3
...
Fix mis-typings in docs
2018-10-08 20:02:26 -07:00
k8s-ci-robot
12930a6559
Merge pull request #5885 from mooncak/fix_typos
...
Fix typos issues
2018-10-08 20:02:16 -07:00