change minion-group to node-pool (#14976)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
31fce9bee1
commit
efe2d0fd99
@@ -212,10 +212,10 @@ You can check node capacities and amounts allocated with the
|
||||
`kubectl describe nodes` command. For example:
|
||||
|
||||
```shell
|
||||
kubectl describe nodes e2e-test-minion-group-4lw4
|
||||
kubectl describe nodes e2e-test-node-pool-4lw4
|
||||
```
|
||||
```
|
||||
Name: e2e-test-minion-group-4lw4
|
||||
Name: e2e-test-node-pool-4lw4
|
||||
[ ... lines removed for clarity ...]
|
||||
Capacity:
|
||||
cpu: 2
|
||||
|
||||
Reference in New Issue
Block a user