* 'master' of git://github.com/kubernetes/website: (222 commits)
Add temporary owners for 1.13 release (#11453)
fix Minikube 404 error. (#11461)
Resolve conflicts against dev-1.13 for /ko contents (#11439)
replace `run` with `create deployment` (#11392)
Updated list all pods with -o wide comment (#11394)
fix broken link for KubeletConfiguration (#11423)
Update on pod-priority-preemption.md (#11418)
Add guidelines for working with localized content (#11415)
Update what-is-kubernetes.md (#11399)
Remove redundant close tags and little bit formatting (#11389)
Add SysEleven MetaKube as hosted solution (#11393)
Add rui to sig-docs-zh team (#11391)
fix Improper translation (#11384)
Add pigletfly(WangBing) as a sig-docs-zh-reviewer (#11370)
update link to CloudProvider Interface (#11228)
Fix the "my-scheduler-as-kube-scheduler" ClusterRoleBinding. (#11112)
fix non-existing "CloudProvider Interface" link (#10953)
Updated ingress.md (#11213)
Further updates to TLS Bootstrapping (#11258)
Updated 'exec' description (#11365)
...
In this Document Encrypting Secret data at REST, the example to verify
decrypt secret is bit confusing, on running
$ kubectl describe secret secret1 -n default
"should match mykey: mydata" never match because data is enoded,
This commit redirects it to decoding the secret
The current YAML doesn't work since hugepages requires you to include memory and/or CPU limits as well, or you get the error: "HugePages require cpu or memory".
* update documentation on CoreDNS
* Update dns-custom-nameservers.md
Fixed nit noted in comments and cleaned up a few more things while I was in there. This whole topic needs a complete redo, but this PR is an iterative improvment. Thanks!
The first step of [1], kubeadm is necessary to be upgraded because we
need to run kubeadm upgrade plan. Then, the line shows `upgrade kubeadm:`.
However, the commandline contains kubelet also. That seens copy&paste
mistake and unnecessary. This removes it.
In addition, the format of another tab is broken. This fixes it also by
naming another tab.
[1]: https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade-1-12/#upgrade-the-control-plane
We receive a lot of customer queries around HPA not communicating with metrics-server where the core issue is that metrics-server is not installed. Feedback has been that this wasn't explicitly clear, suggesting this change in wording to assist.
* Code style not working on kubernetes.io
Code style based on tab works on github markdown, but it is not working on kubernetes.io. In addition to that, `<your-pv-name>` argument on line 50 is hidden on kubernetes.io, because it is being processed as a HTML tag.
* Update change-pv-reclaim-policy.md
Indentation fix
Language of the code specified
* fix spelling errors in content/en/docs/concepts/containers/
Signed-off-by: William Zhang <warmchang@outlook.com>
* fix spelling errors in HPA, StatefulSet, SA
Signed-off-by: William Zhang <warmchang@outlook.com>
* Updated the numbering of instructions
All of the instructions were numbered like this:
1. do something
1. then do this
1. finally, do this.
I just changed them accordingly to be 1-2-3. There was also a case typo in the `LOG_LEVEL=info` which should be `LOG_LEVEL=INFO` based on the data in the yaml file.
* Update numbered list formatting
* [WIP] test snippet fix
* more numbered list/snippet fixes
Missing the `data` label in configmap spec. Attempting to create the file as is results in:
```
error: error validating "STDIN": error validating data: ValidationError(ConfigMap): unknown field "Corefile" in io.k8s.api.core.v1.ConfigMap; if you choose to ignore these errors, turn validation off with --validate=false
```