Scott Crooks

Results 28 comments of Scott Crooks

@Mattnmoore I tried forking this repo, and implementing the changes in https://github.com/bonclay7/aws-amicleaner/pull/87, but it didn't work. Do you have a working fork?

Can I ask, what's the status on this? @zephraph 's previous comment was on a PR that was closed. Is something needed for this project? Is something missing from the...

Agree with @jaymccon about having an `--older-than` flag just like the https://github.com/gruntwork-io/cloud-nuke project has. That project is buggy as hell though, whereas this one is written quite well.

> Hello, > Could you please inform me about plans with native support apple m1 cpu? This comes down to the `goreleaser` project. It was added here: https://github.com/goreleaser/goreleaser/pull/1956. I'll submit...

@mkosterin I think this can be closed now since the PR was merged. Probably @norwoodj will create a release fairly soon, and then the multi-arch binaries / Docker images will...

I think this is related to how `pre-commit` / YAML in general handles command line arguments. Have you tried the following? ```yaml repos: - repo: https://github.com/norwoodj/helm-docs rev: v1.2.0 hooks: -...

Was there any progress on this? I would like this feature as well, but it seems that this PR is now very stale.

I have something else to add: the webhook itself _also_ needs whitelisting. I currently have the following `NetworkPolicy` in my `cert-manager` namespace: ```yaml apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: ingress-allow-same-namespace...

@GramozKrasniqi Thank you for the response, that does make sense. If I'm implementing a `NetworkPolicy` on a managed platform like Amazon EKS, what `podSelector` or `ipBlock` would we whitelist though?