digitalocean / digitalocean/godo
Kubernetes.DeleteDangerous() does not delete PVC Volumes
Open
- Dominant language
- Go
- Stars
- 1.5k
- Forks
- 389
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 15
Description
According to the [`doctl kubernetes cluster delete` docs](https://docs.digitalocean.com/reference/doctl/reference/kubernetes/cluster/delete/#flags), the `--dangerous` flag should delete PVC volumes
However, `godo.Client.Kubernetes.DeleteDangerous()` does not delete PVC Volumes
Using the latest version: `v1.113.0`
Contributor guide
Research direction
Start at godo.Client.Kubernetes.DeleteDangerous() and compare its behavior with the doctl kubernetes cluster delete documentation for the --dangerous flag. Trace how cluster deletion options are sent, then verify that PVC volumes are included when the dangerous deletion is requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- cloud, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100