What Happened?
The primary issue is in the ISO build process where the Jenkins CI build script is trying to add a git remote for the contributor's fork, but it's failing because:
Repository naming mismatch: The build script assumes the contributor's fork is named minikube, but the actual fork is named minikube-fork
SSH access issue: The build script is trying to use SSH to access [email protected]:vtri950/minikube.git which doesn't exist
observed in #21997
Attach the log file
https://storage.cloud.google.com/minikube-builds/logs/21997/0cbf9da/iso_build.txt
Operating System
None
Driver
None