-
Notifications
You must be signed in to change notification settings - Fork 1
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
KOGITO-1654 Guide to smoke test local changes #20
Conversation
Pull Request is closed |
Welcome to the PR section, thank you for making your first contribution in the Repository |
Need to run the pipeline here |
Pull Request is closed |
Many thanks for sending out the PR, Welcome to our Community |
Need to run the pipeline here |
Pull Request is closed |
Seems, like you've re-opened your PR. |
Jenkins, test this |
Pull Request is closed |
Seems, like you've re-opened your PR. |
Seems, like you've re-opened your PR. |
Pull Request is closed |
Seems, like you've re-opened your PR. |
Seems, like you've re-opened your PR. |
Jenkins, test this |
Seems, like you've re-opened your PR. |
Jenkins, test this |
Seems, like you've re-opened your PR. |
Jenkins, test this |
Seems, like you've re-opened your PR. |
Jenkins, test this |
Seems, like you've re-opened your PR. |
Jenkins, test this |
Many thanks for sending out the PR, Welcome to our Community |
Seems, like you've re-opened your PR. |
Jenkins, test this |
Many thanks for sending out the PR, Welcome to our Community |
I went through your guide and converted it to Markdown (couldn't bear reading it in Google Docs 😛) while making minor grammar/stylistic changes. It can be viewed here.
Error Running OLM Console Locally
I was able to follow everything pretty easily and only ran into problems at the end. While installing the operator, when running
make run-console-local
, I get the following error:I found this relevant thread and thought it might have to do with me missing
/etc/subuid
and/etc/subgid
. But even after runningusermod --add-subuids 10000-75535 $(whoami); usermod --add-subgids 10000-75535 $(whoami)
so that I have those files now, I still got the error. Also runningpodman system migrate
as this upvoted comment suggests didn't help either.Using Pre-Built Images
Also as @ricardozanini suggests in the Google Docs, if prebuilt images can be used for the "Build and Deploy Artifacts" and "Build the Images" stages to speed up the process, that'd be good since those were the stages I had to wait the longest for.