Skip to content

Commit

Permalink
Merge pull request kosmos-io#596 from village-way/release-0.4.0
Browse files Browse the repository at this point in the history
Cherry-Pick: failed to execute workflow when anp pod is not ready
  • Loading branch information
duanmengkk authored May 29, 2024
2 parents 04e256f + 85c148e commit 31f0e37
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 31f0e37

Please sign in to comment.