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
  • added 1 commit

    • 95641da0 - Handle crds and k8s resources

    Compare with previous version

  • Simon Ehrenstein marked the checklist item Discuss to which extend K8s native resources should be handled for deletion as completed

    marked the checklist item Discuss to which extend K8s native resources should be handled for deletion as completed

  • Simon Ehrenstein marked the checklist item Replace temporary logs with actual deletion as completed

    marked the checklist item Replace temporary logs with actual deletion as completed

  • Simon Ehrenstein marked the checklist item Test as completed

    marked the checklist item Test as completed

  • Simon Ehrenstein changed the description

    changed the description

  • Simon Ehrenstein changed the description

    changed the description

  • added 1 commit

    • 797ca855 - Use new crd definition for benchmark

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Simon Ehrenstein changed title from Draft: Handle CRDs to Draft: Allow deletion of K8s resources in actions

    changed title from Draft: Handle CRDs to Draft: Allow deletion of K8s resources in actions

  • Simon Ehrenstein marked the checklist item Adjust benchmarks according to new CRD as completed

    marked the checklist item Adjust benchmarks according to new CRD as completed

  • Simon Ehrenstein marked the checklist item Adjust benchmarks according to new CRD as incomplete

    marked the checklist item Adjust benchmarks according to new CRD as incomplete

  • Simon Ehrenstein resolved all threads

    resolved all threads

  • Sören Henning changed the description

    changed the description

    • Resolved by Simon Ehrenstein

      Regrading the above example, it should be

      beforeActions:
        - delete:
           selector:
             apiVersion: kafka.strimzi.io/v1beta2
             kind: KafkaTopic
             nameRegex: ^cluster-dump-.* # fixed indentation

      right?

  • Sören Henning changed milestone to %0.8.0

    changed milestone to %0.8.0

  • assigned to @she

  • Simon Ehrenstein resolved all threads

    resolved all threads

  • Simon Ehrenstein changed the description

    changed the description

  • Simon Ehrenstein resolved all threads

    resolved all threads

  • Simon Ehrenstein marked the checklist item Adjust benchmarks according to new CRD as completed

    marked the checklist item Adjust benchmarks according to new CRD as completed

  • Simon Ehrenstein marked this merge request as ready

    marked this merge request as ready

  • Sören Henning added 248 commits

    added 248 commits

    • a525170a...fc82f753 - 245 commits from branch she:master
    • 070c2be8 - Merge branch 'master' into feature/318-action-type-for-deleting-resources
    • eddc24d8 - Fix wrong types
    • c570c4b6 - Fix broken CRD schema and update API reference

    Compare with previous version

  • Sören Henning marked the checklist item Update docs as completed

    marked the checklist item Update docs as completed

  • Sören Henning marked the checklist item Update docs as incomplete

    marked the checklist item Update docs as incomplete

  • mentioned in issue #383 (closed)

  • Sören Henning marked the checklist item Update docs as completed

    marked the checklist item Update docs as completed

  • API reference is updated with c570c4b6. Further, textual documentation will be added with the release of v0.8.0, see #383 (closed).

  • Sören Henning marked the checklist item Encure CI completes successfully as completed

    marked the checklist item Encure CI completes successfully as completed

  • Sören Henning approved this merge request

    approved this merge request

  • Sören Henning mentioned in commit d96b5c77

    mentioned in commit d96b5c77

  • Please register or sign in to reply
    Loading