Skip to content

Commit

Permalink
fix: node state check retry
Browse files Browse the repository at this point in the history
  • Loading branch information
aby913 committed Aug 22, 2024
1 parent c75dafe commit f3fd83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kubesphere/plugins/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ func (t *DeployKsPluginsModule) Init() {
},
Action: new(CheckNodeState),
Parallel: false,
Retry: 500,
Delay: 5 * time.Second,
Retry: 20,
Delay: 10 * time.Second,
}

initNs := &task.RemoteTask{
Expand Down

0 comments on commit f3fd83e

Please sign in to comment.