Deletion of Resources on Custom Resource deletion

Open
#17 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
go, kubernetes, mysql
Domain
databases, devops

Research direction

Start by tracing the MySQLInstanceController reconciliation and deletion handling for a mysqlinstancecontroller resource. Check how the underlying Deployment, Service, ConfigMap, and other resources are created, then verify that deleting the custom resource removes them all and that the controller's tests cover this behavior.

Written by the indexing model from the issue text.

Description

currently if a mysqlinstancecontroller resource is deleted the underlying resources like the deployment , service , configmap etc are still present.

These must be removed on deletion of the resource.

Dominant language
Go
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from DiptoChakrabarty/MySQLInstanceController

All issues in DiptoChakrabarty/MySQLInstanceController

Similar issues

More Go issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.