Merge pull request #24478 from sftim/20201010_remove_future_statement_namespaces

Remove statement about future of namespaces
This commit is contained in:
Kubernetes Prow Robot
2020-10-12 17:01:22 -07:00
committed by GitHub
@@ -28,9 +28,6 @@ resource can only be in one namespace.
Namespaces are a way to divide cluster resources between multiple users (via [resource quota](/docs/concepts/policy/resource-quotas/)).
In future versions of Kubernetes, objects in the same namespace will have the same
access control policies by default.
It is not necessary to use multiple namespaces just to separate slightly different
resources, such as different versions of the same software: use
[labels](/docs/concepts/overview/working-with-objects/labels) to distinguish