Skip to content

Commit

Permalink
fix: enable rootfs propagation for stargz-snapshotter
Browse files Browse the repository at this point in the history
See siderolabs/talos#7953

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Nov 13, 2023
1 parent 8eb47b1 commit 5914368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion container-runtime/stargz-snapshotter/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ metadata:
This system extension provides Stargz Snapshotter using containerd's runtime handler.
compatibility:
talos:
version: ">= v1.0.0"
version: ">= v1.6.0"
2 changes: 2 additions & 0 deletions container-runtime/stargz-snapshotter/stargz-snapshotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ container:
args:
- --address=/var/run/containerd-stargz-grpc/containerd-stargz-grpc.sock
- --log-level=debug
security:
rootfsPropagation: shared
mounts:
- source: /etc/ssl
destination: /etc/ssl
Expand Down

0 comments on commit 5914368

Please sign in to comment.