Use a separate controller loop to watch functions change and create a service (#544)
This commit is contained in:
@@ -204,8 +204,9 @@ func StartExecutor(fissionNamespace string, functionNamespace string, port int)
|
||||
poolID := strings.ToLower(uniuri.NewLen(8))
|
||||
cleanupObjects(kubernetesClient, functionNamespace, poolID)
|
||||
go idleObjectReaper(kubernetesClient, fissionClient, fsCache, time.Minute*2)
|
||||
|
||||
gpm := poolmgr.MakeGenericPoolManager(
|
||||
fissionClient, kubernetesClient, fissionNamespace,
|
||||
fissionClient, kubernetesClient,
|
||||
functionNamespace, fsCache, poolID)
|
||||
|
||||
ndm := newdeploy.MakeNewDeploy(
|
||||
|
||||
Reference in New Issue
Block a user