What happens when custom resource definitions are created, resources are created, and the resource definition is updated with additional required attributes?
Custom resource definitions can be updated after resources have been created using that definition. If there are required attributed added then you will see the following modal pop up:
If you confirm the update then you will see the following banner on any affected resources where the schema update is a breaking change:
Similar updates can be made via the API, if a breaking change is going to be made, then the
force
attribute needs to be set to true
.
Comments
0 comments
Article is closed for comments.