-
Notifications
You must be signed in to change notification settings - Fork 243
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
Update OKD version to 4.14.0-0.okd-scos-2024-01-10-151818 #3972
Conversation
Unable to start okd with this PR, it fails with the following error:
|
Thanks for testing it, I think it is masked as part of Fedora CoreOS, will check that and make required change to snc side. |
/hold |
We are going to start using okd-scos instead of okd-fcos.
e14c900
to
8cedd10
Compare
/unhold updated to scos bundle which works without any issue. |
@praveenkumar: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
cbfcc68
to
991b70e
Compare
https://github.com/crc-org/crc/actions/runs/7650561920/job/20846847577?pr=3972 so github action also succeed. |
/lgtm /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anjannath The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
- name: Setup the crc | ||
run: sudo -su $USER crc setup | ||
- name: Start the crc | ||
run: sudo -su $USER crc start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can update this later to have --log-level debug
so in case of failures we'll have more info
No description provided.