Commit Graph

11522 Commits (23a4be1cf4ec099aa318e6baaee8c244c858fd74)

Author SHA1 Message Date
Tim Bannister 23a4be1cf4 Fixup certificat (#15104) 2019-06-29 12:07:23 -07:00
Ryan Zidago 0d82b28f09 docs-fr | docs | reference | glossary | cloud-controller-manager.md (#15164) 2019-06-29 12:05:21 -07:00
Ryan Zidago 4cdbfa0ec0 docs-fr | docs | reference | glossary | cloud-provider.md (#15167)
* docs-fr | docs | reference | glossary | cloud-provider.md

* corrected mistakes in acronyms
2019-06-29 12:03:22 -07:00
Ryan Zidago 3db1a5ed07 docs-fr | docs | reference | glossary | cni.md (#15201) 2019-06-29 11:23:21 -07:00
Ryan Zidago edb33be654 docs-fr | docs | reference | glossary | cluster-operations.md (#15192) 2019-06-29 11:21:22 -07:00
Ryan Zidago 534575aa0f docs-fr | docs | reference | glossary | cluster-infrastructure.md (#15191) 2019-06-29 11:19:22 -07:00
Ryan Zidago d83f064841 docs-fr | docs | reference | glossary | cluster-architect.md (#15169) 2019-06-29 11:17:22 -07:00
Ryan Zidago 6838aa1eb9 docs-fr | docs | reference | glossary | cluster-operator.md (#15200) 2019-06-29 11:15:22 -07:00
mhamdi semah 54d997366f Issue with k8s.io/ko/docs/tutorials/kubernetes-basics/scale/scale-intro/ (#15178) 2019-06-29 08:05:22 -07:00
flytreeleft cda3efa8ee Fix MySQL slave node can not sync data with the master node in examples/application/mysql/mysql-statefulset.yaml: (#13054)
- Ignore 'xtrabackup_slave_info' if it is an empty file.
- Remove the tailing semicolon in 'xtrabackup_slave_info'.
- Stop script when 'CHANGE MASTER' is failed, then rename 'change_master_to.sql.in' only when changing master is successful.
2019-06-28 22:59:24 -07:00
prameshj 43ffdc0444 Update nodelocaldns.md to render website correctly - on master branch (#15142)
* Update nodelocaldns.md

* Fix the image rendering code.

Added newline
2019-06-28 11:07:40 -07:00
Pascal Bourdier bf190f916a Fix typo in Kustomize Feature List (#15156) 2019-06-28 05:57:39 -07:00
Zach Corleissen c0382f1934 Cycle KubeCon info on landing page (#15170)
* Cycle KubeCon info on landing page

* Adjust button width
2019-06-27 16:11:22 -07:00
Zach Corleissen f551835b26 Disable Italian (#15134) 2019-06-27 13:53:22 -07:00
Julie K 71ef6ef32a Kubelet (#15157)
* translated term: kubelet

* Update translation: kubelet
2019-06-27 10:53:20 -07:00
Richard Marcum 6498cf861c Remove unnecessary paragraph (#15075)
* Remove unnecessary paragraph

Fixes issue #15027

* Revise per PR
2019-06-27 08:55:21 -07:00
Julie K 2bf6120bbd translated term: docker (#14912)
* translated term: docker

* Update translation: docker

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* update translation: docker. Kept "cgroup", "kernal" and "namespace" from English
2019-06-27 08:53:24 -07:00
Julie K cd43bade51 translated term: containerd (#14915)
* translated term: containerd

* Update translation: containerd

Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-06-27 06:05:22 -07:00
Markus Witt 4cdf2bcbd4 Fix broken link (#15143) 2019-06-27 01:01:22 -07:00
Jim Angel fd53a95b51 Syncing release-branch 'test-example' change to master (#15137)
This is a preventative change that will allow release-1.15 to merge successfully.
2019-06-26 15:21:20 -07:00
Tim Bannister 2436c026b4 Only use CNCF logo style on home page (#14577)
There's some SASS that adds a logo to the CNCF section of the page at
https://kubernetes.io/ (and its localizations).

Narrow this styling to apply only to the home page.
2019-06-26 13:25:25 -07:00
zwwhdls e089eab6fb update tutorial not to use ‘kubectl run’ for creating deployment (#14980)
* update tutorial not to use ‘kubectl run’ for creating deployment

* fix code stype

* fix text stype

* fix ordered list

* delete blank line for md
2019-06-26 11:17:21 -07:00
mohamed chiheb ben jemaa cb574f4b75 fix carousel (#15129) 2019-06-26 08:55:17 -07:00
Yongmin Hong 30fb1aadc3 Fix grammar errors on README-ko.md (#14787)
Spaces on places where space should not be there.

Signed-off-by: Yongmin Hong <revi@pobox.com>
2019-06-25 19:15:12 -07:00
Taylor D. Edmiston 6ef2bfefb3 Update kustomization file link (#15115) 2019-06-25 18:19:13 -07:00
Taylor D. Edmiston a688849341 Make indentation consistent (#15118) 2019-06-25 18:15:14 -07:00
Jesse Glick a23fcb5727 kubectl config set-context --current (#15039) 2019-06-25 08:44:37 -07:00
WoOsley 498d870280 Update out-of-resource.md (#14890)
* Update out-of-resource.md

add note about evicted pod behavior

* Update out-of-resource.md

fix wrong wording

* Update content/en/docs/tasks/administer-cluster/out-of-resource.md

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update out-of-resource.md
2019-06-25 08:42:36 -07:00
pytimer 8a09d239f8 Using hugo extended version when locally using Hugo in README.md (#15078) 2019-06-25 08:26:36 -07:00
Oilbeater 3c15b94958 add Kube-OVN description (#14957) 2019-06-25 07:14:36 -07:00
Hypo 23583c5e12 add describe about WordPress deploy yml (#15003)
* add desc about wp deploy.yml

* make corrections

* Update mysql-wordpress-persistent-volume.md
2019-06-25 07:10:35 -07:00
Jay Pipes e3bc4bcb62 remove deprecated init container syntax (#15103)
Init Containers were specified using custom annotations in k8s 1.5.  In
k8s 1.6, these annotations were replaced with the
`Pod.Spec.initContainers` collection and the old annotations were
deprecated in 1.6 and no longer supported in 1.8. There's no reason to
clutter the docs with the old annotation syntax.
2019-06-25 06:54:36 -07:00
Gasmi Christophe 6a6f1169a5 docs-fr | tutorials | kubernetes-basics | deploy-app (#15062)
* add page docs/fr/tutorials/deploy-app

* update
2019-06-25 03:00:35 -07:00
Ryan Zidago faa351f98a translated glossary_annotation.md from en to fr (#14914)
* translated glossary_annotation.md from en to fr

* improved short_description and description; changed 'bibliothèques' for 'librairies
2019-06-25 01:52:34 -07:00
Ryan Zidago 1c8dbeb098 translated glossary/app-container.md from en to fr (#14919)
* translated glossary/app-container.md from en to fr

* added 'workload' in definition
2019-06-25 01:48:35 -07:00
Ryan Zidago 86b2b02c8d docs-fr | docs | reference | glossary | certificate (#15094) 2019-06-25 01:14:37 -07:00
Ryan Zidago 107a688388 translated glossary/application-architect from en to fr (#14951)
* translated glossary/application-architect from en to fr

* translated title section of glossary/application-architect.md from en to fr

* changed 'micro-prestations' to 'micro-services
2019-06-25 00:52:36 -07:00
Jorge O. Castro 17e71f618c This URL is a better link directly to the feature (#15028)
* This URL is a better link directly to the feature

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

* Convert links to relative links, clean up a conversion comment

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>
2019-06-24 21:02:36 -07:00
Rémy Léone 1206e3c6a1 Fix robots.txt (#14774)
Lighthouse in Google Chrome reported an issue
2019-06-24 20:52:35 -07:00
mhamdi semah 46f21284df Issue with k8s.io/ja/docs/tutorials/kubernetes-basics/expose/expose-intro/ (#14791) 2019-06-24 20:50:37 -07:00
Tammer Saleh 7f90c73a01 Clarify Pod Security Policy Ordering (#13484) 2019-06-24 20:46:34 -07:00
Jonas Rosland 00864d9988 Add recap blog post for Contributor Summit Barcelona 2019 (#15085)
Signed-off-by: jonasrosland <jrosland@vmware.com>
2019-06-24 20:14:35 -07:00
mhamdi semah 582cda6192 Blog post index for past years does not expand making older posts unreachable (#14875) 2019-06-24 20:10:35 -07:00
Vladimir Vivien c7deda468b CSI ephemeral volume alpha documentation (#15055) 2019-06-24 20:08:36 -07:00
Lucas Käldström 35cfa0d9a0 kubeadm v1.15 blog post (#15026)
* Initial blog post draft for kubeadm v1.15

* More edits, and add pictures

* Incorporate changes from review and add hugo metadata

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

* Update logo and some final edits

Signed-off-by: Jorge O. Castro <jorgec@vmware.com>

* Some minor fixes, fix the logo and author attribution

* Fix list formatting

* Fix an other list formatting issue

* Update 2019-06-24-kubeadm-ha-v115.md
2019-06-24 14:52:35 -07:00
Barnabas Makonda 12fe1f0dce update release notes (#15041) 2019-06-24 13:18:36 -07:00
Kaitlyn Barnard ac0633fe08 Update OWNERS (#15091) 2019-06-24 12:08:37 -07:00
Julie K 1e0380d374 translated term: cluster (#14920) 2019-06-24 04:49:56 -07:00
Julie K ac04e8c677 translated term: image (#14918) 2019-06-24 04:45:56 -07:00
Porte Pierre-Antoine 11afa09a9b translate to fr replicaset (#14908)
* translate to fr replicaset

* Remove reviewers from header file

* Update replicaset.md reflecting remyleone's comments

* Update replicaset.md reflecting sftim's comments

* Update replicaset.md reflecting remyleone's (forgotten) comments
2019-06-24 04:27:56 -07:00