Tweaks to write K8s as proper noun (#12979)

* Expand k8s abbreviation

* Capitalize K8s in table header
pull/12507/head
Tim Bannister 2019-03-07 23:48:06 +00:00 committed by Kubernetes Prow Robot
parent 910afbe9e5
commit a8fed37937
2 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@ Service Configuration file.
### Feature availability
| k8s version | Feature support |
| K8s version | Feature support |
| :---------: |:-----------:|
| 1.7+ | Supports the full API fields |
| 1.5 - 1.6 | Supports Beta Annotations |

View File

@ -52,7 +52,7 @@ now maintained. Consequently, the federation release information is available on
[release page](https://github.com/kubernetes/federation/releases).
{{< /note >}}
### For k8s versions 1.8.x and earlier:
### For Kubernetes versions 1.8.x and earlier:
```shell
curl -LO https://storage.googleapis.com/kubernetes-release/release/${RELEASE-VERSION}/kubernetes-client-linux-amd64.tar.gz
@ -70,7 +70,7 @@ sudo cp kubernetes/client/bin/kubefed /usr/local/bin
sudo chmod +x /usr/local/bin/kubefed
```
### For k8s versions 1.9.x and above:
### For Kubernetes versions 1.9.x and above:
```shell
curl -LO https://storage.cloud.google.com/kubernetes-federation-release/release/${RELEASE-VERSION}/federation-client-linux-amd64.tar.gz