CRD handling #316
Unanswered
exu
asked this question in
Architecture
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CRD is some kind of schema for data (CR)
in database world you will not remove whole table when migrating schema
IMO we need to start versioning it and make migrations of existing data between versions
e.g.
last update which added
executor_type
toExecutor
CRDshould have migration which adds “rest” for all executors (postman,cypress,curl)
we could have
kubectl kubtest upgrade
command which will handle your cluster upgradesBeta Was this translation helpful? Give feedback.
All reactions