<div dir="ltr">Hi Daniel,<div><br></div><div>If you post more details about your OS and the errors you are getting, we might be able to help a bit more. You can probably also skip the tests. I think that some of the integration tests require running Kubernetes / Openshift cluster.</div><div><br></div><div>I think in general you should follow these steps to build everything:</div><div>export MVN_ARGS="-DskipTests"<br></div><div>export USER=<YourDockerHubUsername></div><div>make all</div><div><br></div><div>Or just the cluster operator Docker image:</div><div>mvn clean -DskipTests install<br></div><div>cd cluster-operator</div><div><div>export MVN_ARGS="-DskipTests"<br></div><div>export USER=<YourDockerHubUsername></div></div><div>make all</div><div><br></div><div>If you do not want to push to any Docker repository, you can call "make docker_build" or "make docker_tag" instead of "make all".</div><div><br></div><div>Hope this helps. If not feel free to share the errors you are getting.</div><div><br></div><div>Thanks & Regards</div><div>Jakub</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Dec 12, 2018 at 12:55 PM Daniel Beilin <<a href="mailto:dandaniel97@gmail.com">dandaniel97@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Hello, <div dir="auto">I want to change the source code for the cluster operator and make a new image, but I'm having some difficulties with building it. </div><div dir="auto">First, I can't run only the make file of the cluster operator by its own, is it even possible? </div><div dir="auto">Second, when I try to build using the main make file it fails on the tests for the crd models and I don't know what to do with it, is there an explanation on how to do it? as the hacking.md file doesn't explain this. </div><div dir="auto"><br></div><div dir="auto">Best regards, </div><div dir="auto">Daniel </div></div>
_______________________________________________<br>
Strimzi mailing list<br>
<a href="mailto:Strimzi@redhat.com" target="_blank">Strimzi@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/strimzi" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/strimzi</a><br>
</blockquote></div>