diff --git a/docs/pages/spaces/spaces.mdx b/docs/pages/spaces/spaces.mdx index a06207fe..b6b477ef 100644 --- a/docs/pages/spaces/spaces.mdx +++ b/docs/pages/spaces/spaces.mdx @@ -19,7 +19,7 @@ import FragmentSpaceListUI from '../fragments/space/list-ui.mdx' import FragmentSpaceListCLI from '../fragments/space/list-cli.mdx' import FragmentSpaceListKubectl from '../fragments/space/list-kubectl.mdx' -Spaces are virtual resources that represent regular Kubernetes namespaces. Typically, non-admin users to not have the permission to list, create or delete namespaces in a shared Kubernetes clusters. That's why Loft adds the space resource to Kubernetes. Spaces are not stored in etcd but rather abstract from regular namespaces. Deleting a space will effectively delete the underlying namespace, for example. In turn, any labels and annotations set on a namespace will show up on the corresponding space as well. +Spaces are virtual resources that represent regular Kubernetes namespaces. Typically, non-admin users do not have the permission to list, create or delete namespaces in a shared Kubernetes cluster. That's why Loft adds the space resource to Kubernetes. Spaces are not stored in etcd but rather abstract from regular namespaces. Deleting a space will effectively delete the underlying namespace, for example. In turn, any labels and annotations set on a namespace will show up on the corresponding space as well.