We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead9f27 commit b4ce4e8Copy full SHA for b4ce4e8
Makefile
@@ -16,7 +16,7 @@ KUSTOMIZE ?= $(LOCALBIN)/kustomize
16
17
# Space seperated list of services to build by default
18
# SERVICE_NAMES := service1 service2 service3
19
-SERVICE_NAMES := podgrouper scheduler binder webhookmanager resourcereservation
+SERVICE_NAMES := podgrouper scheduler binder webhookmanager resourcereservation snapshot-tool
20
21
22
lint: fmt-go vet-go lint-go
cmd/snapshot-tool/main.go
@@ -78,6 +78,7 @@ func main() {
78
79
schedulerCache := cache.New(schedulerCacheParams)
80
stopCh := make(chan struct{})
81
+ schedulerCache.Run(stopCh)
82
schedulerCache.WaitForCacheSync(stopCh)
83
84
ssn, err := framework.OpenSession(
0 commit comments