kubecost / cluster-turndown

Automated turndown of Kubernetes clusters on specific schedules.
Apache License 2.0
259 stars 23 forks source link

Updating a Turndown Resource Fails #26

Open mbolt35 opened 4 years ago

mbolt35 commented 4 years ago

Using kubectl edit tds or kubectl apply to update a turndown schedule resource does not function as expected. We'll need to work outsome of the fences for "when" you're allowed to update. For example, prevention of modifying a turndown schedule while turndown is executing.

Work Around: Delete the resource with kubectl delete tds, and then recreate the schedule.

Adam-Stack-PM commented 2 years ago

@mbolt35 Should I get this issue on a roadmap, or should we close it out?

mbolt35 commented 2 years ago

@AdamStack18 I think it's still something useful to have, but I'm not sure where it fits in terms of priority.