Skip to content

Commit

Permalink
Merge pull request #595 from village-way/main
Browse files Browse the repository at this point in the history
fix: failed to execute workflow when anp pod is not ready
  • Loading branch information
duanmengkk authored May 29, 2024
2 parents 0d8a704 + be2a572 commit 2221bad
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 2221bad

Please sign in to comment.