Jianfeng Li
7b6bcf6a44
fix a duplication problem in persistent-volume.yaml ( #7362 )
2018-02-12 14:47:49 -08:00
ismail BASKIN
801fd2e852
Fix kubermatic link ( #7380 )
2018-02-12 14:46:49 -08:00
Jakub Nowakowski
fa49536a36
Updates to Component Overview ( #7208 )
...
* Updates to Component Overview
* Changed VMs to machines -- it can be both VM or physical machine.
* Separated Addons from Master section, since it depends on an addon if it's components are executed on Master or Node.
* Fix ID of Kubelet glossary
* Removed fluentd and supervisord
These are not necessary to mention here in the overview.
* fluentd is one of Cluster-level Logging solutions briefly described in Addons Section
* supervisord is not required to be run on the Node
* Requested change - remove Addons manager reference
* After review updates
* Updated the Addons page reference
2018-02-12 14:42:49 -08:00
Martin Mosegaard Amdisen
89f0769650
Update security-context.md ( #7366 )
...
* Update security-context.md
The old link to `PodSecurityContext` was 404. Found another one by starting from a `Pod` in the API Reference. Hope it is the appropriate one.
* Fix broken link to SecurityContext
2018-02-12 14:05:50 -08:00
Nicolas BOURON
8c3094c26f
Update nodes.md ( #7353 )
...
Link "services" updated in "Management" section
2018-02-12 13:11:49 -08:00
Martin Mosegaard Amdisen
4a62e21cad
Update securing-a-cluster.md ( #7367 )
...
Remove extra word.
2018-02-12 11:25:49 -08:00
Andrew Chen
adba3042f7
Add linux binary for Golang import script ( #7342 )
2018-02-12 11:01:50 -08:00
Matt Braymer-Hayes
0b0e5d94aa
Clean up grammar and fix inconsistencies. ( #7316 )
2018-02-12 10:55:49 -08:00
Steve Perry
32ad5ccc63
Redirect old 1.9 ref page. ( #7379 )
2018-02-12 10:09:50 -08:00
Ilya Dmitrichenko
36de07587b
Remove outdated rkt guide ( #7376 )
2018-02-12 08:33:49 -08:00
Andrew Chen
7c69de29b1
Add UJ button events to GA ( #7340 )
2018-02-12 07:26:50 -08:00
zhangmingld
ac2f3cdc51
fix reconfigure-kubelet doc err ( #7377 )
2018-02-12 07:11:48 -08:00
Martin Mosegaard Amdisen
883934fe7d
Update upgrades.md ( #7333 )
...
* Update upgrades.md
Changed "Node:" to "Note:" because it was a note :)
Also a few minor changes for clarification.
* Revert flannel sentence
2018-02-12 07:06:48 -08:00
Brian Grant
f3cbfa347a
Update, simplify, reorganize, and reformat "what is kubernetes". ( #7349 )
2018-02-10 11:23:51 -08:00
Xiaodong Zhang
a61c54dc26
Remove useless file ( #7330 )
2018-02-09 18:47:52 -08:00
Xiaodong Zhang
3d63f3fd9c
Remove useless file and bump up Deployment version in user-guide folder ( #7318 )
2018-02-09 18:45:51 -08:00
Xiaodong Zhang
bd5743f427
Bump up Deployment version and delete useless file ( #7320 )
2018-02-09 18:44:51 -08:00
Xiaodong Zhang
e5de92a9b3
Remove useless file ( #7321 )
2018-02-09 18:42:51 -08:00
Jianfeng Li
253ad5b397
fix some repeat problem ( #7294 )
2018-02-09 14:11:52 -08:00
Kay Yan
9bc8ca42fd
fix-a-typo-in-kubernetes-components ( #7331 )
2018-02-09 14:10:52 -08:00
Martin Mosegaard Amdisen
f09d3b2753
Update kubernetes-objects.md ( #7339 )
...
Add missing word
2018-02-09 14:09:52 -08:00
Xiaodong Zhang
62d07eeb9b
Bump up deployment version in concepts/configuration folder ( #7328 )
2018-02-09 14:06:54 -08:00
Xiaodong Zhang
f462345de2
Bump up deployment version in concepts/services-networking folder ( #7326 )
2018-02-09 13:57:53 -08:00
Xiaodong Zhang
e70e97d8e1
Bump up tasks/administer-cluster folder ( #7323 )
2018-02-09 13:53:52 -08:00
Xiaodong Zhang
af9caa0035
Bump up deployment version in tasks/debug-application-cluster folder ( #7322 )
2018-02-09 13:49:52 -08:00
Xiaodong Zhang
29a67258e4
Bump up deployment version in user-guide/nginx folder ( #7319 )
2018-02-09 13:27:51 -08:00
Joseph Heck
2c861da479
converting the leaf ONWER files to reviewers ( #7291 )
...
resolves #7289
specifically, if the individuals listed in these leaf-node OWNERS
files issue an `/lgtm` comment on documents, it will no longer be taken
as an approver lgtm override that will merge the documents. This
preserves them in being chosen for reviews to the documents, and still
supports them using `/lgtm` to indicate technical accuracy.
2018-02-08 21:09:52 -08:00
Steve Perry
a711bd8268
Remove obsolete reference files. ( #7315 )
2018-02-08 19:22:52 -08:00
Tim Allclair (St. Clair)
d61f235fd6
Fix PSP example command ( #7309 )
2018-02-08 17:44:51 -08:00
Joseph Herlant
e07add216a
Fix minor typo ( #7310 )
2018-02-08 15:52:51 -08:00
Joseph Herlant
cef6e06697
Fix minor typos and misspells detected using misspell ( #7313 )
2018-02-08 15:48:52 -08:00
Qiming
9a1e5a2c97
Remove outdated contents ( #7268 )
...
This PR removes v1.3, v1.4, v1.5 remnants from repo. They are not
supposed to be maintained in the master branch any more.
2018-02-08 15:11:51 -08:00
Matt Kelly
24caa1a9af
kubeadm HA guide: fix indentation and use EOF instead of EOL ( #7249 )
...
* Use EOF instead of EOL in HA guide
This is for consistency with the rest of the docs.
* Change indentation from 4 to 3 spaces
The number of spaces in indentation is expected to be divisible by 3.
By having 4 spaces, an extra space was added to the beginning of all
shell code sections, causing issues for heredoc interpretation on
copy/paste.
2018-02-08 12:07:47 -08:00
Bin Liu
a640f13cd5
Fix markdown render issues ( #7296 )
2018-02-08 06:59:43 -08:00
Jianfeng Li
381eb97d89
fix some typos in keps.md ( #7266 )
2018-02-07 18:23:45 -08:00
Wei Li
4f8cb2dba5
Typo fix: recommend -> recommended ( #7271 )
2018-02-07 18:22:43 -08:00
Matt Braymer-Hayes
1548e80f10
Update nodes.md ( #7288 )
...
Change "introduces" to "introduced" to reflect v1.8 no longer being the latest version.
2018-02-07 18:00:43 -08:00
Rafa García
7256d59849
Fix patch image command in rolling update section ( #7124 )
...
Fixes one part of the issue #7056 about patch command failing to update.
In this case it changes the image URL to another different than the used
previously to create the StatefulSet.
2018-02-07 17:59:43 -08:00
sergiipopov
5a37ded1c4
fix edx link ( #7276 )
2018-02-07 17:58:43 -08:00
Chris Hoge
90eae6f335
Update OWNERS_ALIASES for sig-openstack ( #7280 )
...
This patch updates the OWNERS_ALIASES file to reflect the leadership
changes in sig-openstack.[1]
[1] https://github.com/kubernetes/community/blob/master/OWNERS_ALIASES#L68
2018-02-07 17:47:42 -08:00
Matt Braymer-Hayes
e666265a5e
Update ISSUE_TEMPLATE.md ( #7284 )
...
Change default "Page to Update" URL protocol from HTTP to HTTPS.
2018-02-07 13:52:43 -08:00
Brad Topol
9f862662a9
Add Brad Topol to owner aliases. ( #7246 )
...
* Add Brad Yopol to owner aliases.
Signed-off-by: Brad Topol <btopol@us.ibm.com>
* Added entry to OWNERS as well
2018-02-07 13:51:43 -08:00
Pingan
c2fd2d3aca
modify the default update strategy of statefulset ( #7270 )
2018-02-07 09:39:47 -08:00
Janet Kuo
f924be7873
Fix tags of workloads-related glossary ( #7102 )
2018-02-06 18:49:44 -08:00
aburdenthehand
169f527e4d
kubectl 1.9+ updated registry secret type and datakey: .dockercfg is now .dockerconfigjson, and datakey now wrapped in 'auths' element ( #7248 )
2018-02-06 18:43:43 -08:00
Ilya Dmitrichenko
e81fe4816f
Remove CentOS guide that was already deprecated a while ago ( #7242 )
2018-02-06 18:34:51 -08:00
Ting Ye
5b55fd07a6
fix typo ( #7260 )
2018-02-06 18:33:42 -08:00
Sam Xie
44b8e65b40
fix typo envrionment -> [environment] ( #7262 )
2018-02-06 18:21:43 -08:00
Kay Yan
072112f6e5
fix a typo in kubernetes api ( #7261 )
2018-02-06 17:26:43 -08:00
李剑锋
e326d192fd
fix some typos ( #7251 )
2018-02-06 17:01:44 -08:00