remove_annotation
Remove specific annotations from Kubernetes resources, such as pods, services, or deployments, by specifying the resource type, name, and annotation key. Simplifies Kubernetes management through targeted cleanup.
Instructions
Remove an annotation from a Kubernetes resource
Input Schema
Name | Required | Description | Default |
---|---|---|---|
annotation_key | Yes | ||
namespace | No | default | |
resource_name | Yes | ||
resource_type | Yes |