Commit Graph

6265 Commits (17323ce0774746e3621cc54650884c867d092c05)

Author SHA1 Message Date
Mike Wilson 5d9c2d35be Updating privileged container information (#7548)
* Updating privileged container information

We now use privileged containers by default on GPU-enabled nodes.

* Changes for consistency

Replaced worker with node.
2018-02-27 19:43:46 -08:00
Matt Braymer-Hayes 36d6fb25a0 Update pod.md (#7497)
Remove statements about the future, fix formatting.
2018-02-27 11:59:46 -08:00
Mike Wilson 8aaa23971e Update glossary page (#7547)
Changed some unit and charm names to match what we actually ship now.
2018-02-27 11:39:47 -08:00
Joseph Heck ff9990c87d
Merge pull request #7410 from mbert/master
HA guide for kubeadm:
2018-02-27 11:35:08 -08:00
Ronny López d807e5303d Update service.md (#7539) 2018-02-27 11:31:44 -08:00
siliangxifeng1988 d79f4d82cb Update statefulset.md (#7537) 2018-02-27 11:29:45 -08:00
AdamDang e8a60186a7 Fix a container->a Container (#7536) 2018-02-27 11:28:45 -08:00
Robert Morse a90eb022eb Getting Started Updates for SIG-Windows: take 2 (#7535)
* Pull out build instructions

* General clarifications and remove reference to merged kube-proxy PR

* Updates to sample yaml files, and clarification on host OS version (2016/latest vs 1709 tags)

* Reordering for clarity

* Add tag for Server 1709

* Addressing feedback

* Address feedback
2018-02-27 11:27:45 -08:00
Kay Yan 112a6e5928 fix-typo-in-daemonset (#7534) 2018-02-27 11:24:45 -08:00
Michelle Au 21926145fe Update docs with subpath limitation (#7533) 2018-02-27 11:21:45 -08:00
Mike Wilson ab1398e940 Update logging documentation (#7526)
Juju option has changed.
2018-02-27 11:17:47 -08:00
Mike Wilson 0e7df8d741 Updating docs for upgrades (#7525)
* Updating docs for upgrades

* removing latin

per https://kubernetes.io/docs/home/contribute/style-guide/#avoid-latin-phrases

* More latin
2018-02-27 11:16:46 -08:00
WanLinghao 01b2e27580 fix privileged description miss (#7515)
modified:   docs/concepts/policy/pod-security-policy.md
2018-02-27 11:15:46 -08:00
Weibin Lin 2fe0ffc2a8 Update bootstrap-tokens.md (#7543) 2018-02-27 11:10:46 -08:00
William Zhang 7e07a410b0 Fix the wrong link to pod-priority-preemption (#7545)
Signed-off-by: William Zhang <warmchang@outlook.com>
2018-02-27 11:07:45 -08:00
Mike Wilson 41dfa4241e Updating index (#7549)
Adding information to reflect that CDK tracks upstream and doesn't alter binaries.
2018-02-27 10:58:45 -08:00
Mike Wilson 8b916c38b4 Update validation (#7550)
Adding a line about e2e tests passing on a CDK cluster.
2018-02-27 10:57:46 -08:00
Mike Wilson 8ed888a765 Updated to reflect network offerings (#7530)
Juju now supports canal and flannel. Adding docs to indicate that.
2018-02-27 10:56:46 -08:00
Steve Perry f81f1c0591 In user-guide, in front matter, change approvers to reviewers. (#7444) 2018-02-27 10:54:45 -08:00
Steve Perry 45c3fe6ddc In Setup, in front matter, change approvers to reviewers. (#7443) 2018-02-27 10:53:45 -08:00
Aravind 06f94d3983 Debugging DNS has been moved to a separate article. (#7436)
* Separated
    Customizing DNS service
    Debugging DNS
 from https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/

* fixed a typo
2018-02-27 10:52:46 -08:00
Steve Perry 3121977ed9 In concepts, in front matter, change approvers to reviewers. (#7442) 2018-02-27 10:51:46 -08:00
Xiaodong Zhang 5401750219 Bump up deployment version in concepts/overview/object-management-kubectl folder (#7327) 2018-02-27 09:51:46 -08:00
Alejandra Bustos 46d4998e3e Add JavaScript client for Kubernetes (#7529) 2018-02-26 19:08:46 -08:00
Kris Nova 2c5ace18e9 Fixing the space in volumes docs (#7532) 2018-02-26 19:06:45 -08:00
Weibin Lin 527911530d Remove the deprecated '--configure-cbr0=' (#7518) 2018-02-26 13:37:44 -08:00
Alex Glikson 1f72c7a1b8 Fixed cross-node preemption example (#7150)
* Fixed cross-node preemption example

The constraint between P and Q should be pod affinity rather than anti-affinity in order to the example to be correct.
Fixes #7149

* Fixed example to emphasize Zone namespace in pod anti-affinity
2018-02-26 10:47:44 -08:00
grodrigues3 7d85f99953 Rebuild the community docs (#7498)
* rebuild and update community imported docs

* redundant page titles

* Redundant page title removed
2018-02-26 09:14:43 -08:00
Sean Dague 1458363f5a Change glossary to sort_natural (#7523)
The default sort in liquid is ASCIIbetical, but there is a built in
sort_natural that allows you to sort things in human sensible
ways. This updates the glossary list to use sort_natural instead.

Fixes issue #7491
2018-02-26 08:15:43 -08:00
Weibin Lin e0ca08771e Update scratch.md (#7516) 2018-02-26 07:49:43 -08:00
Paweł Prażak 0955d6be90 kubectl/cheatsheet - add command for sorting events (#7519)
- add a command to "List Events sorted by timestamp"

workaround for #29838
2018-02-26 07:45:44 -08:00
Logan Rakai 75aeaa3ddb Update networking.md to avoid the use of "we" (#7514)
Proposed changes to avoid style guide antipattern https://kubernetes.io/docs/home/contribute/style-guide/#avoid-using-we
2018-02-25 20:25:42 -08:00
Mike 213b87adc0 * Changed range syntax to use paren to indicate range {0..N-1}. (#7509)
* * Changed range syntax to use paren to indicate range {0..N-1}.

Fixed #7507

* Updated wording per feedback from @enisoc.
2018-02-25 12:39:44 -08:00
Markus Banfi 01098a1d42 Fix reference to Python client library (#7504) (#7505)
* Fix reference to Python client library (#7504)

* fixup! Fix reference to Python client library (#7504)
2018-02-25 08:14:43 -08:00
Philippe Pepiot 0c0e2c636d pull image private: fix example variable name (#7510)
In the docs the secret is called regcred instead of regsecret
2018-02-24 14:14:44 -08:00
Martin Mosegaard Amdisen 4e248ae8f4 Update kubeadm-upgrade.md (#7335)
Added link to 1.9 upgrades. 

I am uncertain about the right document for `1.8.x` to `1.8.y` upgrades, as both these documents state that is their purpose:
- https://kubernetes.io/docs/tasks/administer-cluster/kubeadm-upgrade-1-8/
- https://kubernetes.io/docs/tasks/administer-cluster/kubeadm-upgrade-1-9/
So I have left the link for that scenario as it is.
2018-02-24 13:18:44 -08:00
Joseph Herlant a49701cf4b Fix explanation about eviction threshold (#7311) 2018-02-24 13:17:45 -08:00
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
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
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
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
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
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
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
Joseph Heck ef6c7d8517 Versioning howto (#7400)
* whitespace cleanup

* adding word list since it keeps appearing in reviews...

* initial draft based on feb13,2018 docs meeting conversation

* nits
2018-02-13 16:39:51 -08:00
Joanne Yeung c5a897c94e Add instructions to remove docker images; fixes #6874 (#7264)
* Add instructions to remove docker images; fixes #6874

On cleanup of Minikube, adds instructions to optionally remove Docker images created in tutorial setup

* update wording of instructions to include flag

Updates the wording to explicitly match the shell command and flags used.
2018-02-13 16:27:49 -08:00
Micah Hausler cd2b03e4bc Documented AWS ELB annotations (#6692) 2018-02-13 16:11:07 -08:00
Matt Kelly 568fe107ec Clarify that names section of ca-csr.json is optional (#7392) 2018-02-13 12:37:50 -08:00
Weibin Lin 6879636b77 Update pick-right-solution.md (#7220) 2018-02-13 11:42:50 -08:00
Steve Perry d18e363e89 Increase min version, because YAML has been changed to apps/v1. (#7385) 2018-02-13 10:23:50 -08:00
Martin Mosegaard Amdisen 8c196439e9 Update kubeadm-upgrade-1-8.md (#7337)
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-13 01:10:50 -08:00
Vikram Hosakote 5283227603 Add doc about opening k8s dashboard in Minikube tutorial (#7375)
* Added doc about Minukube dashboard

* Addressed review comment
2018-02-12 22:31:49 -08:00
Bin Liu 8a1aa53c9c Remove redundant description and add .note css to note section for readability (#7334) 2018-02-12 19:54:49 -08:00
Zach Corleissen 6f19c7aa7c Small fixes to localization docs (#7383) 2018-02-12 18:19:49 -08:00
Steve Perry c46425d76c Add info about patch strategy. (#7286) 2018-02-12 18:14:50 -08:00
Brendan Burns b8e20f8ef4 Update cluster management with Azure docs. (#7263)
* Update cluster management with Azure docs.

* Update cluster-management.md
2018-02-12 18:00:50 -08:00
Matt Braymer-Hayes 4ff984479a Update running-cloud-controller.md (#7285)
Update version number and clarify language.
2018-02-12 15:48:50 -08:00
Jiuyuan Huang a3904eb11d Update disruptions.md (#7097)
* Update disruptions.md

* updating the language in this segment 

broader change than the typo fix originally proposed
2018-02-12 15:42:49 -08:00
Peter Lee 6eaceb0043 Fix yaml example problem (#7121)
Fix yaml example problem of `authentication.md`
2018-02-12 15:39:51 -08:00
Joseph Heck 186205d8ad
Merge pull request #7079 from ourcolorfuldays/fix3
Make more precisely
2018-02-12 15:36:47 -08:00
Ilya Dmitrichenko 23d20e3102 Remove Fedora guide with deprecated Ansible playbook (#7300)
The playbook in contrib/ansible had been deprecated, but somehow
this reference lived on, this should be covered by the Kubespray
project now.
2018-02-12 15:31:50 -08:00
juimonen 1fd07dd1e8 fix grammar in docker networking description (#7295) 2018-02-12 15:29:49 -08:00
Vikram Hosakote 69aa6bb780 Add doc about docker daemon in minikube tutorial (#7373)
* Added doc about docker daemon

* Addressed review comment

* adding on explanatory language for the command
2018-02-12 14:59:52 -08:00
Carlos Gonzales 8eb5addaf0 Update on install-kubectl.md (#6954)
* Update on install-kubectl.md

Added more info on the reason people may get "the connection to the server was refused error". It will help newbies understand the kubectl is a client that connects to a cluster. Hence, a Kubernetes cluster such as a minikube tool will be needed to verify that kubectl is functioning correctly.

* updating wording to remove redundancy
2018-02-12 14:56:50 -08:00
ismail BASKIN 801fd2e852 Fix kubermatic link (#7380) 2018-02-12 14:46:49 -08:00
Jakub Nowakowski fa49536a36 Updates to Component Overview (#7208)
* Updates to Component Overview

* Changed VMs to machines -- it can be both VM or physical machine.
* Separated Addons from Master section, since it depends on an addon if it's components are executed on Master or Node.

* Fix ID of Kubelet glossary

* Removed fluentd and supervisord

These are not necessary to mention here in the overview.
* fluentd is one of Cluster-level Logging solutions briefly described in Addons Section
* supervisord is not required to be run on the Node

* Requested change - remove Addons manager reference

* After review updates

* Updated the Addons page reference
2018-02-12 14:42:49 -08:00
Martin Mosegaard Amdisen 89f0769650 Update security-context.md (#7366)
* Update security-context.md

The old link to `PodSecurityContext` was 404. Found another one by starting from a `Pod` in the API Reference. Hope it is the appropriate one.

* Fix broken link to SecurityContext
2018-02-12 14:05:50 -08:00
Nicolas BOURON 8c3094c26f Update nodes.md (#7353)
Link "services" updated in "Management" section
2018-02-12 13:11:49 -08:00
Martin Mosegaard Amdisen 4a62e21cad Update securing-a-cluster.md (#7367)
Remove extra word.
2018-02-12 11:25:49 -08:00
Matt Braymer-Hayes 0b0e5d94aa Clean up grammar and fix inconsistencies. (#7316) 2018-02-12 10:55:49 -08:00
Ilya Dmitrichenko 36de07587b Remove outdated rkt guide (#7376) 2018-02-12 08:33:49 -08:00
zhangmingld ac2f3cdc51 fix reconfigure-kubelet doc err (#7377) 2018-02-12 07:11:48 -08:00
Martin Mosegaard Amdisen 883934fe7d Update upgrades.md (#7333)
* Update upgrades.md

Changed "Node:" to "Note:" because it was a note :)
Also a few minor changes for clarification.

* Revert flannel sentence
2018-02-12 07:06:48 -08:00
Brian Grant f3cbfa347a Update, simplify, reorganize, and reformat "what is kubernetes". (#7349) 2018-02-10 11:23:51 -08:00
Xiaodong Zhang a61c54dc26 Remove useless file (#7330) 2018-02-09 18:47:52 -08:00
Xiaodong Zhang 3d63f3fd9c Remove useless file and bump up Deployment version in user-guide folder (#7318) 2018-02-09 18:45:51 -08:00
Xiaodong Zhang bd5743f427 Bump up Deployment version and delete useless file (#7320) 2018-02-09 18:44:51 -08:00
Xiaodong Zhang e5de92a9b3 Remove useless file (#7321) 2018-02-09 18:42:51 -08:00
Jianfeng Li 253ad5b397 fix some repeat problem (#7294) 2018-02-09 14:11:52 -08:00
Kay Yan 9bc8ca42fd fix-a-typo-in-kubernetes-components (#7331) 2018-02-09 14:10:52 -08:00
Martin Mosegaard Amdisen f09d3b2753 Update kubernetes-objects.md (#7339)
Add missing word
2018-02-09 14:09:52 -08:00
Xiaodong Zhang 62d07eeb9b Bump up deployment version in concepts/configuration folder (#7328) 2018-02-09 14:06:54 -08:00
Xiaodong Zhang f462345de2 Bump up deployment version in concepts/services-networking folder (#7326) 2018-02-09 13:57:53 -08:00
Xiaodong Zhang e70e97d8e1 Bump up tasks/administer-cluster folder (#7323) 2018-02-09 13:53:52 -08:00
Xiaodong Zhang af9caa0035 Bump up deployment version in tasks/debug-application-cluster folder (#7322) 2018-02-09 13:49:52 -08:00
Xiaodong Zhang 29a67258e4 Bump up deployment version in user-guide/nginx folder (#7319) 2018-02-09 13:27:51 -08:00
Joseph Heck 2c861da479 converting the leaf ONWER files to reviewers (#7291)
resolves #7289

specifically, if the individuals listed in these leaf-node OWNERS
files issue an `/lgtm` comment on documents, it will no longer be taken
as an approver lgtm override that will merge the documents. This
preserves them in being chosen for reviews to the documents, and still
supports them using `/lgtm` to indicate technical accuracy.
2018-02-08 21:09:52 -08:00
Steve Perry a711bd8268 Remove obsolete reference files. (#7315) 2018-02-08 19:22:52 -08:00
Tim Allclair (St. Clair) d61f235fd6 Fix PSP example command (#7309) 2018-02-08 17:44:51 -08:00
Joseph Herlant e07add216a Fix minor typo (#7310) 2018-02-08 15:52:51 -08:00
Joseph Herlant cef6e06697 Fix minor typos and misspells detected using misspell (#7313) 2018-02-08 15:48:52 -08:00
Matt Kelly 24caa1a9af kubeadm HA guide: fix indentation and use EOF instead of EOL (#7249)
* Use EOF instead of EOL in HA guide

This is for consistency with the rest of the docs.

* Change indentation from 4 to 3 spaces

The number of spaces in indentation is expected to be divisible by 3.
By having 4 spaces, an extra space was added to the beginning of all
shell code sections, causing issues for heredoc interpretation on
copy/paste.
2018-02-08 12:07:47 -08:00