Remove --include-uninitialized flag documentation
This flag does not exist anymore. Kubernetes-commit: a18c502c5324bec2b633bf1a9efe4f2d0af97929
This commit is contained in:
parent
1a59cf5e7d
commit
7186ad696c
|
|
@ -149,20 +149,6 @@ Get and Describe can accept **multiple Resource types and names**.
|
||||||
kubectl get rc/web service/frontend pods/web-pod-13je7
|
kubectl get rc/web service/frontend pods/web-pod-13je7
|
||||||
```
|
```
|
||||||
|
|
||||||
{% endmethod %}
|
|
||||||
|
|
||||||
{% method %}
|
|
||||||
## Uninitialized
|
|
||||||
|
|
||||||
Kubernetes **Resources may be hidden until they have gone through an initialization process**.
|
|
||||||
These Resources can be view with the `--include-uninitialized` flag.
|
|
||||||
|
|
||||||
{% sample lang="yaml" %}
|
|
||||||
|
|
||||||
```bash
|
|
||||||
kubectl get deployments --include-uninitialized
|
|
||||||
```
|
|
||||||
|
|
||||||
{% endmethod %}
|
{% endmethod %}
|
||||||
|
|
||||||
{% method %}
|
{% method %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue