update_ingress
Merges new rules and annotations into an existing Kubernetes Ingress, with optional dry-run for safe preview.
Instructions
Updates an existing Ingress. Merges new rules or annotations into the existing Ingress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rules | No | Rules to append or replace (advanced usage) | |
| dryRun | No | If true, simulates the action without making changes | |
| cluster | No | Target cluster name (default: 'default') | |
| namespace | Yes | The Kubernetes namespace | |
| annotations | No | Annotations to merge | |
| ingressName | Yes | The name of the Ingress to update |