crc
crc copied to clipboard
`checkIfNewVersionAvailable` should be disabled or made okd-specific
The code in https://github.com/code-ready/crc/blob/b9a345dda0b51c0fefda0ac054030e283823fa02/cmd/crc/cmd/start.go#L194 checks if there's a newer crc version on mirror.openshift.com When using an OKD build, comparing OKD version with the latest OpenShift Local version does not make sense. We could disable this check, or make an OKD specific one.
With a proper OKD preset as in https://github.com/code-ready/crc/pull/3272 this becomes a non-issue.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.