Skip to content

Commit 8e57ad8

Browse files
committed
add TODO comment
1 parent 7d0ccc2 commit 8e57ad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/minikube/bootstrapper/images/images.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func tagFromKubeadm(v, name, lastKnownGood string) string {
7676
klog.Warningf("failed to download kubeadm binary: %v", err)
7777
return lastKnownGood
7878
}
79+
// TODO: Once kubeadm graduates the "-experimental-output" flag to non-experimental should use JSON output here
7980
b, err := exec.Command(kubeadm, "config", "images", "list").Output()
8081
if err != nil {
8182
klog.Warningf("failed getting kubeadm image list: %v", err)

0 commit comments

Comments
 (0)