Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade CRC version due to minikube start issue #7343

Merged
merged 2 commits into from
May 16, 2024

Conversation

ferhoyos
Copy link
Contributor

@ferhoyos ferhoyos commented May 7, 2024

Describe the change

This PR upgrades CRC to latest version 2.36.0 and OCP to 4.15.12 due to an issue with minikube when you stopping/disabling the systemd-resolved service. This step is necessary to start the current CRC version.

Steps to test the PR

Verify that OCP version installed with crc-openshift.sh is 4.15.12

Automation testing

N/A

Issue reference

Fixes #7341

@ferhoyos ferhoyos requested a review from jmazzitelli May 7, 2024 10:02
@ferhoyos ferhoyos self-assigned this May 7, 2024
@ferhoyos ferhoyos added the test: n/a PR does not need test additions or updates label May 7, 2024
@ferhoyos ferhoyos changed the title Revert back CRC version due to minikube start issue Upgrade CRC version due to minikube start issue May 16, 2024
Copy link
Collaborator

@jmazzitelli jmazzitelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hack/crc-openshift.sh start works.

I then installe minikube with hack/k8s-minikube.sh (this used to fail sometimes after CRC started up). Minikube also works fine.

I made sure my systemd-resolved was running (in the last version of CRC, if that service was running, things wold not work).

$ systemctl status systemd-resolved.service 
● systemd-resolved.service - Network Name Resolution
     Loaded: loaded (/usr/lib/systemd/system/systemd-resolved.service; enabled; preset: enabled)
    Drop-In: /usr/lib/systemd/system/service.d
             └─10-timeout-abort.conf
     Active: active (running) since Thu 2024-05-16 09:28:13 EDT; 19min ago

@jmazzitelli jmazzitelli merged commit e2dae59 into kiali:master May 16, 2024
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test: n/a PR does not need test additions or updates
Projects
Development

Successfully merging this pull request may close these issues.

Minikube does not start after executing CRC start script
2 participants