Commit Graph

8674 Commits (b16dae530982113df04bd741e7cd34218035562c)

Author SHA1 Message Date
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
Simon Rüegg ae8af59fe8 Fix typo in blogpost (#8092) 2018-04-15 20:27:58 -07:00
Jon Mosco c2c021c927 Update kubectl isntall docs to refer to packaged versions of binary (#7669) 2018-04-14 15:45:58 -07:00
AdamDang db471895bf Typo fix: it's name->its name (#8088)
it's name implies it is a tool->its name implies it is a tool
2018-04-14 15:08:58 -07:00
Sean Harger 313af2c451 Fix mismatched note to be a warning callout. (#8081) 2018-04-14 15:04:59 -07:00
Bryan Shelton e44d25bf18 Fix ip addresses in member list output (#8091) 2018-04-14 15:03:59 -07:00
Rajakavitha1 5967d0d156 Fixed a broken link on line 13 (#8077)
minor fix
2018-04-14 15:02:59 -07:00
Kenny Ho 607393ebaa Add link to AMD GPU device plugin (#8082) 2018-04-14 15:01:59 -07:00
Kai Chen b6a864ddc1 Fix the redirect for the kubeadm HA cluster upgrade guide (#8087) 2018-04-14 15:01:00 -07:00
AdamDang 0be36c83e6 Typo fix in admission-controllers.md (#8089)
the the pod->the pod
2018-04-14 14:59:58 -07:00
Zhiheng Yi 7adf359d3a Update pod-lifecycle.md (#8068)
* Update pod-lifecycle.md

* address feedback

* Update pod-lifecycle.md
2018-04-14 14:57:58 -07:00
Qiming d96aa0e865 Fix CI gate (#8086) 2018-04-13 18:02:59 -07:00
DavadDi d6f05bef6d fix component configuration url (#8073)
fix apiserver/kubelet/proxy  config url  address for `--extra-config` of  minikube
2018-04-13 07:51:03 -07:00
Alvaro Aleman 1b02b3a4b2 Add a note about the required cn for ValidatingWebhookConfiguration (#7808)
* Add a note about the required cn for ValidatingWebhookConfiguration

* Move extra info for cn of ValidatingWebhookConfiguration into a comment
2018-04-13 02:23:59 -07:00
Sean Harger 6a0f999807 Change Stackdriver docs to use consistent namespace default. (#8071)
Added a note about logging not working properly on non-GKE platforms.
2018-04-12 22:42:59 -07:00
Kai Chen e557e82bed Fix hard-coded Kubernetes API version (#8070) 2018-04-12 18:25:58 -07:00
Vagharsh Kandilian 8737c5b3c7 fixed rewrite annotation (#7364)
based on the document https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/rewrite/README.md#rewrite-target
2018-04-12 15:29:58 -07:00
Juan Vallejo b1b77f9e89 update jsonpath docs to include negative indices (#6662) 2018-04-12 15:28:58 -07:00
Doug Holt 6715e08ec9 Document Kubefed on-prem AWS Route53 configuration (#7834)
* Initial Kubefed AWS Route53 on-prem documentation

* Add flag requirement for kubefed init

* conform to style guidelines

* fix controller-manager wording

* move cut-off section from CoreDNS support
2018-04-12 15:25:58 -07:00
Weibin Lin 629f3010d3 Update assign-pod-node.md (#7633) 2018-04-12 15:16:58 -07:00
CaoShuFeng c7c80e50cb fix description about kubectl apply (#7747) 2018-04-12 15:13:59 -07:00
pingthere 642bff9143 Change rewrite annotation in ingress examples (#7520)
Since the default annotation prefix has been changed to "nginx.ingress.kubernetes.io" in nginx ingress controller, the examples in ingress doc should be updated.
2018-04-12 15:11:59 -07:00
Zach Corleissen 414c31965a Add redirect for single non-conforming URL (#8067) 2018-04-12 15:03:58 -07:00
lichuqiang 946a287c6a add ER quota description (#7936) 2018-04-12 14:51:59 -07:00
Colin Walters 74c22d04d7 security-context: Tweak seccomp description (#8024)
It's not just about files; seccomp allows filtering any system call.
2018-04-12 14:38:59 -07:00
Yecheng Fu 3a7de9b1d6 Fix curl arguments (#8062)
`-O` conflicts with `-o`.
2018-04-12 06:34:57 -07:00
Hang Yan f1a96cc24f Fix wrong etcd data path for kubernetes (#8060) 2018-04-12 06:30:56 -07:00
Haowei Cai (Roy) a18d6674c0 Document new OpenAPI endpoint (#8050)
* Document new OpenAPI endpoint

Document new OpenAPI endpoint and deprecation announcement for old endpoints.

* Remove out-of-date swagger spec information

Deprecation announcement is in line 29

* Update default behavior for endpoint HTTP headers
2018-04-11 18:45:55 -07:00
Samuel Knowlton 0a5aecafe7 Add controlPlaneEndpoint to config file reference (#7909)
First-time kubeadm user here: The v1.10.0 docs indicate that config file use is experimental, but judging from the comments on https://github.com/kubernetes/kubernetes/pull/59288 it looks like new features are beginning to be supported only in the config file. controlPlaneEndpoint is super useful for us and while I suspect the kubeadm init docs will ultimately be re-written to emphasize the config file options rather than flags (with appropriate examples and descriptions as the flags have now), it would've saved us some time today if we'd seen controlPlaneEndpoint in the config file example.
2018-04-11 18:44:55 -07:00
Qiming 2515d623a8 Use apps/v1 API group whenever possible (#8055)
The use of extensions/v1beta1, apps/v1beta1 and apps/v1beta2 API
groups should be discouraged.

Closes: #8049
2018-04-11 15:43:55 -07:00
Kaitlyn Barnard f0a308efda adding CSI blog post (#8047)
* adding CSI blog post

* update images

* fixing images

* link changes

* fixing images

* Quick fixes
2018-04-11 14:26:55 -07:00
Campion Fellin 16fe175bae Update Links to kubectl docs (#7927)
* Fix deployment.md

* Fix replicaset.md

* Fix tain-and-toleration

* Update concepts/configuration

* Update documentation

* Fix based on comments

* Update quick comments
2018-04-11 14:22:55 -07:00
Misty Stanley-Jones af522b6f74 Update PR template for 1.11 (#8057) 2018-04-11 12:01:55 -07:00
Tim Zhang ffaec5a2d1 fix calico install manual url (#8053)
* fix calico install manual url

the original url is outdated.

* fix calico install manual url
2018-04-11 07:51:55 -07:00
Zach Corleissen 6ad0160737 [blog] 2018-04-10: Kubernetes blog migration (#8010)
* Add draft for blog migration post

* Small revisions

* Most important commit ever

* Feedback from kbarnard10

- Turn URLs into hyperlinks
- Remove one line

* Feedback from sarahkconway

- Specify that blog reviews are more transparent/streamlined

* Feedback from kbarnard10, part 2

Added "how to submit a blog post"
Revised "confidentiality"

* Feedback from kbarnard10, part 3

* Renamed file for date accuracy

* Changed date back, added email link
2018-04-10 23:04:56 -07:00