You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(doc-1410): fix vale warnings in platform/administer/ batch 1
- Remove "Please" from quotas.mdx admonition (Loft.exclude-please)
- Remove backticks from VirtualClusterTemplate, AppTemplate, SpaceTemplate
in prose and table in templates/overview.mdx (Loft.kubernetes-api-kinds)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: platform/administer/templates/overview.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ import NavStep from "@site/src/components/NavStep";
14
14
15
15
# Templates overview
16
16
17
-
Templates define reusable configurations for creating tenant clusters, applications, and namespaces. They allow platform teams to standardize resource provisioning while giving users a controlled way to customize certain settings. Templates are implemented using Kubernetes custom resources (`VirtualClusterTemplate`, `AppTemplate`, and `SpaceTemplate`) and can be managed with tools such as `kubectl`, Helm, or ArgoCD.
17
+
Templates define reusable configurations for creating tenant clusters, applications, and namespaces. They allow platform teams to standardize resource provisioning while giving users a controlled way to customize certain settings. Templates are implemented using Kubernetes custom resources (VirtualClusterTemplate, AppTemplate, and SpaceTemplate) and can be managed with tools such as `kubectl`, Helm, or ArgoCD.
18
18
19
19
Each template type serves a specific purpose. Tenant cluster templates define the base configuration for tenant clusters, including the Kubernetes version, control plane, networking, storage settings, and sync behavior. App templates provide reusable application configurations using Helm charts or Kubernetes manifests. Namespace templates predefine configurations for new namespaces, including role-based access control, resource quotas, and labels.
20
20
@@ -33,9 +33,9 @@ vCluster Platform includes templates for tenant clusters, applications, and name
33
33
34
34
| Template type | Custom resource | Purpose | Common Use Cases |
| Tenant cluster |`VirtualClusterTemplate`| Specifies how tenant clusters are provisioned, including control plane settings, synchronization behavior, and metadata. | Provision tenant clusters with consistent architecture, features, and default settings. |
37
-
| App |`AppTemplate`| Defines reusable application configurations, such as Helm charts or Kubernetes manifests . | Deploy standard applications across projects or spaces using consistent settings. |
38
-
| Namespace |`SpaceTemplate`| Predefines configurations for new namespaces, including role-based access control, resource quotas, and labels. | Automatically apply baseline policies when a namespace is created. |
36
+
| Tenant cluster | VirtualClusterTemplate | Specifies how tenant clusters are provisioned, including control plane settings, synchronization behavior, and metadata. | Provision tenant clusters with consistent architecture, features, and default settings. |
37
+
| App | AppTemplate | Defines reusable application configurations, such as Helm charts or Kubernetes manifests . | Deploy standard applications across projects or spaces using consistent settings. |
38
+
| Namespace | SpaceTemplate | Predefines configurations for new namespaces, including role-based access control, resource quotas, and labels. | Automatically apply baseline policies when a namespace is created. |
0 commit comments