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.
2 parents 325938f + f24dbb1 commit 8cd92dbCopy full SHA for 8cd92db
pkg/custompluginmonitor/custom_plugin_monitor.go
@@ -125,6 +125,9 @@ func (c *customPluginMonitor) Stop() {
125
func (c *customPluginMonitor) monitorLoop() {
126
if !*c.config.PluginGlobalConfig.SkipInitialStatus {
127
c.initializeStatus()
128
+ } else {
129
+ c.conditions = initialConditions(c.config.DefaultConditions)
130
+ klog.Infof("Skipping condition initialization: %+v", c.conditions)
131
}
132
133
resultChan := c.plugin.GetResultChan()
0 commit comments