k8s_apply_resource
Apply a Kubernetes resource configuration to create or update it, similar to 'kubectl apply', across multiple clusters.
Instructions
Apply a configuration to a resource (create if it doesn't exist, update if it does). Similar to 'kubectl apply'. The content must include apiVersion, kind, and metadata with name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | ||
| namespace | No | ||
| yaml_content | Yes |