Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte committed Oct 31, 2024
1 parent 396c78d commit 7d864b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cmd/local/k8s/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func (k *kindCluster) Exists(ctx context.Context) bool {
// LoadImages pulls images from Docker Hub, and loads them into the kind cluster.
// This is a best-effort optimization, which is why it doesn't an error;
// it's possible that only some images will be loaded.
// TODO this should probably take a context, and handle cancellation.
func (k *kindCluster) LoadImages(ctx context.Context, images []string) {
err := k.loadImages(ctx, images)
pterm.Debug.Printfln("failed to load images: %s", err)
Expand Down

0 comments on commit 7d864b7

Please sign in to comment.