Commit Graph

10103 Commits (9c537212342c247b3f0e44337822a4ff006147e6)

Author SHA1 Message Date
Claudia J.Kang 8eaf56e8f1 Update l10n READMEs link (#10669)
* New link about Localizing Kubernetes Documentation

This commit adds a link about Localizing Kubernetes Documentation in
README.md's Contributing to the docs section.

Fixed : #10485, #10622

Signed-off-by: Claudia J. Kang <claudiajkang@gmail.com>

* Update l10n guide about adding l10n README files.

This commit adds a link process about the l10n README files in
localization.md.

Fixed : #10485, #10622

Signed-off-by: Claudia J. Kang <claudiajkang@gmail.com>
2018-10-23 15:56:57 -07:00
Stephan Fabel 0e46d4682d remove "recommended" from Minikube description (#10701)
Now that there are multiple predictable and stable upstream solutions to deploy Kubernetes, we should not express an opinion as to which one to recommend without also mentioning the reasons for it.
2018-10-23 15:07:36 -07:00
SataQiu 60293a7717 fix some typos (#10704)
* fix some typos

* s/they/there
2018-10-23 15:06:24 -07:00
Jordan Liggitt 6705b17ebc Update instructions for viewing rbac denials in the log (#10674) 2018-10-23 11:30:38 -07:00
Chao Wang 255d95da31 fix a clerical error in audit truncate description (#10651) 2018-10-23 08:44:29 -07:00
Xinzhao Xu e8362f9401 reference: fix dead links in extensible-admission-controllers (#10672) 2018-10-23 08:41:30 -07:00
David T. Crosby 809741c478 Update overview.md (#10665) 2018-10-23 08:39:31 -07:00
W. Trevor King e8e61870c9 content/en/docs/setup/multiple-zones: Fix "pods in some pods" typo (#10664)
The previous version is from cbbf1fa6 (Multizone: docs, 2016-03-16, #140).
2018-10-23 07:34:32 -07:00
Karen Bradshaw f0bcb80dd4 [WIP] css updates for ol,ul,li (#10684) 2018-10-23 07:23:35 -07:00
Rui Cao 1f1ab6576e Fix typo: assoications -> associations (#10708)
Signed-off-by: Rui Cao <ruicao@alauda.io>
2018-10-23 07:19:32 -07:00
LiuDui d565f7de6a Remove excess Spaces (#10706) 2018-10-23 04:32:44 -07:00
Nikhita Raghunath 712f463ba1 Remove docs for migration from TPRs to CRDs (#10707)
* Add sttts as a reviewer to CRD docs

* Remove docs for migration to CRDs as TPRs are not relevant anymore

TPRs were removed in 1.8
2018-10-23 04:24:29 -07:00
Yuexiao Wang 1046a70d43 remove redundant for Jaguar (#10694)
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2018-10-22 18:31:36 -07:00
takonomura f82237f061 Fix a broken link in /docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-ha/ (#10693) 2018-10-22 12:40:19 -07:00
likeXXxx 776485e2f7 fix a typo (#10695)
* fix a typo

* fix a typo
2018-10-22 11:25:26 -07:00
Stewart-YU 0b34cec135 update Deployment.md (#10649)
both `extension.vabeta1` and `apps.v1` in deployments, when run `kubectl ` op about `deploy`, we should add apiversion
2018-10-19 13:00:01 -07:00
Michael 940d089d30 Blog Post: Tips first KubeCon Presentation (Pt. 1) (#10509)
* Blog Post: Tips first KubeCon Presentation (Pt. 1)

Part 1 about experiences from my first KubeCon presentation.
Pre-review and collaboration with @kbarnard10 @parispittman.

* Update Tips-For-First-KubeCon-Presentation-Part-1.MD

* Update and rename Tips-For-First-KubeCon-Presentation-Part-1.MD to 2018-10-18-tips-for-first-kubecon-presentation-part-1.md
2018-10-18 13:56:30 -07:00
Chao Wang c9c236c4bf fix the output for rolling back a deployment (#10597) 2018-10-17 23:31:36 -07:00
Gregory Hanson 548b538f72 Bug in coredns ConfigMap spec (#10585)
Missing the `data` label in configmap spec.  Attempting to create the file as is results in:
```
error: error validating "STDIN": error validating data: ValidationError(ConfigMap): unknown field "Corefile" in io.k8s.api.core.v1.ConfigMap; if you choose to ignore these errors, turn validation off with --validate=false
```
2018-10-17 17:27:28 -07:00
Sam Fleming 544e9e4089 Show clusterIP in Services diagrams instead of ServiceIP (#10663)
* Use clusterIP instead of ServiceIP in graphs and documentation

Using ServiceIP instead of clusterIP in images can be confusing when
they're showing the clusterIP.

Since the SVGs are updated, the "Note" is now redundant.

* Update out-dated service diagram PNGs
2018-10-17 17:16:31 -07:00
Karen Bradshaw 5e1579a199 fix glossary entry for quantity (#10653) 2018-10-17 17:13:00 -07:00
kvaps 11e438a270 Blog Post: Network bootable servers farm with LTSP (some fixes) (#10466)
* upd: small changes, bump docker version

* Update 2018-10-02-network-bootable-farm-with-ltsp.md

* add: why not coreos

* add: why not coreos
2018-10-17 17:08:00 -07:00
Brandon Philips fe40954ebd tasks-with-cron-jobs: explain the steps expression (#10540)
The `/` steps expression is used throughout this doc but is never explained. Worse, it isn't actually part of the "normal" Cron spec linked in Wikipedia and is an extension added to vixiecron
2018-10-17 16:51:00 -07:00
Rob Hirschfeld caf3defcad Adding Kubernetes Kubeadm + Digital Rebar integration for On-Prem installs (#10118)
* add Digital Rebar KRIB to installer lists

* second review, minor cleanups

* address corrections flagged by @neolit123

* resolve merge - fix table

* add Digital Rebar KRIB to installer lists

* second review, minor cleanups

* address corrections flagged by @neolit123
2018-10-17 12:28:23 -07:00
bsky 4b9882f84c Fix tryKubernetes button (#10642) 2018-10-17 07:32:07 -07:00
Chao Wang d0173320b8 audit api version has been updated to v1 (#10647) 2018-10-17 00:48:05 -07:00
Bob Killen a6b876a9d4 fix kubecon event name in contrib summit blog post (#10640) 2018-10-16 13:29:04 -07:00
Bob Killen f386a59fc8 Add NA contributor Summit Blog Post (#10630)
* add NA contrib summit blog post

* Update 2018-10-16-kubernetes-2018-north-american-contributor-summit.md
2018-10-16 11:58:59 -07:00
Takuya N ad54de449f Improve mobile user experience on pages under /docs (#10072)
Force #docs #vendorStrip elements to use overflow-x: scroll in CSS.

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-16 04:34:55 -07:00
AdamDang df90172c3b Update implementation-details.md (#10626) 2018-10-16 00:16:50 -07:00
Miguel David ca8728f850 Change deb repo from http to https (#10173)
* Change deb repo from http to https

Given that http://apt.kubernetes.io/ is redirecting to https://packages.cloud.google.com/apt/ which is secure, then the suggestion is to change the source list to point to the correct destination.

* change apt source to https with apt.kubernetes.io
2018-10-15 18:56:40 -07:00
Takuya N f5f80ff508 Use masked white logo for ancestry (#10544)
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-15 18:55:19 -07:00
Kaitlyn Barnard 12732a6910 Revert "Typo Fix" (#10624)
* Revert "Use CoCC email for reporting CoC violations (#10621)"

This reverts commit 612f9c2aa4.

* Revert "Fix broken links for Korean tutorial pages (#10519)"

This reverts commit 9b4acdf940.

* Revert "Added CSS height property to #oceanNodes main to fix spacing in Firefox (#10169)"

This reverts commit 49ee537481.

* Revert "fix some typos (#10614)"

This reverts commit 98d2144036.

* Revert "Typo Fix (#10620)"

This reverts commit 4a0f0889fb.
2018-10-15 18:50:17 -07:00
LiuDui 09f15723b3 Update 2018-10-08-support-for-azure-vmss.md (#10572) 2018-10-15 18:44:26 -07:00
Qiming 45d3960599 Fix javascript reference in API docs (#10553)
The versions of javascripts used have been updated so the references in
the generated API docs should be updated as well.

Closes: #10385
2018-10-15 18:42:02 -07:00
LiuDui 7a12b9ed1c Fixed typo (#10425) 2018-10-15 18:38:31 -07:00
Mike Wilson 078fb57fe9 Fixing a small issue (#10392)
The docs say to backup, start a new application called new-etcd, but then to restore to etcd/0 and not new-etcd/0. Fixing that so it restores to that newly created unit.
2018-10-15 18:37:14 -07:00
Tommy Hobin 5b29044902 Added Giant Swarm to On-Prem and Turnkey (#10193)
Please contact me with questions or concerns.
2018-10-15 18:34:50 -07:00
Carolyn Van Slyck 612f9c2aa4 Use CoCC email for reporting CoC violations (#10621)
* Use CoCC email for reporting CoC violations

* Direct CoC concerns to the new committee
2018-10-15 16:33:34 -07:00
June Yi 9b4acdf940 Fix broken links for Korean tutorial pages (#10519) 2018-10-15 14:42:29 -07:00
Chris Keele 49ee537481 Added CSS height property to #oceanNodes main to fix spacing in Firefox (#10169)
* Changed CSS property for browser consistency.

* Moved height property into tablet media query to fix issue on smaller screens.

* Add changed to two more .content files.

* Updated generated resources files, this time using Hugo extended.
2018-10-15 14:17:13 -07:00
SataQiu 98d2144036 fix some typos (#10614) 2018-10-15 13:51:25 -07:00
Kaitlyn Barnard 4a0f0889fb Typo Fix (#10620)
* blog post for azure vmss

* blog post

* blog post

* typo fix
2018-10-15 11:21:07 -07:00
Paris 208216d46e Blog Post: 2018 Steering Committee Election Results (#10616)
* Blog Post: 2018 Steering Committee Election Results

* Update and rename 2018-10-00-Steering-Election-Results to 2018-10-15-Steering-Election-Results

* Update 2018-10-15-Steering-Election-Results

* Rename 2018-10-15-Steering-Election-Results to 2018-10-15-steering-election-results.md
2018-10-15 09:08:44 -07:00
Jeff Billimek c8ce7c3b18 adding missing step for additional control plane nodes (#10600)
There appears to be a missing step instructing the user to apply the kubeadm-config on each of the additional control plane nodes
2018-10-15 06:40:46 -07:00
Stewart-YU 05f4c8ab7a Update deployment.md (#10615)
fix the wrong comments
2018-10-15 00:44:13 -07:00
Yang Li 34d06b1054 Add idealhack as a reviewer (#10592) 2018-10-14 20:09:43 -07:00
Stewart-YU 9def6050d7 Add stewart-yu into sig-docs-en-owners group (#10570)
Add stewart-yu into sig-docs-en-owners group
2018-10-14 18:42:43 -07:00
António Meireles bb29bc897d missing 'kubelet config annotate-cri' phase on additional controller nodes (#10598)
Hi all,

AFAICT and after reading
[this](https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-alpha/)
`kubeadm alpha phase kubelet config annotate-cri` should invoked for
consistency in all joining controller nodes (to match what is already
done by default in the seed/initial one).

best regards,

António

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2018-10-14 17:36:16 -07:00
June Yi 462f4553e2 Fix build failure by adding example and include files (#10610)
Signed-off-by: June Yi <gochist@gmail.com>
2018-10-14 04:58:41 -07:00