kudobuilder / kuttl

KUbernetes Test TooL (kuttl)

Home Page:https://kuttl.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

startControlPlane assumes kubebuilder etcd?

jaypipes opened this issue · comments

What happened:

Trying to use kuttl with startControlPlane: true and getting the following:

$ kubectl kuttl test
=== RUN   kuttl
    harness.go:462: starting setup
    harness.go:246: running tests with a mocked control plane (kube-apiserver and etcd).
    harness.go:513: cleaning up
    harness.go:570: removing temp folder: ""
    harness.go:595: fatal error getting client: unable to start control plane itself: failed to start the controlplane. retried 5 times: fork/exec /usr/local/kubebuilder/bin/etcd: no such file or directory
--- FAIL: kuttl (0.00s)
FAIL

Is there something that is hard-coded looking for etcd at that kubebuilder path?