Ryan McGinnis
c844ce73e3
Merge pull request #10162 from riverzhang/kubeadm-ipvs
...
Add use ipvs to kubeadm-init doc
2018-09-19 13:19:53 -04:00
Ryan McGinnis
b3529ee840
Merge pull request #10299 from bart0sh/PR0028-kubeadm-CRI-documentation
...
Add CRI installation instructions page
2018-09-19 12:42:41 -04:00
Maciej Kwiek
d329f9a12b
Cilium CNI docs for kubeadm quickstart guide ( #9889 )
...
Signed-off-by: Maciej Kwiek <maciej@covalent.io >
2018-09-19 09:04:58 -07:00
Jim Angel
1774347e71
Adding a back button on last module ( #10089 )
...
Closes: https://github.com/kubernetes/website/issues/10073
2018-09-19 08:45:46 -07:00
Ed Bartosh
eea138591d
Add CRI installation instructions page
...
Added cri-installation page with CRI installation instructions
Referenced it from kubeadm-init and install-kubeadm pages.
2018-09-19 12:30:42 +03:00
Zach Arnold
555bbbb307
Revert CoreDNS Docs ( #10319 )
...
* Revert "Add CoreDNS details to DNS Debug docs (#10201 )"
This reverts commit 462817a674 .
* Revert "Add CoreDNS details to the customize DNS doc (#10228 )"
This reverts commit e7319eeb8c .
* Revert "coredns default (#10200 )"
This reverts commit 698e93b441 .
2018-09-17 11:37:39 -07:00
Zach Arnold
4d7691ecfc
merge origin master
2018-09-17 10:33:51 -07:00
Kevin Lefevre
f5b05a4e4e
Update configure-aggregation-layer.md ( #10119 )
2018-09-16 00:39:50 -07:00
Bjørn Erik Pedersen
1b5ff98a44
Make the home page into reusable and translatable blocks ( #10071 )
...
* Make navigation and UI strings i18n friendly
This commit
* Extracts most UI strings into i18n bundles so they can be translated
* Makes a proper Hugo menu out of the hardcoded menu that is shown on smaller screens
* Changes the language selector logic to navigate to the current page in the other language if possible (e.g. the translation). If not possible, it takes you to the home page for that language.
For testing, this commit also adds Norwegian as a new language. This is turned off.
* Make the home page into reusable and translatable blocks
This commit adds a set of block type shortcodes that is then used to build the home page.
* These shortcodes gets common image resources from a new headless bundle. These resources can be inherited or overridden by translations.
* The hardcoded case studies section on the home page is replaced with a query and a loop.
* The hardcoded feature list on the home page is replaed qith a query and a loop.
2018-09-14 14:47:24 -07:00
Keith Schaab
6c451b301a
Fixing example text typo ( #10282 )
2018-09-13 20:40:03 -07:00
tanshanshan
e4e7da3010
fix the command output ( #10285 )
2018-09-13 20:30:27 -07:00
Cody Clark
1a9b307b4e
Add Katacoda Embedded Live Environment ( #10276 )
...
* Create kat-button
* Update test.md
* Update test.md
* Update test.md
* Update style-guide.md
* Update style-guide.md
* Update style-guide.md
* Update style-guide.md
* Update style-guide.md
* code highlight fix
2018-09-13 15:45:54 -07:00
Wojciech Tyczynski
3286b00f58
Fix secrets docs in 1.12 branch ( #10056 )
...
* Fix secrets docs
* Update secret.md
2018-09-13 11:05:24 -07:00
Sandeep Rajan
e7319eeb8c
Add CoreDNS details to the customize DNS doc ( #10228 )
...
* Add CoreDNS details to the customize DNS doc
Rewrite the document to include more details about CoreDNS, since it's now the default from v1.12
* Address comments
* Improve doc wording
* Fix link
* Update dns-custom-nameservers.md
* Update dns-custom-nameservers.md
2018-09-13 10:44:38 -07:00
Stanislav Láznička
ae83bb4938
Add "MayRunAs" value among other GroupStrategies ( #9888 )
2018-09-12 22:05:02 -07:00
Hemant Kumar
8ba585e8f7
Dynamic volume limit updates for 1.12 ( #10211 )
...
* add a placeholder commit
* Update docs for csi volume limits
* Update storage-limits.md
2018-09-12 21:54:41 -07:00
Wei Huang
0e2ba4797a
docs update to promote ScheduleDaemonSetPods to beta ( #9923 )
2018-09-12 18:27:05 -07:00
Zach Corleissen
ee35f4518d
Fixes from review of PR #10278 ( #10280 )
...
Feedback from mistyhacks
Update configure-upgrade-etcd.md
Update configure-upgrade-etcd.md
2018-09-12 14:35:43 -07:00
Zach Arnold
90f7df61be
Incremental update from master ( #10278 )
...
* fix invalid href of cloud controller manager (#10240 )
* fix invalid yaml format (#10238 )
* update storage-limits doc with Azure disk part (#10224 )
update storage-limits doc with Azure disk part
fix comments
* Update kubelet-config-file.md (#10222 )
Update link to KubeletConfiguration struct.
* fix a trivial misspelling (#10244 )
* Fix cassandra-statefulset.yaml indent level (#10243 )
* Mention minimum etcd versions (#10208 )
Source: https://groups.google.com/d/msg/kubernetes-dev/jMPA4JzKiY4/HIx2ugvLBAAJ
* fix 404 error (#10250 )
* Small verb tweak (#10190 )
Present participle, ftw.
* Add AnchorJS logic for header links (#10155 )
* Add AnchorJS JavaScript
* Remove existing inpage_heading logic
* Remove underline from anchor tags
* Use single icon and add touch visibility
* Use paragraph link icon for AnchorJS
* Update Sass to use code formatting in docsContent headers
* Update header size coverage to H3-H6
* fix broken link in kubefed.md (#10254 )
* Update the version numbers for the X-Remote-Extra- and Impersonate-Extra- key fixes (#9827 )
The fix was cherry picked into 1.11.3, 1.10.7, and 1.9.11:
https://github.com/kubernetes/kubernetes/pull/67162
https://github.com/kubernetes/kubernetes/pull/67163
https://github.com/kubernetes/kubernetes/pull/67164
* fix typo (#10168 )
* fix typo
* addressing comments.
* Update setup-ha-etcd-with-kubeadm.md
* fix typos (#10252 )
* fix description of contribute guide (#10253 )
* describe truncate feature about advanced audit (#10236 )
* describe truncate feature about advanced audit
* Update audit.md
2018-09-12 13:23:20 -07:00
Vikas Choudhary (vikasc)
19d8375c11
Bump quota configuration api version ( #10217 )
2018-09-12 10:02:42 -07:00
Janet Kuo
dd24ece1bb
TTL controller for cleaning up finished resources ( #10064 )
...
* TTL controller for cleaning up finished resources
* Address comments
* Update ttlafterfinished.md
2018-09-12 09:57:45 -07:00
Babak "Bobby" Salamat
9d3671dea7
Add documentation for Scheduler performance tuning ( #10048 )
...
* Add documentation for Scheduler performance tuning
* Update scheduler-perf-tuning.md
2018-09-11 21:48:32 -07:00
Tim Allclair (St. Clair)
57f4b2da60
RuntimeClass documentation ( #10102 )
...
* RuntimeClass documentation
* Update runtime-class.md
2018-09-11 21:36:23 -07:00
Jan Šafránek
9a7a295d92
MountPropagation is now GA ( #10090 )
2018-09-11 21:25:21 -07:00
CaoShuFeng
00c0cda728
describe truncate feature about advanced audit ( #10236 )
...
* describe truncate feature about advanced audit
* Update audit.md
2018-09-11 21:19:12 -07:00
CaoShuFeng
2673795273
Audit 1.12 doc ( #9953 )
...
* audit 1.12 document
* remove legacy audit feature
https://github.com/kubernetes/kubernetes/pull/65862
* update feature gate doc
2018-09-11 21:19:08 -07:00
Solly Ross
93c0bb9347
HPA Algorithm Information Improvements ( #9780 )
...
* Update HPA docs with more algorithm details
The HPA docs pointed to an out-of-date document for information on the
algorithm details, which users were finding confusing. This sticks a
section on the algorithm in the HPA docs instead, documenting both
general behavior and corner cases.
* Add glossary info, HPA docs on quantities
People often ask about the quantity notation when working with the
metrics APIs, so this adds a glossary entry on quantities (since they're
used elsewhere in the system), and a short explantation in the HPA walkthough.
* Information about HPA readiness and stabilization
This adds information about the new changes to HPA readiness and
stabilization from kubernetes/features#591 , and other minor changes that
landed in Kubernetes 1.12.
* Update horizontal-pod-autoscale.md
2018-09-11 21:17:42 -07:00
Michelle Au
e1e655507d
Update docs with topology aware dynamic provisioning ( #9939 )
...
* Document topology aware volume binding feature
* update for readability
* Update storage-classes.md
* comma splice
* don't abbreviate
2018-09-11 10:55:30 -07:00
CaoShuFeng
e47cb8da42
fix description of contribute guide ( #10253 )
2018-09-10 18:37:35 -07:00
Chao Wang
a0c831a498
fix typos ( #10252 )
2018-09-10 18:36:14 -07:00
Duffie Cooley
4a15ba58b5
fix typo ( #10168 )
...
* fix typo
* addressing comments.
* Update setup-ha-etcd-with-kubeadm.md
2018-09-10 14:09:00 -07:00
Jake Sanders
068edf5c31
Update the version numbers for the X-Remote-Extra- and Impersonate-Extra- key fixes ( #9827 )
...
The fix was cherry picked into 1.11.3, 1.10.7, and 1.9.11:
https://github.com/kubernetes/kubernetes/pull/67162
https://github.com/kubernetes/kubernetes/pull/67163
https://github.com/kubernetes/kubernetes/pull/67164
2018-09-10 14:03:27 -07:00
WanLinghao
6f221d8763
fix broken link in kubefed.md ( #10254 )
2018-09-10 13:11:11 -07:00
Chris O'Haver
462817a674
Add CoreDNS details to DNS Debug docs ( #10201 )
...
* add coredns details
* address nits, add query logging section
2018-09-10 06:22:52 -07:00
Lee Verberne
c98cd68630
Promote ShareProcessNamespace to beta in docs ( #9996 )
2018-09-10 06:16:53 -07:00
Chris O'Haver
698e93b441
coredns default ( #10200 )
2018-09-10 06:13:52 -07:00
Alexandr Tcherniakhovski
66eaff007c
Change feature state for kms provider to beta. ( #10230 )
...
KMS Provider will be graduating to beta in v1.12, reflecting this change on the website.
2018-09-10 05:24:52 -07:00
Qiming
b3bc49ede6
TokenRequest and TokenRequestProjection now beta ( #10161 )
...
xref: kubernetes/kubernetes#67349
2018-09-10 05:19:53 -07:00
John O'Neill
c038d8909c
Small verb tweak ( #10190 )
...
Present participle, ftw.
2018-09-10 05:11:52 -07:00
Chao Wang
a4b1b7c1de
fix 404 error ( #10250 )
2018-09-10 02:17:52 -07:00
Eric Tune
726ce50f4a
Mention minimum etcd versions ( #10208 )
...
Source: https://groups.google.com/d/msg/kubernetes-dev/jMPA4JzKiY4/HIx2ugvLBAAJ
2018-09-10 02:16:53 -07:00
Babak "Bobby" Salamat
fe96f3b980
Update ResourceQuota per PriorityClass state for 1.12 ( #10229 )
2018-09-09 20:12:36 -07:00
Qiming
dc9d71ac3e
Say bye to DynamicProvisioningScheduling ( #10157 )
...
The mentioned feature gate is now collapsed into `VolumeScheduling`.
xref: kubernetes/kubernetes#67432
2018-09-09 20:03:00 -07:00
Rostislav M. Georgiev
d6e30e19a8
kubeadm-init: Update the offline support section ( #10062 )
...
The update includes the following things (in mind with Kubernetes 1.12):
- Remove the 1.8 image versions
- Add the 1.10 image versions that were missing until now
- Include a comment for the missing arch suffixes in 1.12
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com >
2018-09-09 19:46:41 -07:00
Jenny Buckley
d494a440bd
Add dry-run to api-concepts ( #10033 )
2018-09-09 19:38:40 -07:00
Xing Yang
68de2e3ec1
Add Documentation for Snapshot Feature ( #9948 )
...
* Add documentation for snapshot feature
* Update volume-snapshots.md
2018-09-09 19:33:40 -07:00
Davanum Srinivas
d5b92b42b1
Remove --cadvisor-port - has been deprecated since v1.10 ( #10023 )
...
Change-Id: Id2a685473a243aef492a98ff450759f39e362557
2018-09-09 19:29:40 -07:00
vsoutherner
c75060883e
Update kubelet-config-file.md ( #10222 )
...
Update link to KubeletConfiguration struct.
2018-09-09 18:35:41 -07:00
Andy Zhang
bbc815d1f5
update storage-limits doc with Azure disk part ( #10224 )
...
update storage-limits doc with Azure disk part
fix comments
2018-09-09 18:33:41 -07:00
CaoShuFeng
37d8c7bf8d
fix invalid yaml format ( #10238 )
2018-09-09 18:25:40 -07:00