plugin/kubernetes: Disable resync by default (#2752)
* Disable resync by default * Document default resync
This commit is contained in:
parent
6f5b294d7e
commit
2418a6b2d2
2 changed files with 3 additions and 2 deletions
|
@ -321,4 +321,4 @@ func searchFromResolvConf() []string {
|
|||
return rc.Search
|
||||
}
|
||||
|
||||
const defaultResyncPeriod = 5 * time.Hour
|
||||
const defaultResyncPeriod = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue