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
Edit `src/content/docs/index.mdx` to see this page change.
21
+
<Cardtitle="Create a workspace"icon="pencil">
22
+
Create workspaces to connect local or remote Kubernetes clusters and install modules to them. You can hibernate workspaces to sleep or resume the modules installed in them.
23
+
```yaml
24
+
apiVersion: batch.environment.sh/v1
25
+
kind: Workspace
26
+
metadata:
27
+
name: default
28
+
namespace: default
29
+
30
+
spec:
31
+
type: kubernetes
32
+
connection:
33
+
type: in-cluster
34
+
autoHibernation:
35
+
enabled: true
36
+
schedule: "0 42 18 * * *"
37
+
wakeSchedule: "0 42 19 * * *"
38
+
```
22
39
</Card>
23
-
<Cardtitle="Add new content"icon="add-document">
24
-
Add Markdown or MDX files to `src/content/docs` to create new pages.
40
+
<Card title="Install a module" icon="add-document">
41
+
Manage your environments via pre-defined and configurable modules.
0 commit comments