Skip to content

Commit

Permalink
Merge "Update kubelet system overrides on unlock"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Oct 12, 2023
2 parents 82ca22f + f426f5c commit 57bd4e0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions puppet-manifests/src/modules/platform/manifests/kubernetes.pp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,15 @@
mode => '0644',
}

# Add kubelet service override
file { '/etc/systemd/system/kubelet.service.d/kube-stx-override.conf':
ensure => file,
content => template('platform/kube-stx-override.conf.erb'),
owner => 'root',
group => 'root',
mode => '0644',
}

if ($::personality == 'controller') {
# Cron job to cleanup stale CNI cache files that are more than
# 1 day old and are not associated with any currently running pod.
Expand Down

0 comments on commit 57bd4e0

Please sign in to comment.