Skip to content

Commit de47e9e

Browse files
committed
Remove default mounts for orchestrators
Make k8s and nomad more similar to k3s Signed-off-by: Anders F Björklund <[email protected]>
1 parent 151778c commit de47e9e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

examples/k8s.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ images:
1717
arch: "x86_64"
1818
- location: "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img"
1919
arch: "aarch64"
20-
mounts:
21-
- location: "~"
22-
writable: false
23-
- location: "/tmp/lima"
24-
writable: true
20+
# Mounts are disabled in this example, but can be enabled optionally.
21+
mounts: []
2522
containerd:
2623
system: true
2724
user: false

examples/nomad.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ images:
1515
arch: "x86_64"
1616
- location: "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img"
1717
arch: "aarch64"
18-
mounts:
19-
- location: "~"
20-
writable: false
21-
- location: "/tmp/lima"
22-
writable: true
18+
# Mounts are disabled in this example, but can be enabled optionally.
19+
mounts: []
2320
containerd:
2421
system: true
2522
user: false

0 commit comments

Comments
 (0)