-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running local-setup makefile locally throw errors #879
Comments
It looks like created cluster is not Ingress v1 compatible |
why is that? k3d version is updated |
@AugustasV ah. |
@k0da I cloned repo again, ran same commands and script executed successfully, but after running
|
yep, experiencing the same issue with the same test on fresh repo clone |
@AugustasV , thx for opening this. I can simply reproduce failing terratests locally. To avoid mixing the Makefile issues you mentioned earlier with terartest issues, I created a new bug. |
The first issue you saw stems (i think) from the fact that The other issue in terratests seems to be more difficult to handle. I can look into it. My first impression is that there is some naming mismatch
What worries me is that our terratest check in github are green. It looks like the errors are being ignored. |
I've also opened #883 b/c of the errors in terratests ignored by gh pipeline |
While I tried to run
make deploy-full-local-setup
, received errorsWhen I manually added
--validate=false
argument in make file, ranmake destroy-full-local-setup
andmake deploy-full-local-setup
output was a bit different, but still errorsThe text was updated successfully, but these errors were encountered: