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 <wangdepeng_yewu@cmss.chinamobile.com>
  • Loading branch information
village-way committed May 28, 2024
1 parent b2d3ba2 commit 85c148e
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 85c148e

Please sign in to comment.