Commit Graph

8608 Commits (17c0114fc85b22227b93ed00f6032b74458b3d46)

Author SHA1 Message Date
Qiming b855bd1d52 Run tests against the current stable k8s version (#8122)
So far we have been running tests against the master branch of
kubernetes/kubernetes. This is creating quite some problems because the
master branch is always moving. We are actually checking the YAML files
against a version between 1.10 and 1.11.

This PR is attempting to fix the problem by checking out the
'release-1.10' branch before running the tests. We are supposed to
change the branch to be used when release-1.11 is out. With this PR
(hopefully it works), we will only need to fix the gate every time a new
release is out.
2018-04-26 14:05:27 -07:00
Shubheksha aa52cbb7ec Add missing details about `load-balancer-ip` placeholder (#8134)
* Update high-availability.md

Add details about the `<load-balancer-ip>` placeholder.

* change link URLs to relative
2018-04-26 14:01:27 -07:00
Rajakavitha1 751b4af18d Update web-ui-dashboard.md (#8146)
Updated the URL as mentioned in: https://github.com/kubernetes/dashboard/wiki/Accessing-Dashboard---1.7.X-and-above as a fix for https://github.com/kubernetes/website/issues/8119
2018-04-26 13:53:28 -07:00
Qiming 0dcf6f1671 CLarify the policy used in parallel authorizer (#8150)
Closes: #4061
2018-04-26 13:44:27 -07:00
Qiming bb5d7cc1bf Fix the title for the CoreOS page (#8151)
The current title "CoreOS on AWS or GCE" is misleading because the page
actually contains information about many ways to run Kubernetes. When
the page is referenced from the navigation panel, the title becomes very
confusing.

Closes: #711
2018-04-26 13:42:28 -07:00
Xiaolong He 5341abda13 K8smeetup Chinese Community Translation Library Migration - PR (#8184)
* K8smeetup Chinese Community Translation Library Migration - PR

* fix-pr

* fix
2018-04-26 13:35:27 -07:00
Zach Corleissen 1fb8e4db2d
Create OWNERS
Add owners for case studies.
2018-04-26 13:34:08 -07:00
AdamDang 462e6d0689 Typo fix in implementation-details.md (#8145)
* Typo fix in implementation-details.md

does not exists->does not exist
does not contains->does not contain

* Update 2017-04-00-Rbac-Support-In-Kubernetes.md

an an->an

* Update 2017-04-00-Rbac-Support-In-Kubernetes.md
2018-04-26 13:14:26 -07:00
Matt Farina ab8320e022 Adding a blog post on the Kubernetes Application Survey 2018 (#8160)
* Adding a blog post on the Kubernetes Application Survey 2018

* Updated the k8s apps survey blog post based on feedback
2018-04-26 13:13:27 -07:00
AdamDang 95d6d7d86d Some typo fixes in blog (#8149)
* Update 2015-07-00-How-Did-Quake-Demo-From-Dockercon-Work.md

* Update 2016-10-00-Production-Kubernetes-Dashboard-UI-1.4-improvements_3.md

* Update 2015-04-00-Weekly-Kubernetes-Community-Hangout_11.md

* Update 2016-08-00-Create-Couchbase-Cluster-Using-Kubernetes.md

* Update 2017-04-00-Rbac-Support-In-Kubernetes.md
2018-04-26 13:09:27 -07:00
Ilya Dmitrichenko 78042ccaa7 Add links to twitter profiles of the authors (#8196) 2018-04-26 13:01:26 -07:00
Alex Glikson 2276f10071 Fix minor formatting and typos in assign-pod-node (#8044)
- few typo's
- slightly unified references to other docs
2018-04-26 12:50:41 -07:00
Irfan Ur Rehman 0db6882288 Update a note indicating current state of Federation V1 (#8165)
* Update a note indicating current state of federation V1

* change horizontal line to <br>

* edit note

* capitalize Kubernetes

* <br> unnecessary w/ note callout
2018-04-26 12:49:29 -07:00
Jan Šafránek d623f631fd Add documentation about private mount propagation (#8106)
* Trivial change to open release branch

* Undo trivial change

* Add documentation about private mount propagation
2018-04-26 12:23:26 -07:00
Adrian Otto c7ab858d7e Clarify that node anti-affinity can be achieved using node taints (#8117)
* Clarify that node anti-affinity can be achieved using node taints

The current text may have pre-dated the node taints feature, so it says that no such concept exists, when it actually does now.

* add "to"
2018-04-26 12:21:26 -07:00
Kaitlyn Barnard 1cd6d00bc6 EKS partner listing (#8120) 2018-04-26 12:16:27 -07:00
Joseph Ruane 2a59d6e4d0 fix the formatting when describing the CN (#8125) 2018-04-26 12:14:26 -07:00
Rajakavitha1 bcd26928b9 Update jsonpath.md (#8130)
Fixed the typographic issue mentioned in https://github.com/kubernetes/website/issues/7957
2018-04-26 12:13:27 -07:00
theimpostor 48d2380171 Fix typo, listLenght => listLength (#8141) 2018-04-26 12:10:30 -07:00
CaoShuFeng a8530d1bcf fix https://github.com/kubernetes/website/issues/8112 (#8155) 2018-04-26 12:07:26 -07:00
Jordan Liggitt edbbf971e1 Update with qualified kuberenetes service DNS name (#8166) 2018-04-26 11:51:27 -07:00
mknapik1 f56b4f4b41 Replace double-quote with single-quote (#8168)
Replace double-quote with single-quote for terminal commands.
Although the strings in the examples work fine, users who with randomly generated passwords may have character strings that cause strange behaviors with double-quotes. Using single-quotes prevents this.
Example of a command that causes odd behaviors with double-quotes:
echo -n "RandPasswordr3!$#$3aR" | base64
This example has a series of special characters that some terminals try to interpret and replace with other text.
2018-04-26 11:48:27 -07:00
Zach Corleissen 6a342cdee1
Create OWNERD
Add permissions for blog approvers/reviewers
2018-04-26 11:22:02 -07:00
Gerardo Saca 2ec62a0bc0 Fix syntax highlighting configure-pod-configmap.md (#8171)
* Fix syntax highlighting configure-pod-configmap.md

* Fix another code block
2018-04-26 10:54:04 -07:00
William Zhang cd5d47a6ad Fix the container name of kube-dns (healthz -> sidecar). (#8175)
Signed-off-by: William Zhang <warmchang@outlook.com>
2018-04-26 10:50:03 -07:00
Si Westcott 0345c22c1e Bump alpine version of the staging container to use newer ruby version (#8178) 2018-04-26 10:49:02 -07:00
CaoShuFeng 5b2232d8b2 fix invalid doc about eventratelimit (#8194)
add this to --runimte-config will cause such error:
```
error: unknown api groups eventratelimit.admission.k8s.io
```
I have test that this feature works fine without any confiuration
to --runtime-config.
2018-04-26 10:42:03 -07:00
Marco Jantke e80521bbb8 fix link to JSON merge patch (#8195)
The link was pointing falsely to the JSON patch RFC.
2018-04-26 10:41:05 -07:00
Kaitlyn Barnard 99dc517f5e Adding Blog Post: Top of the Open Source Charts in 2017 (#8192)
* adding blog post

* Update 2018-04-25-open-source-charts-2017.md
2018-04-26 10:10:03 -07:00
Qiming 945d81fdb6 Kube component reference reformatted (#7944) 2018-04-24 21:26:03 -07:00
Casey Davenport f86751f150 Fix broken link to Calico kubeadm guide (#8161) 2018-04-24 12:44:01 -07:00
Kaitlyn Barnard e76d24e0c4 Local Persistent Volumes Blog Post (#8085)
* new blog post for 1.10 series

* Typo fix
2018-04-23 13:47:00 -07:00
Kai Chen 2760177817 Fix incorrectly formated URLs in markdown (#8104) 2018-04-20 15:31:59 -07:00
Vimal Raghubir b977913ecd Remove header description text (#8131) 2018-04-20 12:03:00 -07:00
Qiming ebdb9da901 Remove dangling yamls not referenced anywhere (#8127)
The 'user-guide' subdirectory is almost empty now after the contents
are migrated to either concepts or tasks. This PR removes the contents
left over in this path.
2018-04-20 09:36:00 -07:00
Jonathan Lange 47bea91221 Fix typo: sparsingly -> sparingly (#8138) 2018-04-20 09:24:00 -07:00
AdamDang 94633b5c2d some small typo fix (#8129)
* typo fix: useable->usable

useable->usable

* Update 2016-03-00-How-Container-Metadata-Changes-Your-Point-Of-View.md

duplicated "the the"

* Update 2016-10-00-Dynamic-Provisioning-And-Storage-In-Kubernetes.md

duplicated "the the"

* Update 2017-10-00-Using-Rbac-Generally-Available-18.md

duplicated "the the"

* Update 2015-06-00-Cluster-Level-Logging-With-Kubernetes.md

duplicated "the the"
2018-04-20 02:46:00 -07:00
Mark Hopkins f8ecb56c4a Add link to Haskell kubernetes library (#8126) 2018-04-19 17:41:59 -07:00
bsteciuk d5e46842ef Added reference to issue 67176 in limitations (#8118) 2018-04-19 11:56:00 -07:00
Shubheksha 3141f94c28 Fix grammatical error in persistent volumes (#8132) 2018-04-19 11:46:59 -07:00
Karol Gołąb 28d673b949 Use Exited instead of Failed (#8038)
* Use Terminated instead of Failed

Containers that terminate successfully (exit code 0) can also be restarted and it's the default behaviour is restartPolicy is not specified.

* Use Exited instead of Failed
2018-04-19 01:00:00 -07:00
Denis Gladkikh 41f311db5b Kubernetes 1.10 requires etcd 3.1.12 (#8099) 2018-04-18 21:18:00 -07:00
AdamDang 6c2a1574c7 Update 2016-02-00-kubernetes-community-meeting-notes_23.md (#8094)
it's own->its own
2018-04-17 13:55:59 -07:00
Kaitlyn Barnard cd0f4a2526 Link fixes to CSI blog post (#8058)
* adding CSI blog post

* update images

* fixing images

* link changes

* fixing images

* link update

* resolving merge conflict
2018-04-17 13:54:59 -07:00
Qiming ab1fbb2414 Fix incorrect markdown parsing in API references (#8063)
In the upstream code base, there are cases where the field description
string contain substrings like '*', 'pods/*', '*/scale' and '*/*'.
When generating reference docs out of these Go comments, the Node.js
module used was incorrectly passing the asterisks as '<em>', i.e. a
mark for emphasize. This behavior has rendered the output documentation
very misleading. For example, in the definition for RuleWithOperations,
users can specify '*' as a wildcard for matching all apiGroups, all
resources. However, the generated docs is showing that an empty string
'' is used to match all apiGroups or resources. This is a serious bug
fixed by this PR.

Doc generator patch is included in PR to
kubernetes-incubator/reference-docs.
2018-04-17 13:52:00 -07:00
Vimal Raghubir ce74fdefe3 Changed NodePort to Port (#8111) 2018-04-16 22:13:58 -07:00
Michelle Au 4ecd44a38b Add msau42 to storage docs approvers (#8109) 2018-04-16 12:17:58 -07:00
Fabian Deutsch 799edfa3be Update annotations.md (#8103)
Update the example to show that annotations are part of the metadata of an object.
2018-04-16 09:33:58 -07:00
Fabian Deutsch da86ab8831 Update labels.md (#8102)
Update the example to show that labels are part of the metadata of an object.
2018-04-16 09:31:58 -07:00
Kaitlyn Barnard a0132a2220 changing Woqutech URL (#8100) 2018-04-16 09:29:58 -07:00