Skip to content

Commit

Permalink
fix: add check apiserver before create agent deploy
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 Jun 3, 2024
1 parent 2e6c327 commit 141bb35
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 @@ -38,6 +38,10 @@ func NewAnpTask() workflow.Task {
Name: "deploy-anp-server",
Run: runAnpServer,
},
{
Name: "check-anp-health",
Run: runCheckVirtualClusterAnp,
},
{
Name: "deploy-anp-agent",
Run: runAnpAgent,
Expand Down

0 comments on commit 141bb35

Please sign in to comment.