Skip to content

Commit 4e0a5b5

Browse files
authored
Merge pull request #1011 from k8s-infra-cherrypick-robot/cherry-pick-1010-to-release-1.22
[release-1.22] chore: set enable-aznfs-mount default value as false
2 parents fb57720 + ba9b1f1 commit 4e0a5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobplugin/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var (
5858
kubeAPIQPS = flag.Float64("kube-api-qps", 25.0, "QPS to use while communicating with the kubernetes apiserver.")
5959
kubeAPIBurst = flag.Int("kube-api-burst", 50, "Burst to use while communicating with the kubernetes apiserver.")
6060
appendMountErrorHelpLink = flag.Bool("append-mount-error-help-link", true, "Whether to include a link for help with mount errors when a mount error occurs.")
61-
enableAznfsMount = flag.Bool("enable-aznfs-mount", true, "replace nfs mount with aznfs mount")
61+
enableAznfsMount = flag.Bool("enable-aznfs-mount", false, "replace nfs mount with aznfs mount")
6262
)
6363

6464
func main() {

0 commit comments

Comments
 (0)