Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Clean up external resources ( storage bucket ) for Gatling object #25

Open
yokawasa opened this issue Jan 10, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@yokawasa
Copy link
Contributor

Feature request

It's good to have an option to clean up the external resources such as the s3 bucket created for the Gatling object when the corresponding Gatling object is deleted from Kubernetes. Currently the external resources are not cleaned up.

For example, adding a new field named cleanupExternalResources in Gatling API type, if the field is set true, the controller deletes external resources for the Gatling object when the corresponding Gatling is deleted

apiVersion: gatling-operator.tech.zozo.com/v1alpha1
kind: Gatling
metadata:
  name: gatling-sample01
spec:
  generateReport: false
  notifyReport: false
  cleanupAfterJobDone: false    
  cleanupExternalResources: true <<<<  new field
...omit...
@yokawasa yokawasa added enhancement New feature or request help wanted Extra attention is needed labels Jan 10, 2022
@chinkame chinkame self-assigned this Mar 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants