
Sonobuoy
Sonobuoy is a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a choice of configuration tests in an accessible and non-destructive manner.
Documentation - Sonobuoy
Sonobuoy is a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a set of plugins (including Kubernetes conformance tests) in an accessible and non …
Documentation - sonobuoy.io
Resources: A list of resources which Sonobuoy will query for in every namespace in which it runs queries. In the namespace in which Sonobuoy is running, PodLogs, Events, and …
Plugins - Sonobuoy
Sonobuoy was always designed to facilitate third-party plugins in order to accommodate custom testing requirements, and recently, the work on Sonobuoy made some advanced plugins …
Documentation - Sonobuoy
Sonobuoy has gathered the list of tests for different Kubernetes versions and allows you to quickly check the result of focus/skip values: sonobuoy e2e --focus foo --skip bar It can be particularly …
Documentation - sonobuoy.io
Sonobuoy Plugins Overview. The main function of Sonobuoy is running plugins; each plugin may run tests or gather data in the cluster. When you first run Sonobuoy, an aggregator pod is …
Documentation - sonobuoy.io
Sonobuoy provides many flags to customize your run but sometimes you have a special use case that isn’t supported yet. For these cases, Sonobuoy provides sonobuoy gen. The command …
Does Testing Kubernetes Conformance Leave You in the Dark
Dec 6, 2019 · In Sonobuoy 0.15.4, we introduced the ability for plugins to report their plugin’s progress to Sonobuoy by using a customizable webhook. Reporting status is incredibly …
Documentation - Sonobuoy
A Sonobuoy snapshot is a gzipped tarball, named YYYYmmDDHHMM_sonobuoy_<uuid>.tar.gz. where YYYYmmDDHHMM is a timestamp containing the year, month, day, hour, and minute …
Documentation - Sonobuoy
you can run sonobuoy images and get a list of test images as expected. Update the release notes if desired on GitHub by editing the newly created release. Notes. Before releasing, ensure all …