-
Notifications
You must be signed in to change notification settings - Fork 56
workaround self sufficient check for crc #1182
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
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Warning Rate limit exceeded@anjannath has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 21 minutes and 48 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (1)
WalkthroughAdds a VM initialization step that writes Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Local as Local build host
participant VM as Provisioned VM
Note over Local,VM: Existing initialization sequence
Local->>VM: install_additional_packages()
Local->>VM: copy_systemd_units()
Note over Local,VM: NEW — marker file creation
Local->>VM: ssh "echo 'CRC_SELF_SUFFICIENT=0' > /etc/sysconfig/crc-env"
Note right of VM: /etc/sysconfig/crc-env created
Local->>VM: cleanup_vm_image()
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/retest |
|
/test e2e-snc-4.20.0 |
This comment was marked as outdated.
This comment was marked as outdated.
|
/test e2e-snc |
dce44dd to
6d7a3a0
Compare
8b562da to
4efd234
Compare
The `crc-self-sufficient-env.sh` script was determining the env as self-sufficient also during startup with crc which starts the self-sufficient units and that changes the state from what `crc` expects making it unable to start the cluster This sets `CRC_SELF_SUFFICIENT=0` and forces the script to exit early before reaching the `vsock` check this lets the bundle to start with crc and also in the cloud with `mapt` which will set `CRC_SELF_SUFFICIENT` via cloud-init
|
@anjannath: The following tests 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-sigs/prow repository. I understand the commands that are listed here. |
|
/cherry-pick master |
|
/cherry-pick release-4.19 |
|
@praveenkumar: new pull request created: #1187 In response to this:
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-sigs/prow repository. |
|
@praveenkumar: new pull request created: #1188 In response to this:
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-sigs/prow repository. |
Summary by CodeRabbit