finalizers icon indicating copy to clipboard operation
finalizers copied to clipboard

Stupid Finalizers

Results 5 finalizers issues
Sort by recently updated
recently updated
newest added

Maybe something like this? https://medium.com/pareture/script-to-force-remove-kubernetes-namespace-finalizer-57b72bd9460d

This currently fails to build on Apple Silicon-based Macs with an error along the lines of the following: ``` /Users/nick/src/golang/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:105:3: //go:linkname must refer to declared function or variable /Users/nick/src/golang/pkg/mod/golang.org/x/[email protected]/unix/zsyscall_darwin_arm64.go:121:3: //go:linkname...

Adds initial bits to publish as a Kubernetes plugin using goreleaser and krew. Action is triggered when a release is cut (vX.Y.Z), goreleaser runs and uploads the archives. If you're...

listing all finalizers works fine (via `-a`) ``` finalizers -a | grep logging logging datadir-scylladb-0 v1 PersistentVolumeClaim [kubernetes.io/pvc-protection] logging datadir-scylladb-1 v1 PersistentVolumeClaim [kubernetes.io/pvc-protection] logging datadir-scylladb-2 v1 PersistentVolumeClaim [kubernetes.io/pvc-protection] ``` but...

for now it's only required to renaming the `finalizers` binary to `kubectl-finalizers` to work/use finalizers via `kubectl` (as plugin). ```bash kubectl finalizers -a NAMESPACE NAME APIVERSION KIND FINALIZERS v1alpha1.snapshot.storage.k8s.io apiregistration.k8s.io/v1beta1...