Skip to content

Commit

Permalink
Merge pull request #2368 from arghosh93/OCPBUGS-30950
Browse files Browse the repository at this point in the history
OCPBUGS-30950: Set mount propagation to HostToContainer for /var/lib/kubelet
  • Loading branch information
openshift-merge-bot[bot] committed Jul 4, 2024
2 parents 33070b5 + 731aa4e commit cef4af3
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 @@ -284,6 +284,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 @@ -440,6 +440,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 @@ -549,6 +549,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 cef4af3

Please sign in to comment.