Tweaks to write K8s as proper noun (#12979)
* Expand k8s abbreviation * Capitalize K8s in table headerpull/12507/head
parent
910afbe9e5
commit
a8fed37937
|
@ -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 |
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue