Commit Graph

7 Commits

Author SHA1 Message Date
Marko Vukovic 6a1a4b9526 Enable test execution on arm64
Kubebuilder tools version 1.21.2 previously used does not work on arm64
(specifically Raspberry PI). Interestingly, the latest (as of the time
of this commit) version 1.24.2 does not work either. An error message
like this causes the test to fail:

apiserver.go:43: failed to start control plane: unable to start control plane itself: failed to start the controlplane. retried 5 times: timeout waiting for process kube-apiserver to start

However, with 1.24.1 the test "mostly" passes, although it may
occasionally fail. It might be that Raspberry PI is too slow and
something times out.

Signed-off-by: Marko Vukovic <anonsoftware@gmail.com>
2022-07-28 10:03:12 -07:00
roytev 28063781c2 export kubectl path
Signed-off-by: Roi Teveth <roytev@gmail.com>
2022-02-10 11:22:49 +02:00
roytev 7db2a3e28c fixes from review
Signed-off-by: Roi Teveth <roytev@gmail.com>
2022-02-08 10:47:55 +02:00
roytev e4ab1da942 update version and fix
Signed-off-by: Roi Teveth <roytev@gmail.com>
2022-02-08 10:24:16 +02:00
Jake Sanders 9b61d24773 Update dependencies and prepare for testing
Signed-off-by: Jake Sanders <i@am.so-aweso.me>
2021-02-22 15:10:52 +00:00
James Munnelly a598b0e126 Add Makefile and make options configurable
Signed-off-by: James Munnelly <james@munnelly.eu>
2019-04-29 18:47:23 +01:00
James Munnelly afce06a837 Initial commit 2019-04-15 15:23:59 +01:00