Commit Graph

9 Commits

Author SHA1 Message Date
Ashley Davis 84de98442a fix makefile targets
This would create several targets which didn't incorporate any version
numbers and so wouldn't be updated when version numbers were changed.

There were also non-make-ey ways of doings things like variables and
folder creation.

This also bumps the version of the kubebuilder tools we use

Signed-off-by: Ashley Davis <ashley.davis@venafi.com>
2023-11-16 10:10:44 +00:00
irbekrm 8445a42fcf Makefile cleanup & kubebuilder tools version update
Signed-off-by: irbekrm <irbekrm@gmail.com>
2023-01-18 13:00:55 +00:00
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