Nir Soffer

Results 341 comments of Nir Soffer

/kind documentation /kind bug

@vtri950 claims that building the iso works on Fedora 43 with #21997. If you tested this PR and it does not build on Fedora 43, please comment in the PR....

@fstab I tested #21997 and it does work for x86_64 with additional package: - https://github.com/kubernetes/minikube/pull/21997#issuecomment-3608917882 - https://github.com/kubernetes/minikube/pull/21997#issuecomment-3609020157 The aarch64 build needs selinxu permissive mode, and update in the post-image script...

I'm working on v2, thanks for reviewing.

Can you update the title to match the actual version?

Finding all code that can be replaced with slices.Contains is not easy. We have more than 1000 for loops: ```console % git grep -E 'for .+ := range' | wc...

Searching with claude-sonnet-4 with this PR reports: > Find all code that can be replaced with slices.Contains. Don't change anything, just give me list of file names and line numbers....

@deepdring check https://github.com/kubernetes/minikube/pull/21381#issuecomment-3225943887 for other places that can use slices.Contains.

@deepdring see #21428 you want to more work on modernizing minikube.