Build strimzi from source #4170
-
o/ Thank you for the support. Trying to build the strimzi from source. Currently, getting the below error:
As suggested, For the NodeIT, you might need to adjust the pod CIDR to the one of your cluster. Is there more information how we can do that? Have setup the Kubernetes Cluster by using Came across How to make the pod CIDR range larger in Kubernetes and Change the pod CIDR in Kubernetes Cluster which uses |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Is this all the errors you get even when running the test manually? I would expect there to be some exception. For example, if the CIDR really is your problem, you should see something like this:
There can be also all kind of other issues while this can fail. Also, if all you want it just to build Strimzi, you could also skip the tests by exporting |
Beta Was this translation helpful? Give feedback.
-
Command |
Beta Was this translation helpful? Give feedback.
Command
MVN_ARGS="-Dmaven.javadoc.skip=true -DskipITs -DskipTests" make all
can be successfully built