Commit Graph

8624 Commits

Author SHA1 Message Date
Kai Chen 3c398d30b2 Fix the redirect for the kubeadm HA cluster upgrade guide (#8087) 2018-04-16 12:09:20 -07:00
AdamDang 24bdb05da9 Typo fix in admission-controllers.md (#8089)
the the pod->the pod
2018-04-16 12:09:20 -07:00
Zhiheng Yi b92d189266 Update pod-lifecycle.md (#8068)
* Update pod-lifecycle.md

* address feedback

* Update pod-lifecycle.md
2018-04-16 12:09:20 -07:00
Qiming 3e1b01910f Fix CI gate (#8086) 2018-04-16 12:09:20 -07:00
DavadDi bbf5e304d8 fix component configuration url (#8073)
fix apiserver/kubelet/proxy  config url  address for `--extra-config` of  minikube
2018-04-16 12:09:20 -07:00
Alvaro Aleman 1a94a1a473 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-16 12:09:20 -07:00
Sean Harger 348979a8c3 Change Stackdriver docs to use consistent namespace default. (#8071)
Added a note about logging not working properly on non-GKE platforms.
2018-04-16 12:09:20 -07:00
Kai Chen 9a7b0696a6 Fix hard-coded Kubernetes API version (#8070) 2018-04-16 12:09:20 -07:00
Juan Vallejo 0296f4dcba update jsonpath docs to include negative indices (#6662) 2018-04-16 12:09:20 -07:00
Doug Holt 6373658583 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-16 12:09:20 -07:00
Weibin Lin 94a559bbb1 Update assign-pod-node.md (#7633) 2018-04-16 12:09:20 -07:00
CaoShuFeng 8f4d36d822 fix description about kubectl apply (#7747) 2018-04-16 12:09:20 -07:00
pingthere 66c0a284e2 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-16 12:09:20 -07:00
Zach Corleissen facc36fb83 Add redirect for single non-conforming URL (#8067) 2018-04-16 12:09:20 -07:00
lichuqiang e0b2f8c60b add ER quota description (#7936) 2018-04-16 12:09:20 -07:00
Colin Walters 4dd2999bfe security-context: Tweak seccomp description (#8024)
It's not just about files; seccomp allows filtering any system call.
2018-04-16 12:09:20 -07:00
Yecheng Fu 52162b4811 Fix curl arguments (#8062)
`-O` conflicts with `-o`.
2018-04-16 12:09:20 -07:00
Hang Yan 2f0f771ee9 Fix wrong etcd data path for kubernetes (#8060) 2018-04-16 12:09:20 -07:00
Haowei Cai (Roy) 3dcc39561b 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-16 12:09:20 -07:00
Samuel Knowlton e6165f3b98 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-16 12:09:20 -07:00
Qiming 6a17f5ed2d 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-16 12:09:20 -07:00
Kaitlyn Barnard bf2dfe9797 adding CSI blog post (#8047)
* adding CSI blog post

* update images

* fixing images

* link changes

* fixing images

* Quick fixes
2018-04-16 12:09:20 -07:00
Campion Fellin 24e068ac41 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-16 12:09:20 -07:00
Misty Stanley-Jones 13936d36f9 Update PR template for 1.11 (#8057) 2018-04-16 12:09:20 -07:00
Tim Zhang 2837299b9f fix calico install manual url (#8053)
* fix calico install manual url

the original url is outdated.

* fix calico install manual url
2018-04-16 12:09:20 -07:00
Zach Corleissen 24e2754310 [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-16 12:09:20 -07:00
Stephen Day 7bae540397 docs/admin/authorization: sentence ends early (#8048)
Signed-off-by: Stephen J Day <stevvooe@gmail.com>
2018-04-16 12:09:20 -07:00
Qiming f12aedba3f Fix cross references in 1.10 API reference doc (#8037)
In previous commit, we have enabled showing the full group names for API
resources. However, in doing that, we broken links inside the reference
doc and links pointing to the api reference. This PR fixes this problem
using the revised doc generator.
2018-04-16 12:09:20 -07:00
Zach Corleissen d5a6e8c5a7 Add contribution guidelines for blog posts (#7646)
* Add contrib guidelines for blog posts

* Add form guidelines

* Add TOC entry

* Renamed file

* Feedback from @heckj and @bradtopol

* Revised submission guidelines to include form
2018-04-16 12:09:19 -07:00
Alex Contini d299ad1129 Add crowdfire case study to index page (#8042) 2018-04-16 12:09:19 -07:00
Petr Ruzicka 3f78a6accf Adding curl (some systems does not have it installed in minimal version) (#8041) 2018-04-16 12:09:19 -07:00
Guang Ya Liu ad5a13571e Sa should add imagePullSecrets. (#8039) 2018-04-16 12:09:19 -07:00
Tim Zhang a8c356c0f6 fix revisionHistoryLimit default value to 10 (#8036) 2018-04-16 12:09:19 -07:00
Alex Glikson 31c061a667 typo in guestbook tutorial (#8035) 2018-04-16 12:09:19 -07:00
Kai Chen b3fc995879 Fix an incorrectly formatted URL in the v1.10 release note (#8033) 2018-04-16 12:09:19 -07:00
Anish Karandikar 71adfffc0a Update install-kubectl.md (#8032)
* Update install-kubectl.md

* updated to repair broken example
2018-04-16 12:09:19 -07:00
zhouhaibing089 2c2fe9ea38 admission: correction on podnodeselector (#8031)
podtolerationrestriction does not encompass all the use cases of
podnodeselector, in a case where not all nodes are tainted, then
podtolerationrestriction can not ensure pods are scheduled on the
specific set of nodes.
2018-04-16 12:09:19 -07:00
Rohit Agarwal 3f867c06cf Cross link documentation for creating dedicated nodes with special hardware and ExtendedResourceToleration admission controller. (#8015) 2018-04-16 12:09:19 -07:00
chenhonggc 2ffc2be86e Add note for configMap volume. (#8023)
* Add note for configMap volume.

* updating wording
2018-04-16 12:09:19 -07:00
Qiming 191eca8322 Document limitations of services without selectors (#8028)
Based on the discussion on kubernetes/kubernetes#40870, we'd better
clearly document that the endpoint IPs used by a service without
selectors cannot be virtual ones.
2018-04-16 12:09:19 -07:00
Reece Arratoonian-Walker cbd4aa3231 Make glossary filter container 100% width. (#7995) 2018-04-16 12:09:19 -07:00
Qiming 3ccfff31e5 Add back audit stages and audit levels (#8025)
Documentation about audit stages and audit levels was somehow lost
recently. This PR adds them back.

Closes: #7907
2018-04-16 12:09:19 -07:00
Kai Chen 2123ebd45e Fix incorrectly formatted URL in mark down (#8014) 2018-04-16 12:09:19 -07:00
Julian Hübenthal 0a6931282d Added missing systemd unit-type (#8016)
The 20-cri.conf was missing the Service unit type, systemd ignored the Environment line because of this. It is fine now after adding the Service unit.
2018-04-16 12:09:19 -07:00
Shen Yuanyu 4e22232c17 style-adjust (#8021) 2018-04-16 12:09:19 -07:00
Tim Nicholas 8f891d12aa Remove double negative (#8026) 2018-04-16 12:09:19 -07:00
Shen Yuanyu d7208a7d86 note style adjust (#8022) 2018-04-16 12:09:19 -07:00
Rajakavitha1 3b6907f658 Updated for adherence to style guide and the links to: /docs/user-gui… (#7817)
* Updated for adherence to style guide and the links to: /docs/user-guide/kubectl 

Can someone please confirm what the "Coming soon"  path to extend the API with custom resources is?

* Incorporated the changes suggested  @heckj  @zacharysarah 

Could one of you please confirm What "Coming soon: " in line 82 stands for? Is there a name or definition or reference?

* Update api-overview.md

* Update api-overview.md

* fixed a typo

* Update api-overview.md
2018-04-16 12:09:19 -07:00
CaoShuFeng 00858a8834 fix description about root /proxy path (#7902)
Fix issue: https://github.com/kubernetes/kubernetes/issues/61826
Related change: https://github.com/kubernetes/kubernetes/pull/59884
2018-04-16 12:09:19 -07:00
chenhonggc 2e28c133aa hardcode to yaml file (#7948)
* hardcode to yaml file

* add test instance.

* fix mistake

* fix mistake

* Uniform style
2018-04-16 12:09:19 -07:00