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 8a3491d commit 3a37563Copy full SHA for 3a37563
pkg/resources/resources_manager.go
@@ -91,7 +91,7 @@ type resourceManager struct {
91
}
92
93
func NewResourceManager(configFile string, useCdi bool) types.ResourceManager {
94
- return NewResourceManagerWithPluginMode(configFile, useCdi, true)
+ return NewResourceManagerWithPluginMode(configFile, useCdi, detectPluginWatchMode(activeSockDir))
95
96
97
func NewResourceManagerWithPluginMode(configFile string, useCdi, pluginMode bool) types.ResourceManager {
0 commit comments