Commit Graph

8874 Commits (200dd071a4c39156842f5f4e76a177cc6d313b00)

Author SHA1 Message Date
Srini Brahmaroutu eb2a84f3e5 Added glossary definition for init container. (#7458)
* Added glossary definition for init container.

* Edits for clarity
2018-02-20 11:48:40 -08:00
Sean Dague 5e0e6e9ee4 Add Certificate glossary term (#7456)
* Add Certificate glossary term

Part of issue #5993

* Edits for clarity
2018-02-20 11:31:39 -08:00
Tony Li 62002d3073 Pull image private cleanup (#6609)
* cleanup and clarify doc on imagePullSecrets task

* rename regsecret to regcred to reduce stuttering
2018-02-20 09:54:38 -08:00
Martin Dietze a06de688fc Two bug fixes to HA guide for kubeadm: (#7451)
- In the provided configuration file for `kubeadm init` the value for
`apiserver-count` needs to be put in quotes.
- In addition to /etc/kubernetes/pki/ca.* also /etc/kubernetes/pki/sa.*
need to be copied to the additional masters. See [this
comment](https://github.com/kubernetes/kubeadm/issues/546#issuecomment-350241024) by
@petergardfjall for details.
2018-02-20 00:14:38 -08:00
Kaitlyn Barnard 01e09b005c Updates to partner listings (#7431) 2018-02-19 16:25:38 -08:00
Steve Perry 01b83e4551 Remove unused files from user-guide/jobs. (#7427) 2018-02-19 16:21:38 -08:00
Martin Mosegaard Amdisen 7438b73e91 Update kubeadm-upgrade-1-9.md (#7338)
If we are getting releases from the stable channel, I think the plan output would say stable instead of experimental. At least, that is what I see in this video, around 40:15 mins in: https://www.youtube.com/watch?v=x9doB5eJWgQ&feature=youtu.be
2018-02-19 12:49:37 -08:00
Jianfeng Li 1e35b022be fix typo in assign-pod-node.md (#7352) 2018-02-19 09:40:37 -08:00
Braden Young 29a2287b16 Update Create an External Load Balancer Doc (#6938)
* Update Create an External Load Balancer Doc

The `Create an External Load Balancer` readme has a `Finding your IP address` section which describes steps that do not work when running the service in Minikube. @jimmidyson describes how to find your ip address while running in Minikube here: https://github.com/kubernetes/minikube/issues/384#issuecomment-234409957. This change adds this helpful bit to the docs.

* Update create-external-load-balancer.md

* Update create-external-load-balancer.md

Add note callout formatting
2018-02-19 09:24:37 -08:00
John Arundel da9722af67 Update and revise 'Configuration Best Practices' (#6981)
* Update and revise 'Configuration Best Practices'

* Tidy up, clarify, and reword some confusing sections
* Update names of Kubernetes objects per Style Guide
* Update references to ReplicationControllers to ReplicaSets/Deployments
* Update and add some new cross-references
* Remove some out-of-date text

* Explain why you should create a Service before its backend or client workloads

* Reword advice about labels

* Capitalize k8s object names

* Clarify reference titles

* Explain but deprecate the :latest tag on images

* Mention both kubectl apply and kubectl create

* Address @abiogenesis-now comments
2018-02-19 09:22:37 -08:00
Mike 96bc606cf6 Update kops.md (#6851)
fix typo
2018-02-19 08:47:37 -08:00
Xiaodong Zhang 25a4121b9e Fix memory request limit exmaples use the default namespace (#6979) 2018-02-19 07:36:38 -08:00
Ilya Dmitrichenko 1cf3866a8e Remove unreferenced fluentd pod config (#7450) 2018-02-19 07:33:38 -08:00
Xiaodong Zhang 194835e53d Fix cpu request limit exmaples use the default namespace (#6980) 2018-02-19 07:29:37 -08:00
runlevl4 88491a2038 7307 (#7448)
* Removed 'xhyve driver' from OSX section (#7307)

* Revert "Removed 'xhyve driver' from OSX section (#7307)"

This reverts commit 0dc1bd525d.

* Removed 'xhyve driver' from OSX section (#7307)
2018-02-18 16:09:37 -08:00
Helen Chang 246cb9e02d update federation control plane turn down command (#7332)
**kubectl** uses `--context` option for specifying the context, the option `--host-cluster-context` is for **kubefed join**.
2018-02-18 13:13:37 -08:00
Steve Perry d1e8acb628 In tutorials, in front matter, change approvers to reviewers. (#7440) 2018-02-18 12:13:37 -08:00
Steve Perry cdc7278c82 In front matter, change approvers to reviewers. (#7433) 2018-02-18 11:29:37 -08:00
Joseph Heck 372eec8f5c Roles sigdocs (#7133)
* strawman structure

* updates from PR review/feedback

* consolidate usage of SIG Docs and how to volunteer into a single location

* adding into ToC

* updates for Zach

* re-organizing and adding back approver lgtm comment
2018-02-17 00:10:38 -08:00
Adam Malowiecki 7180c4b34c Fixed zookeeper YAML and Document headless reference (#7404) 2018-02-16 20:01:38 -08:00
Matt Kelly eea2ddcc91 Follow style guide for code snippets (#7382)
The prompt character shouldn't be included and command output should be
separated from the command itself.

See https://kubernetes.io/docs/home/contribute/style-guide/#code-snippet-formatting
2018-02-16 19:59:38 -08:00
CaoShuFeng 87bf22b6f0 remove deprecated mesos reference (#7359) 2018-02-16 19:58:38 -08:00
CaoShuFeng c9198227ea redirect v1.9 api reference to the right place (#7358) 2018-02-16 19:57:38 -08:00
Kai Chen d0fd23409c Remove deprecated Kubernetes on Mesos (#7434) 2018-02-16 17:47:38 -08:00
Jennifer Rondeau e6d8bf789f fix up CRD glossary term (#7428) 2018-02-16 13:17:38 -08:00
Don Jayakody 3c8a6fca4b Update Networking.md (#6537)
* Update Networking.md

Updating the "Big Switch Networks" (www.bigswitch.com) Kubernetes solution details.

* Update networking.md

* Update networking.md

* Update networking.md
2018-02-16 13:15:38 -08:00
Cheryl Fong 01a981b477 Add glossary term for CRD (#6594)
* Add files via upload

Custom Resource Definition, that replaces Third Party Resources.

* Update customresourcedefinition.yaml

Minor formating error

* Update customresourcedefinition.yaml

missing id key

* Update customresourcedefinition.yaml

deleted aka key

* Update customresourcedefinition.yaml

Made a minor edit to "name" and "id" and added "aka" section, but should require a "related" section. The related section may have the Custom Resource term, but there is currently no glossary term for Custom Resource.
2018-02-16 08:42:38 -08:00
Steve Perry c2638b3e1d Remove unused files from user-guide/downward-api. (#7422) 2018-02-16 07:50:39 -08:00
Julian Knocke b9dab19055 Link to "Known issues" fixed (#7269)
The previous issue was closed and replaced by the linked one. This PR should reduce confusion when following that link.
2018-02-15 13:53:38 -08:00
Kaitlyn Barnard da34e15d31 All files for Huawei case study (#7173) 2018-02-15 13:22:38 -08:00
Qiming 90746e7e9e Fix error in sample code for allowedFlexVolumes (#7048) 2018-02-15 09:20:39 -08:00
Mike Frisch ddc0637f19 Update create-cluster-kubeadm.md (#7303) 2018-02-14 20:07:42 -08:00
Rafa García 92079f8358 Issue 7287 zookeeper testing probes (#7290)
* Replace old zkOk.sh livenessProbe by zookeeper-ready

Fixes one part of the issue #7287

* Update probe script content with the zookeeper-ready

Fixes the part with shows/explains the probe script at issue #7287

* Fix the path to delete liveness probe

Issue #7287

* Replace zkOk.sh readinessProbe by zookeeper-ready

Fixes "Testing for Readiness" section in issue #7287
2018-02-14 20:06:42 -08:00
Steve Perry e2118a7d5b Move files out of old user-guide directory. (#7384) 2018-02-14 19:25:40 -08:00
Joseph Heck ef265d7dcd
Merge pull request #7125 from ravisantoshgudimetla/patch-1
Update critical pods documentation to include priorities.
2018-02-14 17:14:52 -08:00
Steve Perry 84926af702 Remove unused environment-guide files. (#7405) 2018-02-14 16:44:37 -08:00
sonoroot 7064b7e985 Update high-availability.md (#7378)
typo - the "=" will cause an error.
2018-02-14 15:05:53 -08:00
Kai Chen 251d746c6e Inline some content for the HPA walkthrough, since the original files have been removed (#7414) 2018-02-14 14:57:50 -08:00
CaoShuFeng e4ab69bdcb fix glossary data (#7361) 2018-02-14 14:53:53 -08:00
Ken'ichi Ohmichi d92ed9d89b Update Calico installation URL (#7397)
Calico official page[1] shows Calico installation URL is
https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/hosted/kubeadm/1.7/calico.yaml
but the kubeadm installation pages showed
https://docs.projectcalico.org/v2.6/getting-started/kubernetes/installation/hosted/kubeadm/1.6/calico.yaml
then, many people cannot deploy Kubernetes environments with Calico as
[2]
This commit updates the URL.

[1]: https://docs.projectcalico.org/v3.0/getting-started/kubernetes/
[2]: https://github.com/kubernetes/kubernetes/issues/55471
2018-02-14 14:49:51 -08:00
Steve Perry 5b1dafc59d Remove extraneous file. (#7406) 2018-02-14 14:42:50 -08:00
huzhengchuan 4368468ec7 fix "Stateful Set" to "StatefulSet" (#7166)
* fix "Stateful Set" to "StatefulSet"

* adding a no-op commit to re-push netlify deploy
2018-02-14 14:37:52 -08:00
pc d4cc7949d3 fix(k8s-setup-HA): typo (#7370)
see #7137
2018-02-14 14:36:52 -08:00
Jennifer Rondeau 73986a0902 1.10 PR template (#7131)
* add 1.10 release info to PR template

* fix typo
2018-02-14 14:35:51 -08:00
Martin Dietze 7c32550bb7 HA guide for kubeadm: fixed tab navigation for load balancer setup. 2018-02-14 18:51:18 +01:00
Martin Dietze b786d89c90 HA guide for kubeadm:
- tabified section on load balancing
- added tab for keepalived configuration
2018-02-14 17:08:35 +01:00
Steve Perry eb469c5475 Move config files out of old user-guide directory. (#7398)
* Move config files out of old user-guide directory.

* Update file paths.
2018-02-14 03:38:52 -08:00
halfcrazy f51d11f614 doc: fix some typo (#7229) 2018-02-13 21:30:50 -08:00
Steve Perry b7c0b6278e Remove unused autoscaling files. (#7407) 2018-02-13 18:08:50 -08:00
Steve Perry c025e88e37 Move redis config files out of old user-guide directory. (#7401) 2018-02-13 17:10:51 -08:00