Jon Mosco
29621addd9
change send to sent, and change a period to be a colon to follow the rest of the guide
2017-09-21 16:18:03 -04:00
Slava Semushin
67c0fcd274
Fix broken links after moving proposals to subdirs.
2017-09-21 13:30:31 -05:00
jianglingxia
18254f4413
another error
2017-09-21 17:27:41 +08:00
jianglingxia
94f8bfbeed
some error in statefulset
2017-09-21 15:57:21 +08:00
Jennifer Rondeau
be367f221f
Merge pull request #5558 from php-coder/psp_allow_all_caps
...
psp.yaml: add allowedCapabilities: '*' to permissive PSP
2017-09-20 13:06:18 -07:00
Slava Semushin
91f526421d
Fix some broken links to proposals.
2017-09-20 13:47:45 -05:00
steveperry-53
b052e4e803
Merge branch 'master' into release-1.8
2017-09-20 11:21:34 -07:00
Jess Frazelle
2bd62e674b
add docs for AllowPrivilegeEscalation ( #5448 )
...
Signed-off-by: Jess Frazelle <acidburn@microsoft.com >
2017-09-20 11:14:24 -07:00
Yinan Li
c3947d5ba5
Updated the Cassandra tutorial to use apps/v1beta2 ( #5548 )
2017-09-20 09:21:44 -07:00
Matt Moyer
755b52134e
Update bootstrap tokens doc for 1.8. ( #5479 )
...
* Update bootstrap tokens doc for 1.8.
This has some changes I missed when I was updating the main kubeadm documention:
- Bootstrap tokens are now beta, not alpha (https://github.com/kubernetes/features/issues/130 )
- The apiserver flag to enable the authenticator changedin 1.8 (https://github.com/kubernetes/kubernetes/pull/51198 )
- Added `auth-extra-groups` documentaion (https://github.com/kubernetes/kubernetes/pull/50933 )
- Updated the _Token Management with `kubeadm`_ section to link to the main kubeadm docs, since it was just duplicated information.
* Update bootstrap-tokens.md
2017-09-20 09:09:29 -07:00
Kenneth Owens
9f37676700
update DaemonSet concept for 1.8 release ( #5397 )
...
* update DaemonSet concept for 1.8 release
* Update daemonset.md
Fix typo. than -> then
2017-09-20 09:08:06 -07:00
Slava Semushin
ec3671b0ea
psp.yaml: add allowedCapabilities: '*' to permissive PSP.
2017-09-20 14:40:50 +02:00
Jennifer Rondeau
7ba3d7c67e
Merge pull request #5438 from lcfang/patch-53
...
Update install-kubeadm.md
2017-09-19 19:29:46 -04:00
Jennifer Rondeau
ba25e6228f
Merge pull request #5435 from jianglingxia/jlx-91317
...
fix typo of basic-stateful-set
2017-09-19 19:25:12 -04:00
Jennifer Rondeau
73e224794c
Merge pull request #5501 from torvitas/patch-1
...
fixes kubernetes/contrib/issues/2749
2017-09-19 19:09:10 -04:00
Jianhui Z
a10da9cf47
add federation job doc ( #5485 )
...
* add federation job doc
* Update job.md
Edits for clarity and consistency
* Update job.md
Fixed a typo
2017-09-19 17:50:54 -05:00
Kyle Bai
cd67108ba7
Remove User FAQ refer links ( #5467 )
...
* Remove User FAQ refer links
* Remove all of the wiki refer links
2017-09-19 17:22:19 -05:00
Maciej Szulik
8ec205f057
Update docs to use batch/v1beta1 cronjobs ( #5475 )
2017-09-19 13:21:29 -07:00
Jennifer Rondeau
c49c964635
Merge pull request #5506 from ianfisk/spelling
...
Fix spelling mistake.
2017-09-19 15:31:33 -04:00
Jennifer Rondeau
a26ddaa6da
Merge pull request #5531 from zouyee/version
...
fix version.md link
2017-09-19 15:29:31 -04:00
Jennifer Rondeau
c08e547db8
Merge pull request #5532 from zouyee/api-group
...
update api-group link
2017-09-19 15:28:24 -04:00
Jennifer Rondeau
01be561eb6
Merge pull request #5534 from zouyee/aggerated-api-servers
...
update aggregated-api-servers.md link
2017-09-19 15:24:23 -04:00
Jennifer Rondeau
32161536bb
Merge pull request #5538 from kairen/patch-hpa-1
...
Fix incorrect links
2017-09-19 15:19:35 -04:00
Jennifer Rondeau
2bf010d5ee
Merge pull request #5542 from kubernetes/zhangxiaoyu-zidif-patch-99
...
use para. page.version to replace specific version
2017-09-19 15:14:27 -04:00
Jun Xiang Tee
bccd6515f3
Remove petset documentations ( #5395 )
2017-09-19 12:01:42 -07:00
Yinan Li
bda3250c1b
Revamped concepts doc for ReplicaSet ( #5463 )
...
* Revamped concepts doc for ReplicaSet
* Minor changes to call out specific versions for selector defaulting and
immutability
* Addressed doc review comments
2017-09-19 11:56:14 -07:00
Jing Xu
f93a513d88
Modify allocatable storage to ephemeral-storage ( #5490 )
...
Update the doc to use ephemeral-storage instead of storage
2017-09-19 11:43:07 -07:00
Yinan Li
af7c064877
Updated Deployments concepts doc ( #5491 )
...
* Updated Deployments concepts doc
* Addressed comments
* Addressed more comments
2017-09-19 11:41:11 -07:00
jianglingxia
db0623830e
fix link of secret
2017-09-19 13:39:41 -05:00
Jing Xu
366cc81601
Add quota support for local ephemeral storage ( #5493 )
...
* Add quota support for local ephemeral storage
update the doc to this alpha feature
* Update resource-quotas.md
2017-09-19 11:34:24 -07:00
jianglingxia
66cba99aca
fix the link of persistent storage ( #5515 )
...
* update the admission-controllers.md index.md what-is-kubernetes.md link
* fix the link of persistent storage
2017-09-19 11:27:43 -07:00
Anthony Yeh
40e12296d6
[1.8] Update "Run Applications" tasks to apps/v1beta2. ( #5525 )
...
* Update replicated stateful application task for 1.8.
* Update single instance stateful app task for 1.8.
* Update stateless app task for 1.8.
* Update kubectl patch task for 1.8.
2017-09-19 11:16:53 -07:00
Jun Xiang Tee
d32bf973ef
Update kubectl patch doc to use apps/v1beta2 APIs ( #5422 )
2017-09-19 09:54:34 -07:00
Tim(Xiaoyu) Zhang
5e07e96abf
use para. page.version to replace specific version
2017-09-19 16:21:28 +08:00
jianglingxia
308e243a5f
update the admission-controllers.md index.md what-is-kubernetes.md link
2017-09-19 02:15:03 -05:00
kairen
08479e46db
Fix incorrect links
2017-09-19 13:50:04 +08:00
Matt Moyer
b3cf89cd75
Update docs/admin/kubeadm.md to cover self-hosting in 1.8. ( #5497 )
...
This is a new beta feature in 1.8.
2017-09-18 21:21:27 -07:00
Di Xu
675765f64f
add document on kubectl's behavior regarding initializers ( #5505 )
2017-09-18 21:08:15 -07:00
zouyee
6f76cc9145
update aggregated-api-servers.md link
2017-09-19 11:16:03 +08:00
zouyee
7a9ab3eda6
update api-group link
2017-09-19 10:46:51 +08:00
zouyee
5095e3ea39
fix version.md link
2017-09-19 10:32:13 +08:00
Jun Xiang Tee
9f590be6ce
Update statefulset concepts doc to use apps/v1beta2 APIs ( #5420 )
2017-09-18 17:33:50 -07:00
Jun Xiang Tee
91fc94fa64
Re-update WordPress and MySQL PV doc to use apps/v1beta2 APIs ( #5526 )
2017-09-18 17:25:40 -07:00
Mik Vyatskov
711c56cc4e
Update Stackdriver Logging documentation ( #5495 )
2017-09-18 17:23:40 -07:00
steveperry-53
6bceca53b0
Merge branch 'master' into release-1.8
2017-09-18 09:01:52 -07:00
Ian Fisk
c77139f1b4
Fix spelling mistake.
2017-09-17 07:45:02 -07:00
Lucas Käldström
286f2cbd9e
Merge pull request #4770 from mhausenblas/mh9-release-1.8
...
Add `kubeadm upgrade` docs
2017-09-16 19:34:43 +03:00
Sascha Marcel Schmidt
4aadfef47c
fixes #2749
2017-09-16 14:54:18 +02:00
Michael Hausenblas
f4ce844fcb
addresses kubeadm upgrade review comments
...
CC: @luxas
2017-09-16 11:27:12 +02:00
Weibin Lin
831833d6b3
Update docs/admin/authentication.md ( #5408 )
...
* Update docs/admin/authentication.md
* Update authentication.md
2017-09-15 17:30:05 -07:00