Commit Graph

6124 Commits

Author SHA1 Message Date
James Hill-Khurana 97837c078c Fix Kubermatic Links (#7435)
The Kubermatic Links now redirect to loodse.com.
2018-02-24 13:14:46 -08:00
Matt Braymer-Hayes c1beb824c4 Update master-node-communication.md (#7467)
Remove out-of-date reference to TODO (#7314).
2018-02-24 13:13:46 -08:00
Michelle Au 6e8384d1b4 Update reclaim policy documentation to be consistent with field names (#7487) 2018-02-24 13:12:44 -08:00
Nikhita Raghunath 8d7accb1a9 Document ability to do object count quota for all namespaced resources (#7441) 2018-02-24 12:59:44 -08:00
Ozioma d1b446a080 edit command to create config file (#7293)
"touch" is not a windows or power shell command
2018-02-24 09:45:45 -08:00
Thomas Maddox 57ba29877d custom-resources.md: Swap "You are have"/"You have" (#7500)
Minor grammatical error when describing what CRDs are a good fit for.
2018-02-24 09:31:48 -08:00
Kai Chen 9e56ea6c67 Fix reference to kubernetes-objects (#7499) 2018-02-23 13:01:46 -08:00
Mike Wilson 3885c80063 Add to contact methods (#7494)
Add kubernetes-users and kubernetes-novice to contact methods
2018-02-23 10:32:44 -08:00
Ayush Pateria 086251e593 Update cassandra-statefulset.yaml (#7438)
Specifying storage class name using annotations is deprecated since v1.6. Updating it to storageClassName field.
2018-02-23 10:13:45 -08:00
Manuel Alejandro de Brito Fontes d432d6bafe Update cassandra tutorial (#7478) 2018-02-23 10:11:45 -08:00
Joel Smith 5ec5118445 Don't encourage people to mount downwardAPI volumes on /etc (#7484)
Because API data volumes like downwardAPI are expected to be fully
managed by Kubernetes and are now mounted read-only, this causes
problems with other files in /etc like /etc/resolv.conf that Docker
tries to add to the volume. Our examples should show such volumes
being mounted to a dedicated subdirectory for the volume.
2018-02-23 10:06:45 -08:00
Sean Dague 34c656f32a glossary: move labels to label (#7486)
The term_id for Label is singular, but the file is plural. All the
rest of the terms in the glossary prefer singular for the glossary
reference. Harmonizing the label entry is helpful for consistency.

Update all in tree tooltip references at the same time.
2018-02-23 10:01:45 -08:00
Jianfeng Li 979bcb1291 fix a typo (#7492) 2018-02-22 23:08:44 -08:00
irfanurrehman 5a7e97b0fe [Federation] Update the release location for kubefed (#7429) 2018-02-22 16:14:44 -08:00
tanaka_733 fccbf610e9 Update storage-classes.md (#7408)
Added the detail of storage class with Azure Managed Disk.
2018-02-22 15:52:45 -08:00
Andrew Chen 0f178d4632 Update Service Catalog docs to meet style guidelines (#7341)
* Update Service Catalog docs to meet style guidelines

* Address stevepe's comments

* Remove full-links to cluster operator and application developer in glossary
2018-02-22 15:08:43 -08:00
Steve Perry 66303082b7 In Admin, in front matter, change approvers to reviewers. (#7445) 2018-02-22 14:07:43 -08:00
Kai Chen 409a928602 Fix incorrectly formatted URL. Will also fix this upstream in the Kubernetes repo. (#7488) 2018-02-22 13:55:43 -08:00
Kyle Sexton 3d068f5c7f Update building.md to clarify kubectl commands (#7477)
Remove extra spaces around pod name to clarify that the < > symbols are not redirects.
2018-02-22 13:33:43 -08:00
Ryan Phillips 56db190564 notate the lease endpoint reconciler is alpha (#7305) 2018-02-21 11:28:40 -08:00
Ali Rizwan 7e975e06b6 Fixed wrong imagepullsecret name (#7426)
* Fixed wrong imagepullsecret name

* Fixed wrong escaping
2018-02-20 18:52:40 -08:00
Graeme Coupar 740bd4ebd2 Add community maintained elixir library (#7454) 2018-02-20 18:49:38 -08:00
Steve Perry 7311436222 In user-journeys, in front matter, change approvers to reviewers. (#7446) 2018-02-20 14:22:38 -08:00
Steve Perry 6b94d22cce In getting-started-guides, in front matter, change approvers to reviewers. (#7447) 2018-02-20 14:18: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
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
Kai Chen d0fd23409c Remove deprecated Kubernetes on Mesos (#7434) 2018-02-16 17:47: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
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
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