namespace source link updated

This commit is contained in:
hardikshah197 2021-05-25 16:46:19 +05:30
parent d763553fc3
commit d54878ec75
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ A namespace can be in one of two phases:
* `Active` the namespace is in use
* `Terminating` the namespace is being deleted, and can not be used for new objects
See the [design doc](https://git.k8s.io/community/contributors/design-proposals/architecture/namespaces.md#phases) for more details.
See the [design doc](https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/namespace-v1/#NamespaceStatus) for more details.
## Creating a new namespace