-
While migrating from rebuy-de/aws-nuke to libnuke in https://github.com/fluxcd/test-infra/pull/39, I encountered a panic due to the invert filter at https://github.com/ekristen/libnuke/blob/v0.15.0/pk…
-
@ekristen thanks again for the help yesterday. I have a new issue with a segfault. Note I've omitted trace output, but there's no additional logging that happens after "scan complete..." and the pan…
-
how can i help troubleshoot this issue?
segfault message:
```
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address …
-
Issue with cluster deletion: VPC can't be deleted because of the VPC Interface endpoints. The endpoints are used by the EKS for communication, so it looks like a bug in CAPA, since these endpoints loo…
-
We're tagging all of our resources we want to keep from nuking with a specific tag.
Is it possible to do something like this in the config:
```
presets:
keep-tag:
filters:
*:
…
-
```
SageMakerUserProfiles
ECSCluster
ServiceDiscoveryNamespace
SQSQueue
CognitoUserPoolDomain
CognitoUserPoolClient
CognitoUserPool
CognitoIdentityProvider
ElasticacheSubnetGroup
Elasticache…
-
At the moment resource group exclusions will prevent the group being destroyed but owned resources are still flagged for destruction. Could we add an option to also exclude the resources owned by the…
-
The code snippet in the README.md file makes use of the cli flag `--resource-id` but upon reviewing the code at [commands.go](https://github.com/ekristen/azure-nuke/blob/main/pkg/commands/nuke/command…
-
attempting to build on 12.5.1 fails.
I did
zig build -Dv20=true
and got:
error(compilation): clang failed with stderr: /Users/dlr/src/virtualxt/front/sdl/main.c:117:20: error: static dec…
-
Hey there,
I recently noticed that in older versions of Nuke and Mari, that I occasionally have to use for various reasons, using Qt.py leads to a segmentation fault induced crashes on Linux (CentOS …