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
{{ message }}
This repository has been archived by the owner on May 6, 2022. It is now read-only.
We currently do not correctly support plan update to Instances correctly from what I can tell. We should:
Only allow changes to the PlanName field of InstanceSpec if the ServiceClass is plan-updatable (sounds like an admission controller to me)
Send the prior plan ID correctly (this is something that it is not yet obvious to me how we should solve in the API - seems like the admission controller could be responsible for setting a field, perhaps in an UpdateParameters field on the spec that the controller could then clear)
The text was updated successfully, but these errors were encountered:
We currently do not correctly support plan update to Instances correctly from what I can tell. We should:
PlanName
field ofInstanceSpec
if theServiceClass
is plan-updatable (sounds like an admission controller to me)UpdateParameters
field on the spec that the controller could then clear)The text was updated successfully, but these errors were encountered: