tspearconquest
tspearconquest
#### For new checks and feature suggestions - [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this - [x] I searched through https://github.com/koalaman/shellcheck/issues and didn't find...
**Actual behavior** When trying to build the debug image for the executor using the `executor:v1.8.1-debug` image to run the build, the build fails. ~When trying to build an example image...
**Please describe your feature request.** I recently started working on a way to replace our CI pipeline code that leverages `sed` to perform string replacement in kubernetes manifests with `yq`...
**Describe the issue** Hello, I was looking for a way to change the output filename when using the `-o` flag. I can specify the path to save the file, but...
[BUG] Injection fails in some cases when using multiple `imagePullSecrets` in a deployment manifest
**Note: Make sure to check out known issues (https://akv2k8s.io/troubleshooting/known-issues/) before submitting** **Components and versions** Select which component(s) the bug relates to with [X]. [ ] Controller, version: `x.x.x` (docker image...
**Is your feature request related to a problem? Please describe.** Yes. We need to set the imagePullPolicy value for the `initContainer` which is injected into pods by this tool. The...
**Is your feature request related to a problem? Please describe.** - We are looking for ways to further enhance the security of our infrastructure, and so we want to add...
### What problem are you trying to solve? In #8100 I discussed how to work around an issue with initContainers that need functioning network connectivity during the init phase of...
**Motivation** See: https://kubernetes.slack.com/archives/CMWH3EH32/p1645638482806989 In a Kubernetes cluster, when running Docker in Docker, a containerized socket is created which is separate from the host's CRI. This socket has enough functionality to...
**Describe the bug** We recently setup k8s audit logging in our dev cluster on AKS and configured the audit log forwarder to forward events to falco. Upon loading the rules,...