You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/blobplugin/main.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ var (
54
54
kubeAPIQPS=flag.Float64("kube-api-qps", 25.0, "QPS to use while communicating with the kubernetes apiserver.")
55
55
kubeAPIBurst=flag.Int("kube-api-burst", 50, "Burst to use while communicating with the kubernetes apiserver.")
56
56
appendMountErrorHelpLink=flag.Bool("append-mount-error-help-link", true, "Whether to include a link for help with mount errors when a mount error occurs.")
57
-
enableAznfsMount=flag.Bool("enable-aznfs-mount", true, "replace nfs mount with aznfs mount")
57
+
enableAznfsMount=flag.Bool("enable-aznfs-mount", false, "replace nfs mount with aznfs mount")
0 commit comments