mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 01:01:12 +00:00
'until 1.10' is ambiguous, try to be more explicit
This commit is contained in:
@@ -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`)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user