Skip to content

Commit

Permalink
Merge pull request kosmos-io#619 from village-way/release-0.4.0
Browse files Browse the repository at this point in the history
Cherry-Pick: add check apiserver before create agent deploy
  • Loading branch information
kosmos-robot committed Jun 3, 2024
2 parents a543127 + 9d61dd5 commit 48b80e9
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 48b80e9

Please sign in to comment.