Skip to content

Commit

Permalink
fix: failed to execute workflow when anp pod is not ready
Browse files Browse the repository at this point in the history
Signed-off-by: wangdepeng <[email protected]>
  • Loading branch information
village-way committed May 28, 2024
1 parent 0d8a704 commit be2a572
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/kubenest/tasks/anp.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ func NewAnpTask() workflow.Task {
Name: "deploy-anp-agent",
Run: runAnpAgent,
},
{
Name: "check-anp-health",
Run: runCheckVirtualClusterAPIServer,
},
},
}
}
Expand Down

0 comments on commit be2a572

Please sign in to comment.