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
klog.V(6).Infof("skip remove tag(%s) on account(%s) subsID(%s) resourceGroup(%s) since tag already removed in a short time", key, account, subsID, resourceGroup)
878
+
klog.V(6).Infof("skip remove tag(%s) on account(%s) subsID(%s) resourceGroup(%s) since tag is added or removed in a short time", key, account, subsID, resourceGroup)
875
879
returnnil
876
880
}
877
881
878
882
klog.V(2).Infof("remove tag(%s) on account(%s) subsID(%s), resourceGroup(%s)", key, account, subsID, resourceGroup)
Copy file name to clipboardexpand all lines: pkg/azurefileplugin/main.go
+2
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ var (
55
55
kubeAPIQPS=flag.Float64("kube-api-qps", 25.0, "QPS to use while communicating with the kubernetes apiserver.")
56
56
kubeAPIBurst=flag.Int("kube-api-burst", 50, "Burst to use while communicating with the kubernetes apiserver.")
57
57
appendNoShareSockOption=flag.Bool("append-nosharesock-option", true, "Whether appending nosharesock option to smb mount command")
58
+
skipMatchingTagCacheExpireInMinutes=flag.Int("skip-matching-tag-cache-expire-in-minutes", 30, "The cache expire time in minutes for skipMatchingTagCache")
0 commit comments