Peter Rifel
f66a2abc40
Add --post-drain-delay to rolling-update cluster command
2018-12-14 21:09:55 -08:00
Kubernetes Prow Robot
c2cd44f596
Merge pull request #6195 from zouyee/dp
...
update heapster version and mark it retired
2018-12-12 12:07:52 -08:00
zouyee
c7ae696767
bump prometheus-operator version and deploy file
2018-12-11 14:02:14 +08:00
zouyee
bc024905bd
bump heapster version and mark it retired
2018-12-11 10:39:58 +08:00
Cryptophobia
2a747f8d8f
fix(docs): fix the compatibility matrics on hpa.md
...
Add new metrics-server version to the compatibility matrics on the horizontal_pod_autoscaling.md docs.
2018-12-10 18:24:52 -05:00
Kubernetes Prow Robot
1f38ac53b8
Merge pull request #6185 from rdrgmnzs/cluster-rotation-validation-timeout
...
Let a user specify the validation timeout when rotating a cluster.
2018-12-09 17:48:54 -08:00
Rodrigo Menezes
a6116381c9
add docs
2018-12-08 17:45:51 -08:00
Kubernetes Prow Robot
b2e96b91bf
Merge pull request #6170 from qlikcoe/patch-1
...
Add-ons spec example is missing "manifest".
2018-12-07 07:55:05 -08:00
mikesplain
3c7756a4e5
Add -y for upgrade command
2018-12-06 12:56:48 -05:00
Anatoli Iariomenco
2a6ebb5e1d
Fixed add-ons manifest.
...
Add-ons example is missing `manifest: ` part.
2018-12-05 16:41:19 -05:00
Kenjiro Nakayama
4489d86aff
Add cni to usage network option for kops create cluster
2018-12-01 11:53:48 +09:00
k8s-ci-robot
202c8b08aa
Merge pull request #6136 from jeefy/version-fix
...
Update addons dashboard version
2018-11-30 08:11:11 -08:00
Jeffrey Sica
135b1d0501
update to use v1.10.0
2018-11-29 20:07:04 -05:00
Rich Lees
15f0fb7187
Enable HPA tolerance configuration pass 1
2018-11-29 15:59:57 +00:00
mikesplain
72b331ca44
Update docs, removing brew --devel
2018-11-27 10:25:44 -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