crc setup will end up with warning as below. It looks like CRC bundle can't be extracted from oc binary and eventually fail to start up the mini cluster. Bug seemingly.
bogon:~ test$ crc setup
INFO Caching oc binary
INFO Setting up virtualization with HyperKit
INFO Installing crc-machine-hyperkit
Password:
INFO Setting file permissions for /etc/resolver/testing
INFO Setting file permissions for /etc/hosts
INFO Unpacking bundle from the CRC binary
WARN CRC bundle is not embedded in the binary, see 'crc help' for more details.
If you downloaded the crc binary from the github release page, this warning is expected. However, crc start -b $yourbundle should be usable after running crc setup.
Have a same issue. What is $yourbundle?
At the moment there is no public release. Please wait until GA (which
should happen soon).
On Tue, Aug 20, 2019, 03:49 Bryant Jimin Son notifications@github.com
wrote:
Have a same issue. What is $yourbundle?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/code-ready/crc/issues/429?email_source=notifications&email_token=AAAAOZSGLWSEO3LBOB6VRH3QFL2KXA5CNFSM4INBNWY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4UC7CA#issuecomment-522727304,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAAAOZRWLDEGIHEMWFMRKQTQFL2KXANCNFSM4INBNWYQ
.
Thanks for supporting. Hopefully, there will be a workable release as result of each sprint work.
Duplicate of #263
The error message is expected
Thank you.