'until 1.10' is ambiguous, try to be more explicit

This commit is contained in:
Jerome Petazzoni
2018-07-16 18:25:30 -05:00
parent 065371fa99
commit 76d9adadf5
2 changed files with 2 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ Yes!
- We can see the full list by running `kubectl api-resources`
(Up until Kubernetes 1.10, the command to list API resources was `kubectl get`)
(In Kubernetes 1.10 and prior, the command to list API resources was `kubectl get`)
---

View File

@@ -85,7 +85,7 @@
- We can list all available resource types by running `kubectl api-resources`
<br/>
(up to Kubernetes 1.10, this command used to be `kubectl get`)
(In Kubernetes 1.10 and prior, this command used to be `kubectl get`)
- We can view details about a resource with:
```bash