zacharysarah
c4ea942a40
Merge branch 'master' into release-1.9
2017-12-15 13:11:00 -06:00
Andrew Chen
8a06c09712
[maintenance] December link fixes ( #6680 )
2017-12-14 00:57:38 -06:00
Di Xu
82e0dc1271
add ExtendedResourceToleration admission controller ( #6618 )
2017-12-13 17:59:27 -08:00
Daniel Smith
5f9e5192d8
Update admission control docs for webhooks (re-send #6368 ) ( #6650 )
...
* Update admission control docs for webhooks
* update in response to comments
2017-12-11 15:00:31 -06:00
Mike Danese
a47847bc01
short circuit deny docs ( #6536 )
...
* line wrap
* short circuit deny
* address comments
2017-12-08 14:30:14 -06:00
Pavel Pospisil
a6eb85887d
Postpone Deletion of a Persistent Volume Claim in case It Is Used by a Pod ( #6415 )
...
* Postpone Deletion of a Persistent Volume Claim in case It Is Used by a Pod
A new feature PVC Protection was added into K8s 1.9 that's why this documentation change is needed.
* Added tag at the top of each new area.
* Fix typo
* Fix: switched on in (all kubelets) -> (all K8s components).
* Added link to admission controller
* Moved PVC Protection configuration into Before you begin section.
* Added steps how to verify PVC Protection feature.
* Fixes for admission controller plugin description and for PVC Protection description in PVC lifecycle.
* Testing official rendering of enumerations (1., 2., 3., etc.)
* Re-write to address comments from review.
* Fixed definition when a PVC is in active use by a pod.
2017-12-07 14:44:53 -06:00
zacharysarah
25f581ec39
Merge branch 'master' into release-1.9
2017-12-07 00:15:27 -06:00
Justin Burke
ac064a5f9f
Clarify language around uninitialized state
2017-12-06 14:25:17 -08:00
Eric Chiang
125910e50c
rbac: docs for aggregated cluster roles ( #6474 )
2017-12-06 15:29:07 -06:00
Zach Corleissen
4c0c7a52f9
Revert "begin updating webhook documentation" ( #6575 )
2017-12-05 14:26:18 -06:00
Daniel Smith
bb756bfca8
Update admission control docs for webhooks
2017-12-01 16:45:09 -08:00
Jordan Liggitt
8ae0bd2c14
Clarify webhook URL may not include parameters
2017-11-23 03:00:55 -05:00
Qiming
288a72d0ef
Merge pull request #6397 from tengqm/add-schema-tests
...
Add more files for schema test
2017-11-23 10:11:56 +08:00
Sam Clinckspoor
66350ad1f2
Fix links to Node auth and NodeRestrictions
2017-11-21 14:17:32 +01:00
Qiming Teng
5e7e5f3235
Add more files for schema test
2017-11-21 17:13:54 +08:00
craigbox
cc09a91e05
There's no appendix; remove # APPENDIX heading
...
(also, why was it shouted?)
2017-11-20 12:16:18 +00:00
Stewart-YU
a5dd0ebd15
Update multiple-zones.md
...
Fix bad link.
2017-11-20 10:23:07 +08:00
Stewart-YU
ad68acc431
Update index.md
...
Fix deadlink.
2017-11-19 12:08:49 +08:00
Stewart-YU
9812e6954d
Update cluster-large.md
...
delete addtion `/` in url link.
2017-11-17 09:34:46 +08:00
XsWack
e1d484579e
Merge branch 'master' into mvgen
2017-11-16 09:30:49 +08:00
XsWack
da6e321669
move kubeadm to /docs/reference/generated directory ( #6326 )
2017-11-15 09:43:17 -08:00
XsWack
1a1ab53df2
Merge branch 'master' into mvgen
2017-11-15 17:46:49 +08:00
XsWack
16f6a61596
move federation-apiserver federation-controller-manager to /docs/reference/generated directory ( #6327 )
...
* move federation-apiserver federation-controller-manager to /docs/reference/generated directory
* update _redirects and _data/referenerce.yaml
2017-11-15 01:45:12 -08:00
XsWack
134507dbc1
move kubefed to /docs/reference/generated directory ( #6325 )
...
* move kubefed to docs/reference/generated
* update _redirects and _data/referenerce.yaml
2017-11-15 01:16:14 -08:00
wackxu
ba7c3005c9
move some generated file to docs/reference/generated directory
2017-11-15 14:12:11 +08:00
Qiming
aee5d36b0f
Merge pull request #6203 from tengqm/event-rate-limit
...
Document the EventRateLimit admission controller
2017-11-15 10:01:09 +08:00
Andrew Chen
4f38e0aefd
Rename Google Container Engine to Google Kubernetes Engine
2017-11-13 13:43:14 -08:00
Qiming
b9e1ca1361
Fix taint names used in admission controllers ( #6264 )
2017-11-10 13:40:23 -06:00
Andrew Chen
37f57f6843
[Monthly Maintenance] Fix broken links from Screaming Frog SEO Spider
2017-11-08 14:01:56 -08:00
Qiming
db0f634110
Merge pull request #6172 from gyliu513/auth
...
Added `--authorization-mode=Node` to document.
2017-11-08 11:34:36 +08:00
Qiming
b124f4d051
Merge pull request #6130 from jamiehannaford/kubeadm-extra-args
...
Make kubeadm docs for extra args clearer
2017-11-08 09:33:32 +08:00
Qiming Teng
33aa282480
Document the EventRateLimit admission controller
2017-11-08 09:26:29 +08:00
Stewart-YU
645fe170ef
Fix format. ( #6168 )
2017-11-07 15:39:15 -08:00
Jamie Hannaford
a230cf00f7
Make kubeadm docs for extra args clearer
2017-11-07 14:31:17 +01:00
lemon-tree
0abb97e623
Update kubeadm.md
...
Fixed the bad format
2017-11-04 10:35:39 +08:00
Guangya Liu
6cc8501441
Added --authorization-mode=Node to document.
2017-11-03 20:16:28 +08:00
Mitchel Humpherys
d49a3dda8e
kubelet: an => a ( #6159 )
...
"PodSpec" doesn't start with a vowel.
2017-11-02 17:02:32 -07:00
Eric Chiang
aaffdb8ca4
oidc: document oidc prefix flags and add note about Okta ( #5884 )
2017-11-02 13:25:25 -07:00
dungeonmaster18
3f0f84f924
Fixed cluster-large broken links
2017-11-02 09:17:03 -07:00
William Chang
ba6e4b3cbc
Fix all the relevant documents hyperlink about the federation.
2017-11-02 17:04:30 +08:00
Kyle Bai
d44b8900c1
Remind the flag --require-kubeconfig is deprecated ( #6087 )
...
* Remove --require-kubeconfig flag
* Revert --require-kubeconfig flag
* Remind the flag is deprecated
2017-11-01 14:52:26 -07:00
Stewart-YU
6ec1b0bf4b
Fix some format ( #5996 )
...
* Update index.md
Fix format
* Update fedora_manual_config.md
Fix format.
* Update libvirt-coreos.md
Fix format.
* Update libvirt-coreos.md
* Update libvirt-coreos.md
* Update libvirt-coreos.md
update libvirt-coreos.md
* Update libvirt-coreos.md
2017-10-27 13:41:33 -07:00
XsWack
62e51f8696
Add description for Priority admission control plug-in ( #6058 )
2017-10-26 15:16:50 -07:00
Qiming
583805b507
Split PodPreset concept out from task doc ( #5984 )
2017-10-25 14:41:51 -07:00
Qiming
87b358e6c4
Revise certificates documentation ( #5965 )
2017-10-20 13:57:36 -05:00
Kyle Bai
bc63bc15de
Fix anonymous access opts in v1.5.x ( #5918 )
2017-10-16 09:43:26 -07:00
Rohit Agarwal
e247d7175c
Fix code block rendering. ( #5921 )
2017-10-16 09:39:09 -07:00
jianglingxia
cecf6e9884
deployment version in authenticating ( #5896 )
2017-10-13 13:46:19 -07:00
Ziqi Zhao
61ae72a3ae
Signed-off-by: Ziqi Zhao <zhaoziqi@qiniu.com> ( #5909 )
...
Fix typos and one mistake of document /docs/admin/kubeadm
2017-10-13 13:17:22 -07:00
Florian Woerner
5b0c2b6906
Removed unessary caracters when outputing the CA key hash using openssl ( #5784 )
...
* Removed unessary caracters when outputing the CA key hash using openssl
Removed unessary caracters when outputing the CA key hash using openssl.
* Changed CA key gathering cmd
Changed CA key gathering cmd to make it comatible with different versions of openssl
2017-10-10 13:25:09 -07:00