Follow up on "Example fails with minikube" issue #1208
-
This is a follow up of issue #58 ("Example fails with minikube") If we look at the code refered by @flaviuvadan that is k8s_sa.py on line 39 (which is pretty dated code but I wasn't able to find any recent equivalent), it assumes that at least a secret will be encoutered with the expression v1.read_namespaced_service_account(self.service_account, self.namespace).secrets[0]... But (by default) if you
then neither of the available service accounts ( Is then have two questions
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @EricBoix - Hera runs tests on a Lines 135 to 173 in a787965 That might help you get set up? The |
Beta Was this translation helpful? Give feedback.
Hi @EricBoix - Hera runs tests on a
k3d
K8s cluster in CI (minikube also worked when I was testing both out in #887). We have a contributors guide that explains how to use themake
targets, which are inhera/Makefile
Lines 135 to 173 in a787965