If I want to add a field in a CRD(without change any exist field), Should I do it by create a new version?
If I should create a new version, then what's the disadvantages of directly modifying the original version?
If I want to add a field in a CRD(without change any exist field), Should I do it by create a new version?
If I should create a new version, then what's the disadvantages of directly modifying the original version?
Copyright © 2021 Jogjafile Inc.
As explained in the blog written by Dinesh Parvathaneni, you can validate the points as mentioned below:
CRDs are similar to K8s built-in types and the expectation for operator developers is to follow the same guidelines when it comes to their versioning.
Hope the above information is useful to you.