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
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
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
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
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
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
vsoutherner
c75060883e
Update kubelet-config-file.md ( #10222 )
...
Update link to KubeletConfiguration struct.
2018-09-09 18:35:41 -07:00
CaoShuFeng
37d8c7bf8d
fix invalid yaml format ( #10238 )
2018-09-09 18:25:40 -07:00
CaoShuFeng
4423ff8f6b
fix invalid href of cloud controller manager ( #10240 )
2018-09-09 18:23:41 -07:00
Zach Arnold
55f8e53747
Merge remote-tracking branch 'origin' into release-1.12
2018-09-09 11:53:03 -05:00
Michael Schubert
949a1ff541
Improve --requestheader-client-ca-file warning ( #10093 )
...
It's important to use a distinct CA (unless you exactly know what you
are doing) but not clear from the current documentation and warning.
2018-09-05 23:55:13 -07:00
tanshanshan
148d40ee2e
column STORAGECLASS is missed ( #10204 )
2018-09-05 23:44:16 -07:00
Ajay Kemparaj
5336022bef
keep consistency with the kubectl commands ( #10197 )
2018-09-05 14:46:40 -07:00
Joseph Ruane
edeb6a42b7
fix the suffix in the system-reserved example ( #10136 )
2018-09-05 06:26:02 -07:00
Michael Taufen
e30e4c2e63
fix url for 1.11 docs ( #10087 )
...
The URL was not updated to point to release-1.11 branch when 1.11 was released.
This PR updates it to use the docsbranch param, so we don't have to
update it for every release.
2018-09-04 23:51:33 -07:00
linyouchong
91e3697aa5
Update command output ( #10109 )
2018-09-04 22:44:32 -07:00
Xinhai Wang
4fcfde8901
Update assign-cpu-resource.md ( #10176 )
...
fix typo
2018-09-04 20:54:23 -07:00
Solly Ross
9d84a497b4
HPA Specificity Improvements ( #8757 )
...
Updated the HPA docs to reference the `autoscaling/v2beta2` API version,
and added documentation about the new fields.
2018-09-04 15:43:53 -07:00
Zach Arnold
7baa17d816
Merge branch 'release-1.12' of github.com:/kubernetes/website into release-1.12
2018-09-04 10:07:06 -07:00
Eyal Levin
630c39e182
Update jobs link ( #10179 )
2018-09-03 05:42:23 -07:00
Yuanbin Chen
2bb5538bdf
Fix monitor node health "running as a cluster addon" link error ( #10165 )
...
Fixes #10164
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com >
2018-08-31 04:39:37 -07:00
tanshanshan
526f3b9a39
fix the command output ( #10143 )
...
I have verified on version v1.11
2018-08-30 07:43:21 -07:00
tanshanshan
cd7b1898f9
fix the command output ( #10142 )
...
I have verified on version v1.11
2018-08-29 22:48:18 -07:00
AdamDang
8f71dca836
Typo fix: kubeadmin->kubeadm ( #10078 )
...
Typo fix: kubeadmin->kubeadm
2018-08-27 07:02:43 -07:00
Julie Bruce
7210c0e99a
Applied Technical Writer Edits to the Top Portion ( #10001 )
...
Edited the file with Technical Writer edits through the Install kubectl binary using curl section. Will finish more later.
2018-08-22 12:03:06 -07:00
Julie Bruce
cf8f500891
Removed apostrophe and capitalized CPU ( #10045 )
2018-08-22 11:40:00 -07:00
Julie Bruce
338265ee3f
Style updates ( #10046 )
2018-08-22 11:37:45 -07:00
Julie Bruce
5752cde1fa
Made CPU usage consistent and removed apostrophes ( #10044 )
...
* Made CPU usage consistent and removed apostrophes
* Update assign-cpu-resource.md
2018-08-22 08:58:09 -07:00
Julie Bruce
6d3d89198e
Added short code around include statement ( #10006 )
2018-08-22 08:51:24 -07:00
Julie Bruce
1d7e329fd9
Applied Style Changes ( #10043 )
...
* Applied Style Changes
* Add a few more light edits
2018-08-22 08:49:09 -07:00
Julie Bruce
54aebcde1a
Applied Note Tags and Removed Latinisms ( #10026 )
2018-08-21 14:25:49 -07:00
Julie Bruce
1aa22b4a32
Applied Technical Writer Edits ( #10022 )
2018-08-21 13:04:13 -07:00
Julie Bruce
1bf7a29a23
Added short code around include statement ( #10020 )
2018-08-21 13:01:58 -07:00
Julie Bruce
9c5ad32648
Added short code around include statement ( #10019 )
2018-08-21 12:59:43 -07:00
Julie Bruce
633ce80671
Added short code around include statement ( #10018 )
2018-08-21 12:57:33 -07:00
Julie Bruce
9c7cbacb9e
Added short code around include statement ( #10017 )
2018-08-21 12:55:27 -07:00
Julie Bruce
ecd5d920ab
Added include statement around include statement ( #10016 )
2018-08-21 12:53:21 -07:00
Julie Bruce
7360a0c10c
Added short code around include statement ( #10014 )
2018-08-21 12:49:09 -07:00
Julie Bruce
5a8c697b5e
Added short code around include statement ( #10013 )
2018-08-21 12:47:03 -07:00
Julie Bruce
f89178e88b
Added short code around include statement ( #10012 )
2018-08-21 12:44:57 -07:00
Julie Bruce
335a9cfb58
Added short code around include statement ( #10011 )
2018-08-21 12:42:42 -07:00