Skip to content

Commit

Permalink
Merge pull request #1011 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1010-to-release-1.22

[release-1.22] chore: set enable-aznfs-mount default value as false
  • Loading branch information
k8s-ci-robot authored Sep 7, 2023
2 parents fb57720 + ba9b1f1 commit 4e0a5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blobplugin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var (
kubeAPIQPS = flag.Float64("kube-api-qps", 25.0, "QPS to use while communicating with the kubernetes apiserver.")
kubeAPIBurst = flag.Int("kube-api-burst", 50, "Burst to use while communicating with the kubernetes apiserver.")
appendMountErrorHelpLink = flag.Bool("append-mount-error-help-link", true, "Whether to include a link for help with mount errors when a mount error occurs.")
enableAznfsMount = flag.Bool("enable-aznfs-mount", true, "replace nfs mount with aznfs mount")
enableAznfsMount = flag.Bool("enable-aznfs-mount", false, "replace nfs mount with aznfs mount")
)

func main() {
Expand Down

0 comments on commit 4e0a5b5

Please sign in to comment.