Skip to content

Commit

Permalink
Merge pull request #773 from cybozu-go/disable-read-only
Browse files Browse the repository at this point in the history
Set /sys mount of  kubelet as read-write
  • Loading branch information
YZ775 authored Nov 28, 2024
2 parents 60967a0 + b95baab commit 5de0283
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 5de0283

Please sign in to comment.