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
When I run sonobuoy against this cluster it fails the tests.
In debugging I can see that part of this is related to the fact that not all nodes are addressable with the default tolerations of:
What did you expect to happen:
I expected that either the default tolerations would be very permissive. Or that when provided an additional set of tolerations the provided tolerations would be merged into the spec deployed by sonobuoy.
The outputs have improved in a recent version of sonobuoy cause now I can grab results. I haven't parsed the output to see what tests failed or succeeded yet.
What steps did you take and what happened:
I have a set of nodes that have the following taints:
When I run sonobuoy against this cluster it fails the tests.
In debugging I can see that part of this is related to the fact that not all nodes are addressable with the default tolerations of:
I've tried to work around the issue by specifying a toleration of
in the sonobuoy.yaml file. example here: https://gist.github.com/mauilion/3e13dfbf649cc4e30fa56ea2fd258b12
What did you expect to happen:
I expected that either the default tolerations would be very permissive. Or that when provided an additional set of tolerations the provided tolerations would be merged into the spec deployed by sonobuoy.
Environment:
Sonobuoy version: v0.11.4
Kubernetes version: (use
kubectl version
):Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.1", GitCommit:"b1b29978270dc22fecc592ac55d903350454310a", GitTreeState:"clean", BuildDate:"2018-07-17T18:53:20Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.3", GitCommit:"2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState:"clean", BuildDate:"2018-05-21T09:05:37Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
Kubernetes installer & version:
kubeadm 1.10.3
Cloud provider or hardware configuration:
VMW
OS (e.g. from
/etc/os-release
):Container Linux
Sonobuoy tarball (which contains * below)
The text was updated successfully, but these errors were encountered: