Skip to content

Commit 9357d19

Browse files
committed
Review comments FV
Signed-off-by: Jakub Scholz <[email protected]>
1 parent be25e48 commit 9357d19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

117-v1-CRD-API-Conversion-Tool.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ It will have 3 commands:
5555
### Workflow
5656

5757
Users will be able to use the `convert-file` or `convert-resource` commands at any point between the Strimzi 0.49 and 0.52 / 1.0.0 release.
58+
The conversion must be done after upgrading to Strimzi 0.49 or later.
5859
Conversion is required no later than the upgrade to Strimzi 0.52.0 / 1.0.0.
5960
The converted resources will work with the Strimzi versions 0.49.0 and newer.
6061
Users can decide whether to convert resources directly in the cluster or, for example, convert YAML files offline and commit them to a GitOps repository.
@@ -89,6 +90,7 @@ The changes which the Conversion Tool will not be able to handle are:
8990
* Removal of the `externalConfiguration` section in the `KafkaConnect` CR
9091

9192
However, the Conversion Tool will detect these changes, fail the conversion, and request the user to do the conversion manually before re-running the tool.
93+
It will also provide a link to the documentation for the manual conversion.
9294

9395
### Release process
9496

@@ -111,6 +113,8 @@ Additionally, System Tests will be added to test the whole lifecycle of the conv
111113
* Running the conversion
112114
* Removing the old API versions (and eventually in the last phase also install the operator using the `v1` API version)
113115

116+
The System tests related to the conversion will be removed again after the Strimzi 0.52 / 1.0.0 release.
117+
114118
## Rejected alternatives
115119

116120
### Writing the Conversion Tool in Golang

0 commit comments

Comments
 (0)