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
Srini Brahmaroutu
80bdcad4e9
Added glossary term for Kube proxy. ( #7465 )
...
* Added glossary term for Kube proxy.
* Edits for clarity
* Edits for style/consistency
2018-02-22 13:43:42 -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
Martin Dietze
773def6cdc
High Availability guide for kubeadm: text change as proposed by @mattkelly.
2018-02-22 15:46:29 +01:00
Martin Dietze
747d803722
HA guide for kubeadm: text change to highlight the fact that keepalived is not the prescribed solution to setting up a virtual IP
2018-02-22 11:53:12 +01:00
Sean Dague
148e3cae0a
convert absolute url to relative for full-link ( #7476 )
2018-02-21 16:21:39 -08:00
Ryan Phillips
56db190564
notate the lease endpoint reconciler is alpha ( #7305 )
2018-02-21 11:28:40 -08:00
grodrigues3
13818a3eea
Fix KEP Reference ( #7475 )
...
Looks like the update script fails because it references a file whose name changed. Fixing to match current state of community/master
https://github.com/kubernetes/community/blob/master/keps/0001-kubernetes-enhancement-proposal-process.md
2018-02-21 06:26:39 -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
Jeffrey Borek
5aa1126769
added docker glossary entry ( #7470 )
...
* added docker glossay entry
Signed-off-by: Jeffrey Borek <jborek@us.ibm.com >
* Update docker.yaml
2018-02-20 18:51:40 -08:00
Morgan Bauer
f6792cf9f8
glossary entry for PodPreset ( #7468 )
...
* glossary entry for PodPreset
* Update podpreset.yaml
2018-02-20 18:50:39 -08:00
Graeme Coupar
740bd4ebd2
Add community maintained elixir library ( #7454 )
2018-02-20 18:49:38 -08:00
Sean Dague
09156191b5
Add selector to glossary ( #7466 )
...
Part of issue #5993
2018-02-20 18:47:39 -08:00
Mohamed Mohamed
12dea3197f
Glossary definition for Dynamic Volume Provisioning is added. ( #7457 )
...
* Glossary definition for Dynamic Volume Provisioning is added.
Signed-off-by: Mohamed Mohamed <mmohamed@us.ibm.com >
* Edits for clarity
* removed the glossary tooltip that was causing the failure
Signed-off-by: Mohamed Mohamed <mmohamed@us.ibm.com >
* changed glossary tooltips
Signed-off-by: Mohamed Mohamed <mmohamed@us.ibm.com >
2018-02-20 15:27: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
Mohamed Mohamed
1b843b884b
Glossary definition for Storage Class is added. ( #7461 )
...
* Glossary definition for Storage Class is added.
Signed-off-by: Mohamed Mohamed <mmohamed@us.ibm.com >
* Edits for clarity
2018-02-20 14:08:39 -08:00
Mohamed Mohamed
8cbc3f294b
Glossary definition for Volume Plugin is added. ( #7460 )
...
* Glossary definition for Volume Plugin is added.
Signed-off-by: Mohamed Mohamed <mmohamed@us.ibm.com >
* Edits for clarity
2018-02-20 13:45:39 -08:00
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 0dc1bd525dc1ffd5def62f7988b9428a0914aa8d.
* 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