Skip to content

Commit

Permalink
Update plugin manifest according to suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
teocns committed Jan 6, 2025
1 parent 487ee35 commit 919d1e8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions plugins/finalize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ metadata:
spec:
version: v0.1.1
homepage: https://github.com/teocns/kubectl-finalize
shortDescription: Force delete stuck Kubernetes resources
shortDescription: Force delete stuck resources
description: |
A kubectl plugin to force delete Kubernetes resources that are stuck in Terminating state.
It removes finalizers and performs a force deletion of the resource.
This plugin helps remove Kubernetes resources that are stuck in a Terminating
state. It safely removes finalizers and performs a force deletion of the
resource. The plugin includes safety checks to validate resource state before
attempting deletion and supports any resource type including custom resources.
platforms:
- selector:
matchLabels:
Expand Down

0 comments on commit 919d1e8

Please sign in to comment.