Skip to content

Commit 8ae8334

Browse files
committed
Set /sys mount of kubelet as read-write
1 parent d7f5cf5 commit 8ae8334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op/k8s/kubelet_boot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ func KubeletServiceParams(n *cke.Node, params cke.KubeletParams) cke.ServicePara
438438
{
439439
Source: "/sys",
440440
Destination: "/sys",
441-
ReadOnly: true,
441+
ReadOnly: false,
442442
Propagation: "",
443443
Label: "",
444444
},

0 commit comments

Comments
 (0)