Skip to content

Commit

Permalink
Serialize image pulls by default on CP
Browse files Browse the repository at this point in the history
  • Loading branch information
yankcrime committed Nov 27, 2024
1 parent c28e15b commit 9193c20
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ spec:
name: {{ "'{{ local_hostname }}'" }}
kubeletExtraArgs:
cloud-provider: external
serialize-image-pulls: true
node-labels: {{- include "openstack.nodelabels.control-plane" . | nindent 12 }}
taints:
{{- include "openstack.taints.control-plane" . | nindent 8 }}
Expand All @@ -34,6 +35,7 @@ spec:
name: {{ "'{{ local_hostname }}'" }}
kubeletExtraArgs:
cloud-provider: external
serialize-image-pulls: true
node-labels: {{- include "openstack.nodelabels.control-plane" . | nindent 12 }}
taints:
{{- include "openstack.taints.control-plane" . | nindent 8 }}
Expand Down

0 comments on commit 9193c20

Please sign in to comment.