time="2019-07-31T20:56:27Z" level=info msg="Scanning plugins in ./plugins.d (pwd: /)"
time="2019-07-31T20:56:27Z" level=info msg="Scanning plugins in /etc/sonobuoy/plugins.d (pwd: /)"
time="2019-07-31T20:56:27Z" level=info msg="Directory (/etc/sonobuoy/plugins.d) does not exist"
time="2019-07-31T20:56:27Z" level=info msg="Scanning plugins in ~/sonobuoy/plugins.d (pwd: /)"
time="2019-07-31T20:56:27Z" level=info msg="Directory (~/sonobuoy/plugins.d) does not exist"
Loaded file: sonobuoy-config:
  driver: Daemonset
  plugin-name: singlefileds
  result-format: raw
  result-type: singlefileds
spec:
  command:
  - ./run.sh
  image: schnake/singlefileresults:v0.1
  name: plugin
  resources: {}
  volumeMounts:
  - mountPath: /tmp/results
    name: results


Loaded def: {SonobuoyConfig:{Driver:Daemonset PluginName:singlefileds ResultType:singlefileds SkipCleanup:false ResultFormat:raw ResultFile: objectKind:{gvk:{Group: Version: Kind:}}} Spec:{Container:{Name:plugin Image:schnake/singlefileresults:v0.1 Command:[./run.sh] Args:[] WorkingDir: Ports:[] EnvFrom:[] Env:[] Resources:{Limits:map[] Requests:map[]} VolumeMounts:[{Name:results ReadOnly:false MountPath:/tmp/results SubPath: MountPropagation:<nil> SubPathExpr:}] VolumeDevices:[] LivenessProbe:nil ReadinessProbe:nil Lifecycle:nil TerminationMessagePath: TerminationMessagePolicy: ImagePullPolicy: SecurityContext:nil Stdin:false StdinOnce:false TTY:false} objectKind:{gvk:{Group: Version: Kind:}}} ExtraVolumes:[] objectKind:{gvk:{Group: Version: Kind:}}}

Loaded file: sonobuoy-config:
  driver: Job
  plugin-name: tar
  result-format: raw
  result-type: tar
spec:
  args:
  - echo hello world
  - echo hello world pt 2
  command:
  - ./run.sh
  image: schnake/easy-sonobuoy-cmds:v0.1
  name: plugin
  resources: {}
  volumeMounts:
  - mountPath: /tmp/results
    name: results


Loaded def: {SonobuoyConfig:{Driver:Job PluginName:tar ResultType:tar SkipCleanup:false ResultFormat:raw ResultFile: objectKind:{gvk:{Group: Version: Kind:}}} Spec:{Container:{Name:plugin Image:schnake/easy-sonobuoy-cmds:v0.1 Command:[./run.sh] Args:[echo hello world echo hello world pt 2] WorkingDir: Ports:[] EnvFrom:[] Env:[] Resources:{Limits:map[] Requests:map[]} VolumeMounts:[{Name:results ReadOnly:false MountPath:/tmp/results SubPath: MountPropagation:<nil> SubPathExpr:}] VolumeDevices:[] LivenessProbe:nil ReadinessProbe:nil Lifecycle:nil TerminationMessagePath: TerminationMessagePolicy: ImagePullPolicy: SecurityContext:nil Stdin:false StdinOnce:false TTY:false} objectKind:{gvk:{Group: Version: Kind:}}} ExtraVolumes:[] objectKind:{gvk:{Group: Version: Kind:}}}

Loaded file: sonobuoy-config:
  driver: DaemonSet
  plugin-name: tarresultsds
  result-format: raw
  result-type: tarresultsds
spec:
  args:
  - echo hello world
  - echo hello world pt2
  command:
  - ./run.sh
  image: schnake/easy-sonobuoy-cmds:v0.1
  name: plugin
  resources: {}
  volumeMounts:
  - mountPath: /tmp/results
    name: results


Loaded def: {SonobuoyConfig:{Driver:DaemonSet PluginName:tarresultsds ResultType:tarresultsds SkipCleanup:false ResultFormat:raw ResultFile: objectKind:{gvk:{Group: Version: Kind:}}} Spec:{Container:{Name:plugin Image:schnake/easy-sonobuoy-cmds:v0.1 Command:[./run.sh] Args:[echo hello world echo hello world pt2] WorkingDir: Ports:[] EnvFrom:[] Env:[] Resources:{Limits:map[] Requests:map[]} VolumeMounts:[{Name:results ReadOnly:false MountPath:/tmp/results SubPath: MountPropagation:<nil> SubPathExpr:}] VolumeDevices:[] LivenessProbe:nil ReadinessProbe:nil Lifecycle:nil TerminationMessagePath: TerminationMessagePolicy: ImagePullPolicy: SecurityContext:nil Stdin:false StdinOnce:false TTY:false} objectKind:{gvk:{Group: Version: Kind:}}} ExtraVolumes:[] objectKind:{gvk:{Group: Version: Kind:}}}

Loaded file: sonobuoy-config:
  driver: Job
  plugin-name: e2e
  result-format: junit
  result-type: e2e
spec:
  command:
  - /run_e2e.sh
  env:
  - name: E2E_DRYRUN
    value: "true"
  - name: E2E_FOCUS
    value: \[Conformance\]
  - name: E2E_SKIP
    value: Alpha|\[(Disruptive|Feature:[^\]]+|Flaky)\]
  - name: E2E_PARALLEL
    value: "1"
  image: gcr.io/google-containers/conformance:v1.14.2
  imagePullPolicy: Always
  name: e2e
  resources: {}
  volumeMounts:
  - mountPath: /tmp/results
    name: results


Loaded def: {SonobuoyConfig:{Driver:Job PluginName:e2e ResultType:e2e SkipCleanup:false ResultFormat:junit ResultFile: objectKind:{gvk:{Group: Version: Kind:}}} Spec:{Container:{Name:e2e Image:gcr.io/google-containers/conformance:v1.14.2 Command:[/run_e2e.sh] Args:[] WorkingDir: Ports:[] EnvFrom:[] Env:[{Name:E2E_DRYRUN Value:true ValueFrom:nil} {Name:E2E_FOCUS Value:\[Conformance\] ValueFrom:nil} {Name:E2E_SKIP Value:Alpha|\[(Disruptive|Feature:[^\]]+|Flaky)\] ValueFrom:nil} {Name:E2E_PARALLEL Value:1 ValueFrom:nil}] Resources:{Limits:map[] Requests:map[]} VolumeMounts:[{Name:results ReadOnly:false MountPath:/tmp/results SubPath: MountPropagation:<nil> SubPathExpr:}] VolumeDevices:[] LivenessProbe:nil ReadinessProbe:nil Lifecycle:nil TerminationMessagePath: TerminationMessagePolicy: ImagePullPolicy:Always SecurityContext:nil Stdin:false StdinOnce:false TTY:false} objectKind:{gvk:{Group: Version: Kind:}}} ExtraVolumes:[] objectKind:{gvk:{Group: Version: Kind:}}}

Loaded file: sonobuoy-config:
  driver: Daemonset
  plugin-name: e2eds
  result-format: junit
  result-type: e2eds
spec:
  command:
  - /run_e2e.sh
  env:
  - name: E2E_DRYRUN
    value: "true"
  - name: E2E_FOCUS
    value: \[Conformance\]
  - name: E2E_SKIP
    value: Alpha|\[(Disruptive|Feature:[^\]]+|Flaky)\]
  - name: E2E_PARALLEL
    value: "1"
  image: gcr.io/google-containers/conformance:v1.14.2
  imagePullPolicy: Always
  name: e2e
  resources: {}
  volumeMounts:
  - mountPath: /tmp/results
    name: results


Loaded def: {SonobuoyConfig:{Driver:Daemonset PluginName:e2eds ResultType:e2eds SkipCleanup:false ResultFormat:junit ResultFile: objectKind:{gvk:{Group: Version: Kind:}}} Spec:{Container:{Name:e2e Image:gcr.io/google-containers/conformance:v1.14.2 Command:[/run_e2e.sh] Args:[] WorkingDir: Ports:[] EnvFrom:[] Env:[{Name:E2E_DRYRUN Value:true ValueFrom:nil} {Name:E2E_FOCUS Value:\[Conformance\] ValueFrom:nil} {Name:E2E_SKIP Value:Alpha|\[(Disruptive|Feature:[^\]]+|Flaky)\] ValueFrom:nil} {Name:E2E_PARALLEL Value:1 ValueFrom:nil}] Resources:{Limits:map[] Requests:map[]} VolumeMounts:[{Name:results ReadOnly:false MountPath:/tmp/results SubPath: MountPropagation:<nil> SubPathExpr:}] VolumeDevices:[] LivenessProbe:nil ReadinessProbe:nil Lifecycle:nil TerminationMessagePath: TerminationMessagePolicy: ImagePullPolicy:Always SecurityContext:nil Stdin:false StdinOnce:false TTY:false} objectKind:{gvk:{Group: Version: Kind:}}} ExtraVolumes:[] objectKind:{gvk:{Group: Version: Kind:}}}

Loaded file: sonobuoy-config:
  driver: Job
  plugin-name: singlefile
  result-format: raw
  result-type: singlefile
spec:
  command:
  - ./run.sh
  image: schnake/singlefileresults:v0.1
  name: plugin
  resources: {}
  volumeMounts:
  - mountPath: /tmp/results
    name: results


Loaded def: {SonobuoyConfig:{Driver:Job PluginName:singlefile ResultType:singlefile SkipCleanup:false ResultFormat:raw ResultFile: objectKind:{gvk:{Group: Version: Kind:}}} Spec:{Container:{Name:plugin Image:schnake/singlefileresults:v0.1 Command:[./run.sh] Args:[] WorkingDir: Ports:[] EnvFrom:[] Env:[] Resources:{Limits:map[] Requests:map[]} VolumeMounts:[{Name:results ReadOnly:false MountPath:/tmp/results SubPath: MountPropagation:<nil> SubPathExpr:}] VolumeDevices:[] LivenessProbe:nil ReadinessProbe:nil Lifecycle:nil TerminationMessagePath: TerminationMessagePolicy: ImagePullPolicy: SecurityContext:nil Stdin:false StdinOnce:false TTY:false} objectKind:{gvk:{Group: Version: Kind:}}} ExtraVolumes:[] objectKind:{gvk:{Group: Version: Kind:}}}

time="2019-07-31T20:56:27Z" level=info msg="Filtering namespaces based on the following regex:.*"
time="2019-07-31T20:56:27Z" level=info msg="Namespace default Matched=true"
time="2019-07-31T20:56:27Z" level=info msg="Namespace heptio-sonobuoy Matched=true"
time="2019-07-31T20:56:27Z" level=info msg="Namespace kube-node-lease Matched=true"
time="2019-07-31T20:56:27Z" level=info msg="Namespace kube-public Matched=true"
time="2019-07-31T20:56:27Z" level=info msg="Namespace kube-system Matched=true"
time="2019-07-31T20:56:27Z" level=info msg="Starting server Expected Results: [{kind-control-plane singlefileds} {global tar} {kind-control-plane tarresultsds} {global e2e} {kind-control-plane e2eds} {global singlefile}]"
time="2019-07-31T20:56:27Z" level=info msg="Starting annotation update routine"
time="2019-07-31T20:56:27Z" level=info msg="Starting aggregation server" address=0.0.0.0 port=8080
time="2019-07-31T20:56:27Z" level=info msg="Running plugin" plugin=singlefileds
time="2019-07-31T20:56:27Z" level=info msg="Running plugin" plugin=tar
time="2019-07-31T20:56:27Z" level=info msg="Running plugin" plugin=tarresultsds
time="2019-07-31T20:56:27Z" level=info msg="Running plugin" plugin=e2e
time="2019-07-31T20:56:27Z" level=info msg="Running plugin" plugin=e2eds
time="2019-07-31T20:56:27Z" level=info msg="Running plugin" plugin=singlefile
time="2019-07-31T20:56:32Z" level=info msg="received aggregator request" client_cert=singlefile plugin_name=singlefile
time="2019-07-31T20:56:32Z" level=info msg="received aggregator request" client_cert=tar plugin_name=tar
time="2019-07-31T20:56:32Z" level=info msg="received aggregator request" client_cert=tarresultsds node=kind-control-plane plugin_name=tarresultsds
time="2019-07-31T20:56:33Z" level=info msg="received aggregator request" client_cert=singlefileds node=kind-control-plane plugin_name=singlefileds
time="2019-07-31T20:56:33Z" level=info msg="received aggregator request" client_cert=e2eds node=kind-control-plane plugin_name=e2eds
time="2019-07-31T20:56:33Z" level=info msg="received aggregator request" client_cert=e2e plugin_name=e2e
time="2019-07-31T20:56:33Z" level=info msg="Last update to annotations on exit"
time="2019-07-31T20:56:33Z" level=info msg="runtimeclasses not specified in non-nil Resources. Skipping runtimeclasses query."
time="2019-07-31T20:56:33Z" level=info msg="csinodes not specified in non-nil Resources. Skipping csinodes query."
time="2019-07-31T20:56:33Z" level=info msg="csidrivers not specified in non-nil Resources. Skipping csidrivers query."
time="2019-07-31T20:56:33Z" level=info msg="events not specified in non-nil Resources. Skipping events query."
time="2019-07-31T20:56:33Z" level=info msg="secrets not specified in non-nil Resources. Skipping secrets query."
time="2019-07-31T20:56:33Z" level=info msg="horizontalpodautoscalers not specified in non-nil Resources. Skipping horizontalpodautoscalers query."
time="2019-07-31T20:56:33Z" level=info msg="Collecting Node Configuration and Health..."
time="2019-07-31T20:56:33Z" level=info msg="Creating host results for kind-control-plane under /tmp/sonobuoy/3e084b52-d943-4bc6-8057-f551fa43e88a/hosts/kind-control-plane\n"
time="2019-07-31T20:56:34Z" level=info msg="Running cluster queries"
time="2019-07-31T20:56:34Z" level=info msg="Running ns query (default)"
time="2019-07-31T20:56:34Z" level=info msg="Running ns query (heptio-sonobuoy)"
time="2019-07-31T20:56:34Z" level=info msg="Running ns query (kube-node-lease)"
time="2019-07-31T20:56:35Z" level=info msg="Running ns query (kube-public)"
time="2019-07-31T20:56:36Z" level=info msg="Running ns query (kube-system)"
time="2019-07-31T20:56:36Z" level=info msg="Namespace default Matched=false"
time="2019-07-31T20:56:36Z" level=info msg="Namespace heptio-sonobuoy Matched=true"
time="2019-07-31T20:56:36Z" level=info msg="Namespace kube-node-lease Matched=false"
time="2019-07-31T20:56:36Z" level=info msg="Namespace kube-public Matched=false"
time="2019-07-31T20:56:36Z" level=info msg="Namespace kube-system Matched=false"
time="2019-07-31T20:56:36Z" level=info msg="Collecting Pod Logs by namespace (heptio-sonobuoy)"
