diff --git a/content/en/docs/concepts/overview/working-with-objects/namespaces.md b/content/en/docs/concepts/overview/working-with-objects/namespaces.md index 4a3e2761f78d1..d928f91e5219b 100644 --- a/content/en/docs/concepts/overview/working-with-objects/namespaces.md +++ b/content/en/docs/concepts/overview/working-with-objects/namespaces.md @@ -101,16 +101,6 @@ in some namespaces. However namespace resources are not themselves in a namespa And low-level resources, such as [nodes](/docs/admin/node) and persistentVolumes, are not in any namespace. -To see which Kubernetes resources are and aren't in a namespace: - -```shell -# In a namespace -kubectl api-resources --namespaced=true - -# Not in a namespace -kubectl api-resources --namespaced=false -``` - {{% /capture %}} {{% capture whatsnext %}}