From 894988957564a4cee3093e382cb315ee04675770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Kleppe-J=C3=B8rgensen?= Date: Wed, 13 Apr 2022 13:40:09 +0200 Subject: [PATCH] Fix some spelling --- docs/pages/spaces/spaces.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.