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 513450d commit cde995b
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 @@ -291,6 +291,7 @@ func (c *ClusterConverter) deployYurtManager() error {
for i := range podList.Items[0].Status.Conditions {
if podList.Items[0].Status.Conditions[i].Type == corev1.PodReady &&
podList.Items[0].Status.Conditions[i].Status == corev1.ConditionTrue {
klog.Info("yurt manager's container and pod are both ready")
return true, nil
}
}
Expand Down

0 comments on commit cde995b

Please sign in to comment.