-
Notifications
You must be signed in to change notification settings - Fork 347
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
Rationalize some tests issues upstream. #17
Comments
We should also target 0.9.0 against 1.8-kube-release |
@chuckha Here is the list of items that would need to get done in order to version match.
|
I'm working on this now along with other 1.8 closeout work. |
Is there a way to pass in the kubeconfig so that these tests can be run? |
@jlamillan I'm working to try and remove that requirement and leverage the in-cluster config. The only tests that seem to leverage it heavily are the kubectl tests that I'm aware of. |
@timothysc Ok, thanks. So, as of now, it is not possible to successfully run the kubectl tests in containerized Sonobuoy? |
You "can" but it's very ugly, and requires a container mod. |
Hmm I got ping's on another channel about KUBECONFIG, I'll start cleaning up the plumbing for back-support of 1.6 versions. |
Thanks... very nice work here BTW. |
Seems that the networking test for kubernetes conformance isn't very robust we might want to not run that test or have it made to work without icmp upstream |
Flakes from 1.7 were addressed and comments from feedback were also addressed I'll open an tracking issue re: the network test |
The Kubectl tests were purposefully disabled for a number of reasons and we should move to rationalize this with upstream.
...
Also there are other tests, including the scheduler tests that I think need to be cherry-picked back to a 1.7 release.
The text was updated successfully, but these errors were encountered: