-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Skip checks at container level #168
Labels
enhancement
New feature or request
Comments
1 task
Merged
Fixed v0.25.6 |
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this issue
Jan 3, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [derailed/popeye](https://github.com/derailed/popeye) | patch | `v0.21.5` -> `v0.21.6` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>derailed/popeye (derailed/popeye)</summary> ### [`v0.21.6`](https://github.com/derailed/popeye/releases/tag/v0.21.6) [Compare Source](derailed/popeye@v0.21.5...v0.21.6) <img src="https://raw.githubusercontent.com/derailed/popeye/master/assets/popeye_logo.png" align="right" width="200" height="auto"/> ### Release v0.21.6 #### Notes Thank you to all that contributed with flushing out issues and enhancements for Popeye! I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev and see if we're happier with some of the fixes! If you've filed an issue please help me verify and close. Your support, kindness and awesome suggestions to make Popeye better is as ever very much noticed and appreciated! This project offers a GitHub Sponsor button (over here 👆). As you well know this is not pimped out by big corps with deep pockets. If you feel `Popeye` is saving you cycles diagnosing potential cluster issues please consider sponsoring this project!! It does go a long way in keeping our servers lights on and beers in our fridge. Also if you dig this tool, please make some noise on social! [@​kitesurfer](https://twitter.com/kitesurfer) *** #### Maintenance Release *** #### Resolved Issues - [#​370](derailed/popeye#370) default service account check - [#​356](derailed/popeye#356) Allow foreground execution, with output to STDOUT/STDERR and disabling output to popeye.log file - [#​341](derailed/popeye#341) Linter Node : no linters matched query - [#​337](derailed/popeye#337) Output logs in stdout instead of file - [#​301](derailed/popeye#301) Allow Popeye to be used by more than one user on a host (/tmp/popeye.log permission problem) - [#​267](derailed/popeye#267) Allow container exclusions based on regex - [#​200](derailed/popeye#200) Can't filter containers in spinach.yaml for deployments - [#​168](derailed/popeye#168) Skip checks at container level *** <img src="https://raw.githubusercontent.com/derailed/popeye/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4wIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
spinach configuration allows you to skip all checks for a container or codes for all containers in a pod. I'd like to skip particular codes on specific containers.
e.g. I know my 'fred' pod has a 'jim' container that has to run as root, but would like to check other problems on that container and other containers in the same pod running as root
Describe the solution you'd like
Allow specification of a list of codes on a container. Something like
Describe alternatives you've considered
Could alternatively have a different field e.g. 'containercodes' which is a map of container names to lists of codes, rather than redefining 'containers' to be structured
At present I need to leave codes unsuppressed and postprocess the Popeye output.
The text was updated successfully, but these errors were encountered: