You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Using
kubectl edit tds
orkubectl 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.The text was updated successfully, but these errors were encountered: