Matheus Neder
c08e934a9d
Fixed anchor link for vsphereVolume session. ( #10320 )
...
* Update volumes.md
* Update volumes.md
2018-09-20 04:37:08 -07:00
Sunny
4e1e5fd2d3
PV: Add StorageOS in the mount options supported list ( #10334 )
...
* PV: Add StorageOS in the mount options supported list
StorageOS in-tree storage plugin uses the mount options specified in the volume spec https://github.com/kubernetes/kubernetes/blob/v1.13.0-alpha.0/pkg/volume/storageos/storageos.go#L139
* Mount options volume list sort alphabetically
2018-09-20 04:23:16 -07:00
Laszlo Janosi
1cc51309a1
Documenting SCTP support in Kubernetes ( #10279 )
...
* Documenting SCTP support in Kubernetes Service, Endpoint, NetworkPolicy and Pod
* Updates based on comments on the PR
* kubectl expose update with SCTP support
* Updated according to comments in the PR
* Revert "kubectl expose update with SCTP support"
This reverts commit 0d5a1e6720a012390cf100c83e16b4a8c0782356.
2018-09-19 22:43:49 -07:00
Lubomir I. Ivanov
f84f77ca8e
kubeadm: add new command line reference ( #10306 )
...
Add:
- placeholder files
- include place holder files
- include "renew" sub command
- add missing tabs for "alpha phase kubelet"
2018-09-19 22:37:17 -07:00
Jess Frazelle
e7d47c4eb8
add AllowedProcMountTypes and ProcMountType to docs ( #9911 )
...
Signed-off-by: Jess Frazelle <acidburn@microsoft.com >
2018-09-19 22:27:37 -07:00
Karen Bradshaw
95da1ca48f
Fix inline markup in headers, links ( #10099 )
...
* Clean up inline markup and links
- Clean up inline markup in html headers
- Fix links on page and related page
- Clean up some wording and add links to tutorial and concepts
* Update scale-stateful-set.md
2018-09-19 20:32:20 -07:00
Quan Tian
02c38e5180
Fix dns doc about inheriting DNS from nodes ( #9214 )
...
Kubelet doesn't prepend the cluster DNS server to the nodes's DNS
settings, neither for Pods with "ClusterFirst" dnsPolicy nor Pods with
"default" dnsPolicy.
Only pods with "default" dnsPolicy inherit DNS from nodes, without the
cluster DNS server prepended.
2018-09-19 20:30:05 -07:00
Karen Bradshaw
dd703440b6
Fix formatting of kubeadm join config file ( #10262 )
2018-09-19 20:24:41 -07:00
Lubomir I. Ivanov
70b991fb9f
kubeadm: update authored content for 1.12 (reference docs and cluster creation) ( #10348 )
...
* kubeadm: update authored content in reference docs for 1.12
* kubeadm: add time frame in create-cluster-kubeadm for 1.12
2018-09-19 20:22:26 -07:00
Misty Linville
92dd5f0236
Add info about feature gates, fix formatting problem ( #10273 )
2018-09-19 20:09:41 -07:00
Shida Qiu
5e858b3ddc
Fix the wrong link address ( #10300 )
...
Fix the wrong link address
2018-09-19 19:59:29 -07:00
Sam Foo
5e1367bfb7
Remove extra spacing in code blocks ( #10347 )
...
Signed-off-by: GuessWhoSamFoo <sfoohei@gmail.com >
2018-09-19 19:52:36 -07:00
Jake Sanders
0c39f4fed7
Call out CRDs in default discovery roles ( #10346 )
2018-09-19 19:51:19 -07:00
zhanggaogong
7027195d46
fix a 404 error page in ingress.md ( #10314 )
...
* fix a 404 error page in ingress.md
* fix typo in fix
2018-09-19 19:50:02 -07:00
Jim Angel
c3f4f94337
fixed link for godoc.org kublet componentconfig ( #10339 )
2018-09-19 19:02:39 -07:00
Sapphire Mason-Brown
0bddc54f36
Fix minor typo in 'Debugging Kubernetes nodes with crictl ( #10338 )
2018-09-19 19:01:22 -07:00
Jordan Liggitt
46328a4e24
Document cross-authorizer permissions for creating RBAC roles ( #10015 )
...
* Document cross-authorizer permissions for creating RBAC roles
* Update rbac.md
2018-09-19 17:25:04 -07:00
Drinky Pool
2965ea0e4a
update runtime-class.md ( #10332 )
...
* update runtime-class.md
* Update runtime-class.md
2018-09-19 17:08:02 -07:00
Qiming
0b786ff826
AdvancedAuditing is now GA ( #10156 )
...
xref: kubernetes/kubernetes#65862
`AdvancedAuditing` feature is GA in 1.12. This PR adjusts the related
docs.
2018-09-19 16:50:56 -07:00
Mike Danese
25fe403fdf
TokenRequest feature documentation ( #10295 )
2018-09-19 16:07:04 -07:00
CaoShuFeng
6ec94ae97f
fix release 1.11 release note format ( #10251 )
2018-09-19 15:02:11 -07:00
Lubomir I. Ivanov
5ab6ae0dd6
kubeadm: update API types documentation for 1.12 ( #10283 )
...
v1alpha2 -> v1alpha3
MasterConfiguration -> [new-api-types]
2018-09-19 14:30:32 -07:00
Kaitlyn Barnard
ed35e6d9dd
Linkerd 2.0 post ( #10329 )
...
* linkerd 2.0 post
* Update 2018-09-18-2018-linkerd-2.0.md
* Update 2018-09-18-2018-linkerd-2.0.md
* Delete styles.sass_a6e533854c4de092afe9278041939937.json
* Delete styles.sass_a6e533854c4de092afe9278041939937.json
* Delete styles.sass_a6e533854c4de092afe9278041939937.content
* Delete styles.sass_a6e533854c4de092afe9278041939937.content
2018-09-19 10:28:44 -07:00
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
James Adarich
c71303c70a
remove duplicate stack overflow icon ( #10318 )
2018-09-18 06:16:26 -07: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
Tim Fogarty
0df6621652
Add tfogo to OWNERS ( #10301 )
2018-09-14 11:12:32 -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