virtual-kubelet / node-cli

CLI library for rapid prototyping of virtual-kubelet nodes
Apache License 2.0
18 stars 30 forks source link

Start informers before initializing provider #9

Closed ldx closed 4 years ago

ldx commented 4 years ago

The provider might use the resource manager, which uses shared informers, during initialization. Make sure that the informers are started before creating the provider, so the provider gets a functional resource manager.