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
Copy file name to clipboardExpand all lines: guides/deployments/podman.md
+44-41Lines changed: 44 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ containers specification. Podman is useful if you'd like an alternative to
11
11
[CVM workspaces](../../admin/workspace-management/cvms/index.md) or if your
12
12
Linux kernel doesn't support CVMs.
13
13
14
+
> Please be aware that there are
15
+
> [limitations related to running Podman in rootless mode](https://github.com/containers/podman/blob/main/rootless.md#shortcomings-of-rootless-podman).
16
+
14
17
1. Install `smarter-device-manager` and expose the FUSE device through it. To do
15
18
so, create a file called `smarter-device-manager.yaml` with the following
16
19
contents:
@@ -22,7 +25,7 @@ Linux kernel doesn't support CVMs.
22
25
name: smarter-device-manager
23
26
labels:
24
27
name: smarter-device-manager
25
-
28
+
26
29
---
27
30
apiVersion: v1
28
31
kind: ResourceQuota
@@ -34,11 +37,11 @@ Linux kernel doesn't support CVMs.
34
37
pods: 50
35
38
scopeSelector:
36
39
matchExpressions:
37
-
- operator: In
38
-
scopeName: PriorityClass
39
-
values:
40
-
- system-node-critical
41
-
- system-cluster-critical
40
+
- operator: In
41
+
scopeName: PriorityClass
42
+
values:
43
+
- system-node-critical
44
+
- system-cluster-critical
42
45
---
43
46
apiVersion: v1
44
47
kind: ConfigMap
@@ -47,9 +50,9 @@ Linux kernel doesn't support CVMs.
47
50
namespace: smarter-device-manager
48
51
data:
49
52
conf.yaml: |+
50
-
- devicematch: ^fuse$
51
-
nummaxdevices: 50
52
-
53
+
- devicematch: ^fuse$
54
+
nummaxdevices: 50
55
+
53
56
---
54
57
apiVersion: apps/v1
55
58
kind: DaemonSet
@@ -79,42 +82,42 @@ Linux kernel doesn't support CVMs.
0 commit comments