Skip to content

Commit

Permalink
Merge pull request #775 from cybozu-go/backport-773
Browse files Browse the repository at this point in the history
Set /sys mount of kubelet as read-write(backport of #773)
  • Loading branch information
YZ775 authored Nov 28, 2024
2 parents d7f5cf5 + 8ae8334 commit 2f86181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op/k8s/kubelet_boot.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ func KubeletServiceParams(n *cke.Node, params cke.KubeletParams) cke.ServicePara
{
Source: "/sys",
Destination: "/sys",
ReadOnly: true,
ReadOnly: false,
Propagation: "",
Label: "",
},
Expand Down

0 comments on commit 2f86181

Please sign in to comment.