Skip to content

Commit 7c0a784

Browse files
committed
fix(k3s): move stargz config to all nodes
Instead of just master nodes.
1 parent de22314 commit 7c0a784

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metal/roles/k3s/templates/config.yaml.j2

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ token-file: {{ k3s_token_file }}
77
{% if 'masters' in group_names %}
88
{{ k3s_server_config | to_nice_yaml }}
99
{% endif %}
10+
snapshotter: stargz

0 commit comments

Comments
 (0)