Skip to content

Commit

Permalink
Merge pull request #615 from erikwilson/master
Browse files Browse the repository at this point in the history
Use watch-cache for kvsql
  • Loading branch information
erikwilson committed Jul 7, 2019
2 parents c470266 + ad11ba5 commit 185a8dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/daemons/control/server.go
Expand Up @@ -150,9 +150,6 @@ func apiServer(ctx context.Context, cfg *config.Control, runtime *config.Control
if len(cfg.StorageEndpoint) > 0 {
argsMap["etcd-servers"] = cfg.StorageEndpoint
}
if cfg.StorageBackend != "etcd3" {
argsMap["watch-cache"] = "false"
}

certDir := filepath.Join(cfg.DataDir, "tls/temporary-certs")
os.MkdirAll(certDir, 0700)
Expand Down

0 comments on commit 185a8dc

Please sign in to comment.