Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some spelling #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/spaces/spaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<FragmentSpaceDiagramNamespace/>

Expand Down