* 'master' of https://github.com/kubernetes/website: (549 commits)
Update service.md (#7810)
Prune inactive maintainers (#7830)
add Amadeus to index page and add feature image (#7827)
Update conventions.md (#7668)
Adding Tenxcloud as KCSP and Hedvig typo (#7826)
Update outdated documentation about secret key validation. (#7675)
Update imperative-command.md (#7699)
Update manage-deployment.md (#7774)
Add the OCI runtime description. (#7769)
fix flag (#7814)
fix flag (#7813)
Add files via upload (#7816)
Remove CoreOS guide that use Kubernetes v0.15.0 (#7821)
"Nagions" should be "Nagios“ (#7762)
Update docker-cli-to-kubectl.md (#7748)
adjust a note format (#7812)
add a note when mount a configmap to pod (#7745)
Make using sysctls a task instead of a concept (#6808)
Partners page updates (#7802)
Fix a missing word in endpoint reconciler section (#7804)
...
* Update downward-api-volume-expose-pod-information.md
The pod spec puts the downward api files into /etc/podinfo, not directly in /etc. Updated docs to reflect this fact.
* Update downward-api-volume-expose-pod-information.md
One more spot needed fixing.
* Update downward-api-volume-expose-pod-information.md
Yet another fix, in the container example.
* Guide for upgrading kubeadm HA clusters.
* kubeadm HA upgrade guide: text changes from code review.
* Guide for upgrading kubeadm HA clusters: proposed changes after second round of code review.
- Moved details of recent releases (1.8 and onward) to the top
- added missing "with" in "compatible with the Kubernetes Container Runtime Interface (CRI)"
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.
* Update Service Catalog docs to meet style guidelines
* Address stevepe's comments
* Remove full-links to cluster operator and application developer in glossary
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
* 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
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