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
What happened:
I tried to run druid e2e tests locally with make ci-e2e-kind but it fails with this error:
parsing skaffold config: error parsing skaffold configuration file: unknown skaffold config API version "skaffold/v4beta10". Set the config 'apiVersion' to a known value. Check https://skaffold.dev/docs/references/yaml/ for the list of valid API versions. Otherwise, check that your skaffold version is up-to-date.
I also updated my skaffold but still got the same error. I think there are some indentation problem in skaffold.yaml due to which skaffold is unable to parse the druid's skaffold manifest.
What you expected to happen:
Druid e2e tests shouldn't failed
How to reproduce it (as minimally and precisely as possible):
I simply run this: make ci-e2e-kind but I'm not sure how's prow jobs are running fine.
Anything else we need to know?:
Environment:
Gardener version (if relevant):
etcd-druid version:
Kubernetes version (use kubectl version):
Cloud provider or hardware configuration:
Others:
The text was updated successfully, but these errors were encountered:
How to categorize this issue?
/area testing
/kind bug
What happened:
I tried to run druid e2e tests locally with
make ci-e2e-kind
but it fails with this error:I also updated my skaffold but still got the same error. I think there are some indentation problem in
skaffold.yaml
due to which skaffold is unable to parse the druid's skaffold manifest.What you expected to happen:
Druid e2e tests shouldn't failed
How to reproduce it (as minimally and precisely as possible):
I simply run this:
make ci-e2e-kind
but I'm not sure how's prow jobs are running fine.Anything else we need to know?:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: