Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan committed Jan 22, 2024
1 parent 9f34aca commit e1875bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/sandbox/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ func WatchFlyteDeployment(ctx context.Context, appsClient corev1.CoreV1Interface
ready = 0
if total != 0 {
for _, v := range pods.Items {
// TODO (jeev): We should really be using
// `IsContainersReadyConditionTrue`, but that is not available until
// version v1.22.11. We are on v1.13.0 for some reason.
for _, condition := range v.Status.Conditions {
if condition.Type == corev1api.PodReady {
ready++
Expand Down

0 comments on commit e1875bd

Please sign in to comment.