update isImageCorrectArch comment

pull/19205/head
Steven Powell 2024-07-16 18:36:49 -05:00
parent fa26408dfd
commit 23a8c35ba4
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ func ImageExistsInDaemon(img string) bool {
return true
}
// isImageCorrectArch is needed to resolve
// isImageCorrectArch returns true if the image arch is the same as the binary
// arch. This is needed to resolve
// https://github.com/kubernetes/minikube/pull/19205
func isImageCorrectArch(img string) (bool, error) {
ref, err := name.ParseReference(img)