Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
vie-serendipity committed Jul 27, 2023
1 parent 154cb89 commit 513450d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/cmd/init/converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ func (c *ClusterConverter) deployYurtManager() error {

if podList.Items[0].Status.Phase == corev1.PodRunning {
if podList.Items[0].Status.ContainerStatuses[0].Ready == false {
klog.Info("yurt manager's container is not ready")
return false, nil
}
for i := range podList.Items[0].Status.Conditions {
Expand Down

0 comments on commit 513450d

Please sign in to comment.