Skip to content

Commit

Permalink
Merge pull request #2520 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2430-to-release-4.15

[release-4.15] OCPBUGS-42753: Set mount propagation to HostToContainer for /var/lib/kubelet
  • Loading branch information
openshift-merge-bot[bot] authored Nov 6, 2024
2 parents 11e9bd8 + c1b5eaf commit 7b8459d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindata/network/multus/multus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ spec:
# kubelet socket
- name: host-var-lib-kubelet
mountPath: /var/lib/kubelet
mountPropagation: HostToContainer
- name: hostroot
mountPath: /hostroot
mountPropagation: HostToContainer
Expand Down
1 change: 1 addition & 0 deletions bindata/network/ovn-kubernetes/managed/ovnkube-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ spec:
- mountPath: /var/lib/kubelet
name: host-kubelet
readOnly: true
mountPropagation: HostToContainer
{{ end }}
# for checking ovs-configuration service
- mountPath: /etc/systemd/system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ spec:
- mountPath: /var/lib/kubelet
name: host-kubelet
readOnly: true
mountPropagation: HostToContainer
{{ end }}
# for checking ovs-configuration service
- mountPath: /etc/systemd/system
Expand Down

0 comments on commit 7b8459d

Please sign in to comment.