control plane units never die
Bug #1968237 reported by
Kevin W Monroe
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Kubernetes Control Plane Charm |
Triaged
|
Medium
|
Kevin W Monroe |
Bug Description
If you've ever run 'juju destroy-model $ck-model', you know 2 things:
1. The model never dies because the control-plane units do reactive things forever
2. --force is your friend
Let's fix that. Figure out what's keeping the c-p units from gracefully dying and stop doing those things.
Changed in charm-kubernetes-master: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Kevin W Monroe (kwmonroe) |
milestone: | none → 1.24 |
tags: | added: review-needed |
Changed in charm-kubernetes-master: | |
milestone: | 1.24 → none |
Changed in charm-kubernetes-master: | |
status: | In Progress → Triaged |
To post a comment you must log in.
PR for k-c-p:
https:/ /github. com/charmed- kubernetes/ charm-kubernete s-control- plane/pull/ 214