Skip to content

Commit

Permalink
chore: update talos configs
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 23, 2025
1 parent 8b13e6e commit 7be77d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion kubernetes/main/bootstrap/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ patches:
- |
machine:
files:
- op: create
- # Spegel
op: create
path: /etc/cri/conf.d/20-customization.part
content: |
[plugins."io.containerd.cri.v1.images"]
Expand Down
17 changes: 9 additions & 8 deletions kubernetes/utility/bootstrap/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ nodes:

patches:
# Configure containerd
- |
machine:
files:
- op: create
path: /etc/cri/conf.d/20-customization.part
content: |
[plugins."io.containerd.cri.v1.images"]
discard_unpacked_layers = false
# - |
# machine:
# files:
# - # Spegel
# op: create
# path: /etc/cri/conf.d/20-customization.part
# content: |
# [plugins."io.containerd.cri.v1.images"]
# discard_unpacked_layers = false

# Configure NFS Mounts
- |
Expand Down

0 comments on commit 7be77d2

Please sign in to comment.