Rong Zhang
a78aa46ff9
Update kubespray documents ( #10163 )
2018-09-22 01:33:35 -07:00
Qiming
26f0a81b65
Rework tool/doc for updating reference docs ( #10123 )
...
* WIP - rework update imported docs
* Rework tool/doc for updating reference docs
This PR reimplement the reference docs generator in Python and fixes
some outdated docs and data:
- Do docs import using Python because the GoLang version of tool has
some following drawbacks:
* its not convenient for handling YAML config files
* it has to be compiled to binaries to run on different platforms
* for every tiny changes you need to compile a new version and check in
- The reference docs we use in website are actually not coming directly
from `kubernetes/kubernetes`. Most of them come from the `reference-docs`
project. The configuration files are thus changed to avoid confusion.
- We have changed the location of generated docs so the default configuration
files and the docs are updated.
2018-09-21 14:08:50 -07:00
Chao Wang
7b33ce4825
remove the left bits of salt ( #10248 )
2018-09-21 07:54:03 -07:00
Justin Nauman
d73e26c75b
Updating docs around default ImagePullPolicy ( #10284 )
...
* Updating docs around default ImagePullPolicy
This is an attempt to clear up a bit of the wording around an image's tag and how that impacts the ImagePullPolicy.
The wording to me presently suggests *all* you need to do is use `:latest` as an image tag and that will change the `ImagePullPolicy` to latest.
This is not the case that I've observed. As it stands now, `:latest` only affect the `ImagePullPolicy` if that attribute is not present on the pod's specification.
https://github.com/kubernetes/kubernetes/blob/7f23a743e8c23ac6489340bbb34fa6f1d392db9d/pkg/apis/core/v1/defaults.go#L78
https://github.com/kubernetes/kubernetes/blob/7f23a743e8c23ac6489340bbb34fa6f1d392db9d/pkg/kubelet/images/image_manager_test.go#L63
* Addressing feedback
- Thanks for the super valuable feedback @Bradamant3. It reads a *lot* better now!
2018-09-21 07:43:29 -07:00
Alex Contini
796e9f85eb
add IBM, NAIC and Ocado case studies ( #10343 )
...
* add IBM, NAIC and Ocado case studies
* update
* update
2018-09-20 14:03:59 -07:00
Heng WU
c93cba5938
Update notes.md ( #10258 )
2018-09-20 10:54:14 -07:00
Damien Duportal
c22f068daa
Fix Markdown on documentation for install-kubectl ( #9975 )
...
* Fix Markdown on documentation for install-kubectl
Section modified: "Install with Powershell from PSGallery"
* Update install-kubectl.md
* Feedback from PR review with gramamtically incorect sentence and markdown rendering in install-kubectl.md
Update install-kubectl.md
Update install-kubectl.md
Update install-kubectl.md
Update install-kubectl.md
2018-09-20 10:43:53 -07:00
Heng WU
f20ce9df64
add a link to CCM ( #10271 )
...
* update cloud-controller.md
* update cloud-controller.md
2018-09-20 05:59:29 -07:00
WanLinghao
77db7a1152
Fix a command error in configure-service-account.md file. ( #10289 )
2018-09-20 04:53:38 -07:00
Gerald Haydtner
352217b7c7
update URL, add screenshot ( #10313 )
2018-09-20 04:47:29 -07:00
Bob Killen
3e33d3f9e0
Replace kusers links with discuss forum link ( #10321 )
2018-09-20 04:41:02 -07:00
Matthias Lübken
a900da9990
Update daemonset.md ( #10341 )
...
Adding Instana as another example for an agent running as a DaemonSet.
2018-09-20 04:39:41 -07:00
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
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
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
CaoShuFeng
6ec94ae97f
fix release 1.11 release note format ( #10251 )
2018-09-19 15:02:11 -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
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
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
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
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
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
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
KUAN Hsuan-Tso
53b5165c7b
Fix cassandra-statefulset.yaml indent level ( #10243 )
2018-09-10 02:05:52 -07:00
WanLinghao
ee9a6c9c79
fix a trivial misspelling ( #10244 )
2018-09-09 22:06:51 -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
CaoShuFeng
4423ff8f6b
fix invalid href of cloud controller manager ( #10240 )
2018-09-09 18:23:41 -07:00