* '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 service.md
`securityGroupName` is the required value when creating LoadBalancer type service in Azure.
I got the following error without `securityGroupName` value.
> Observed a panic: "invalid memory address or nil pointer dereference" (runtime error: invalid memory address or nil pointer dereference)
* Update service.md
- Original example (with <myservicename> replaced with my-svc) will result in the following error:
error: at least one tcp port specifier must be provided
- Use the same example in this section seems ideal
If you created the resource (on your local minikube) as instructed using:
kubectl create -f https://k8s.io/docs/concepts/cluster-administration/nginx-app.yaml
then, you probably want to delete it from your minikube, in that case, the correct command is the one proposed in this PR.
* Update docker-cli-to-kubectl.md
Edited the document for adherence to the style guide and word usage.
* Update docker-cli-to-kubectl.md
* Incorporated the changes suggested.
The original wording didn't through very well. As much of the original sentence has been preserved as possible, primarily to ensure the kompose web address is see both in text and as a href link.
* Update k8s201.md
Change instructions to download yams files directly from the website (as used in other pages.)
Added instructions to delete labeled pod to avoid warnings in the subsequent deployment step.
* Update k8s201.md
Added example of using the exposed host from the a node running Kubernetes. (This works on AWS with Weave; not able to test it on other variations...)
* 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.
* Correct spelling mistake
The whole file only appeared once
* Correct spell
Correct the word "resource" spell.
* Is "kube/.config" should be ".kube/config"
It seems that the file is ".kube/config"
* behaviour to behavior
* 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.