mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #88687 from tamalsaha/patch-1
Remove --include-uninitialized flag documentation
This commit is contained in:
commit
1416f3daf8
@ -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
Block a user