You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
What happened:
Trying to use
kuttl
withstartControlPlane: true
and getting the following:Is there something that is hard-coded looking for etcd at that kubebuilder path?
The text was updated successfully, but these errors were encountered: