Skip to content
Snippets Groups Projects

Allow deletion of K8s resources in actions

Fix #318 (closed)

Todo List:

  • Discuss to which extend K8s native resources should be handled for deletion
  • Replace temporary logs with actual deletion
  • Test
  • Encure CI completes successfully
  • Adjust benchmarks according to new CRD
  • Update docs

Comment: Now, universal K8s resources are supported by specifying api/version and Kind CRD Usage:

beforeActions:
  - delete:
     selector:
       apiVersion: kafka.strimzi.io/v1beta2
       kind: KafkaTopic
       nameRegex: ^cluster-dump-.*
Edited by Sören Henning

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading