-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Kubernetes tests don't work locally #2193
Comments
It's an issue with @MOZGIII could you go through this comment and see if something applies to your host. There is a chance it can be generally solved. Otherwise, #2170 is our best option. |
Some additional feedback on our k8s test system. First of all, great job, @ktff, it's super convenient! Even though I think it'd be super useful to expose individual script parts as callable commands (i.e. to build a vector image nad to start/stop local docker) - I ended up almost copying and pasting the commands - which means they are a good fit even outside of the automation context. If we expose them as callable commands - it'd simplify troubleshooting and manual testing in k8s. Issues from kubernetes-sigs/kind#1437 (comment) don't apply in my case. |
Thanks. No need to troubleshoot more, it probably isn't worth it. And yes, exposing parts of the script would be useful. This would fit into #2170. |
yeah, that issue was not a specific bug, some user with a broken environment that didn't follow up.
If you're referring to cluster creation, the |
Noting, this is part of #2222 |
A follow up after #2134.
Commands below don't work for me:
$ cd tests $ make test-kubernetes
The text was updated successfully, but these errors were encountered: