Commit Graph

9914 Commits (e0168fd8dcbfdb59e8e87b9678058d6c43cd1be9)

Author SHA1 Message Date
PONOUBA c22d8d42a8 add Jaguar project description (#10429)
[Jaguar](https://gitlab.com/sdnlab/jaguar) is an open source solution for Kubernetes's network based on OpenDaylight.
Jaguar provides overlay network using vxlan and Jaguar CNIPlugin provides one IP address per pod.
2018-10-03 19:48:45 -07:00
Shen Yuanyu 12e898b6ad minimum spell error (#10412) 2018-10-03 19:47:19 -07:00
Denis Salamanca af2207017f Removed "touch" on sources.list.d (#10427)
touch is not necessary as the "tee" command will create the file regardless if it exists or not
2018-10-03 19:45:58 -07:00
Thomas Strömberg 559c5778eb Remove reference to minikube `get-k8s-versions` (#10423)
This command was removed as part of the 'localkube' purge. You can now specify free-form which version you would like to install.

This PR addresses https://github.com/kubernetes/minikube/issues/3179
2018-10-03 19:44:37 -07:00
Florian Breisch 4e0ee8b5c6 Fix misspelled plugin configuration option (#10421) 2018-10-03 19:43:16 -07:00
CaoShuFeng 4c9dcf0717 fix description about cri (#10418) 2018-10-03 19:41:55 -07:00
SataQiu f950f0977e update version info (#10408) 2018-10-03 19:40:34 -07:00
LiuDui 96e18455cf Modified version information (#10406) 2018-10-03 19:39:13 -07:00
Justin Clift a628b58096 Trivial typo fixes (#10386) 2018-10-03 19:37:52 -07:00
Morten Torkildsen b9e2f86503 Update description of StatefulSet behavior on delete (#10380)
StatefulSet deletion does not have any guarantees of orderly termination of pods as is suggested by the documentation. Prior to 1.11 kubectl did scale down StatefulSets before deleting them, but this went away after the removal of reapers. Ref discussion in #68627.
This change updates the documentation to reflect this.
2018-10-03 19:36:31 -07:00
Karen Bradshaw 0ea9225760 Fix link to deploy node.js app (#10372)
- Update deploy instructions to link to hello-minikube
  node.js app create, deploy.

- See issue #10362.
2018-10-03 19:35:10 -07:00
Robert Edström b30adb4242 Clarify pod.md (#10327)
Wording is confusing to beginners - in the sentence before, it is just being explained that containers in the same pod are indeed run on the same physical host. Hopefully this clarifies that.
2018-10-03 19:33:49 -07:00
LiuDui d9eecfdfc8 Cancel the invalid hyperlink (#10297)
Cancel the invalid hyperlink

Cancel the invalid hyperlink

Cancel the invalid hyperlink

Cancel the invalid hyperlink

Cancel the invalid hyperlink

Cancel the invalid hyperlink
2018-10-03 19:32:28 -07:00
caberdoz ade133f06d Update update-daemon-set.md (#10290)
The default strategy for the update changed from 'OnDelete' to 'RollingUpdate' since Kubernetes 1.8:
https://v1-8.docs.kubernetes.io/docs/api-reference/v1.8/#daemonsetupdatestrategy-v1beta2-apps
2018-10-03 19:31:07 -07:00
SataQiu 32fdce6f64 fix some 404 links (#10287) 2018-10-03 19:29:33 -07:00
Misty Linville 65cdd253a0 Add pointer to k8s community site (#10286)
* Add pointer to k8s community site

* Copyedit

* Add the actual link

😂
2018-10-03 19:28:07 -07:00
Kaitlyn Barnard c912efd383 updating dates on China banner (#10268) 2018-10-03 19:26:42 -07:00
Luc Perkins 7631d38534 Add missing font imports (#10263) 2018-10-03 19:25:16 -07:00
Arnaud M 1be2a77449 bump version of event-exporter (#10191) 2018-10-03 19:19:30 -07:00
Rostislav M. Georgiev a69ac0bfbe install-kubeadm: Extend set SELinux in permissive mode (#10150)
The CentsOS/RHEL/... section mentiones that SELinux must be put in permissive
mode, but the supplied command does the job only for the current boot. Once
the system is restarted SELinux can again enter enforcing mode thus breaking
a Kubernetes cluster.

Fix this by adding a sed command that permanently changes the SELinux mode to
permissive.

Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2018-10-03 19:18:00 -07:00
Zach Corleissen 31517d13ee Fix broken link, fix & add redirects (#10122) 2018-10-03 19:16:34 -07:00
makocchi 20b1dd242d update and reorder sub contents (#10112) 2018-10-03 19:07:30 -07:00
Dennis Czombera 9c2f4b7123 Fix typos in concept pages (#10481)
* Remove unnecessary bracket

* Remove unnecessary parenthesis and add line break for easier reading flow.

* Fix typos
2018-10-03 18:06:00 -07:00
JJ Asghar 2d27384e3e Update deployment.md (#10443)
Update to `1.15.4` works in tandem with https://github.com/kubernetes/website/pull/10442
2018-10-03 17:30:09 -07:00
JJ Asghar dd1509fa1b Update Dockerfile (#10441)
Updated the `node` version.
2018-10-03 17:28:52 -07:00
JJ Asghar 0efa984ce2 Update nginx-deployment.yaml (#10442)
Updated the `nginx` version docker container.
2018-10-03 17:27:36 -07:00
Kevin Kelani 075de6be40 Fixes typo (#10444)
I believe the sentence meant to explain that you can use the pre-built packages but you can also build them from source for other OSes.
2018-10-03 17:25:12 -07:00
Eyal Levin d7917b51d6 Update RestartPolicy issue note (#10447)
* Update RestartPolicy issue note

As far as I understand this issue should be resolved in v1.12.0

* Update text
2018-10-03 17:23:55 -07:00
stephan lindauer 40972e0c6a Fix "compared compared" (#10456) 2018-10-03 17:15:49 -07:00
Chao Wang 54ee48eeda fix the CRI-installation in install-kubuadm (#10475) 2018-10-03 17:14:28 -07:00
Takuya N b45fd9cca4 Fix CSS for case study (#10463)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-03 17:13:12 -07:00
Takuya N b980de0edd Fix links to featured case studies (#10461)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-03 17:11:55 -07:00
Luc Perkins 977cab9252 Fix spacing error in CSS (#10478) 2018-10-03 17:09:31 -07:00
Pieter Vogelaar 86c0e43a0c Added cron job monitoring (#10336)
* Added cron job monitoring

Added cron job monitoring with the Kubernetes job monitor

* Update resource-usage-monitoring.md
2018-10-03 13:50:24 -07:00
PatMaz f42caf6e33 add for turney on-premise: GKE On-Prem | Google Cloud (#9944)
GKE On-Prem | Google Cloud
https://cloud.google.com/gke-on-prem/
Containerize on-premises applications and be cloud-ready. With GKE On-Prem, you get the Google Kubernetes Engine (GKE) experience directly in your data center. ... GKE On-Prem also registers your cluster with Google Cloud Console in order to have a single-pane-of-glass view for managing all your clusters.
2018-10-03 13:25:03 -07:00
Claudia J.Kang 612006c920 Add: Korean translation initialized (#10471)
Korean translation of Home, Setup, Tutorials-Kubernetes Basics, and Hello Minikube has been added.

* Initial translation of documentation home (kubernetes/kubernetes-docs-ko#9)
* 번역할 원본 파일 추가 (kubernetes/kubernetes-docs-ko#11)
* Translate tutorials/kubernetes-basics/create-cluster (kubernetes/kubernetes-docs-ko#15)
* Translate tutorials/kubernetes-basics/deploy-app in Korean (kubernetes/kubernetes-docs-ko#16)
* Translate tutorials/kubernetes-basics/expose in Korean (kubernetes/kubernetes-docs-ko#26)
* Translate tutorials/kubernetes-basics/scale in Korean (kubernetes/kubernetes-docs-ko#24)
* Fix typo from 세트 to 셋 according to 외래어 표기법 3.1.1 (kubernetes/kubernetes-docs-ko#31)
* Setup page's header and subheader translate into Korean. (kubernetes/kubernetes-docs-ko#33)
* Translated the welcome page in Korean (kubernetes/kubernetes-docs-ko#32)
* Translate tutorials/kubernetes-basics/update in Korean (kubernetes/kubernetes-docs-ko#35)
* Translate concepts/_index.md in Korean (kubernetes/kubernetes-docs-ko#30)
* Translate tutorials/kubernetes-basics/index.html in Korean (kubernetes/kubernetes-docs-ko#29)
* Translate /tutorials/hello-minikube.md in Korean (kubernetes/kubernetes-docs-ko#18)
* Translate tutorials/kubernetes-basics/explore in Korean (kubernetes/kubernetes-docs-ko#36)
* up-to-date on content/ko (kubernetes/kubernetes-docs-ko#42)
* up-to-date on _index.html (kubernetes/kubernetes-docs-ko#41)
* Translate tutorials/_index.md in Korean (kubernetes/kubernetes-docs-ko#44)
* Update translation on tutorials/hello-minikube.md (kubernetes/kubernetes-docs-ko#45)
* Setup page's header and subheader translate into Korean. (kubernetes/kubernetes-docs-ko#51)
* Update tutorials for consistency (kubernetes/kubernetes-docs-ko#48)
* up-to-date on content/ko (kubernetes/kubernetes-docs-ko#53)

Co-authored-by: June Yi <june.yi@samsung.com>
Co-authored-by: Claudia J.Kang <claudiajkang@gmail.com>
Co-authored-by: zerobig <38598117+zer0big@users.noreply.github.com>
Co-authored-by: Lawlait <sixarasi@gmail.com>
Co-authored-by: Ian Y. Choi <ianyrchoi@gmail.com>
2018-10-03 13:11:23 -07:00
Luc Perkins 57584f982d Add header-checking function (#9880)
* Add basic header-checking function

* Add Slack notification logic

* Modify Netlify Functions setup

* Rework function logic

* Add missing dependencies

* Remove package-lock.json from Git

* Separate header checking function

* Isolate env check into a separate function
2018-10-03 13:04:39 -07:00
Stanislas 09c4ae5f1d Warn LXD users with an IPv6-enabed bridge (#10206) 2018-10-03 12:34:07 -07:00
Chazzledazzle1 e088e3f26f Update overview.md (#10185) 2018-10-03 12:29:28 -07:00
SataQiu 1f4962fd44 update version info (#10409) 2018-10-03 11:42:18 -07:00
Kaitlyn Barnard 272c3ca030 Blog post: KubeDirector (#10467)
* blog post

* Update 2018-10-03-kubedirector.md

* Update 2018-10-03-kubedirector.md

* Update 2018-10-03-kubedirector.md

* Update 2018-10-03-kubedirector.md
2018-10-03 08:00:45 -07:00
Rui Cao e401866efe Fix typo: folllowing -> following (#10457)
Signed-off-by: Rui Cao <ruicao@alauda.io>
2018-10-02 16:31:03 -07:00
shutefan c3d7e61a92 Fix sentences (#10465)
Signed-off-by: shutefan <shutefan@gmail.com>
2018-10-02 16:25:39 -07:00
Luc Perkins 4547f89359 Remove Sass assets (#10464) 2018-10-02 12:49:12 -07:00
Lubomir I. Ivanov 1fce6ed3da kubeadm-init: update link about v1alpha3 example (#10459) 2018-10-02 12:47:51 -07:00
Jim Angel 8588d175cd Remove Dynatrace per PR 9504 (#10458) 2018-10-02 12:45:13 -07:00
kvaps cadae06402 Blog Post: Network bootable servers farm with LTSP (#10335)
* adding ltsp post

* fix: modules.tar.gz

* fix: small mistakes

* del: not necessary steps

* add: corrections from neolit123

* add: diskless nodes note

* upd: registry name

* upd: bump date

* Update and rename 2018-10-01-network-bootable-farm-with-ltsp.md to 2018-10-02-network-bootable-farm-with-ltsp.md

Copy edits

* Update 2018-10-02-network-bootable-farm-with-ltsp.md
2018-10-02 12:25:48 -07:00
Nilekh Chaudhari 8c60d4517e Added api version in authn and authz example. (#9696)
* Added api version in authn and authz example.

* Fixed comment

* Feedback from neolit123

* Feedback from neolit123
2018-10-01 15:59:15 -07:00
Luc Perkins 4c2b56625c Temporarily remove Hugo Pipes Sass conversion (#10373)
* Add new Sass generation system

* Remove resources folder

* Add develop Sass command and sourcemaps

* Add Hugo version shortcode for use in docs

* Add OWNERS file to ./sass folder
2018-10-01 13:38:01 -07:00
Bjørn Erik Pedersen 32014f94b3 Merge missing translations (#10355)
* Merge missing translations

* Disable Norwegian
2018-10-01 12:38:37 -07:00