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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ var (
57
57
allowInlineVolumeKeyAccessWithIdentity=flag.Bool("allow-inline-volume-key-access-with-idenitity", false, "allow accessing storage account key using cluster identity for inline volume")
58
58
kubeAPIQPS=flag.Float64("kube-api-qps", 25.0, "QPS to use while communicating with the kubernetes apiserver.")
59
59
kubeAPIBurst=flag.Int("kube-api-burst", 50, "Burst to use while communicating with the kubernetes apiserver.")
60
+
appendMountErrorHelpLink=flag.Bool("append-mount-error-help-link", true, "Whether to include a link for help with mount errors when a mount error occurs.")
0 commit comments