Add Strimzi, Console and Registry installation to the quickstart#1
Add Strimzi, Console and Registry installation to the quickstart#1tomncooper wants to merge 5 commits intomainfrom
Conversation
* Add the Strimzi, StreamsHub Console and Apicurio Registry Operator install to the base kustomization * Add the single-node Kafka, Streamshub Console instance and Apircurio Registry instance installation to the stack kustomization * Add install and uninstall scripts * Add version update script * Add Readme with intall and usage instructions Signed-off-by: Thomas Cooper <code@tomcooper.dev>
MikeEdgar
left a comment
There was a problem hiding this comment.
This LGTM. I plan on testing this with an OCP cluster, but I don't think that's a blocker to merge.
|
On openshift I miss note in readme about exposing svc using routes and maybe call ommand in shell script if it is running against openshift. Or even better we can use overlays for openshift. |
|
@kornys do you want that to part of this PR or can we add the OCP overlays and docs as a later PR? |
It can be part of another PR Im okey with that. But I was confused by description that it should be tested also on OCP so I expected that this PR covers all platforms. |
|
@kornys I updated the PR description to be a bit clearer. This PR is not the finished state, just the initial starting point. I would like to add several things before v1:
If you are ok with this, can you approve this PR and we can then work on the other aspects. |
Signed-off-by: Thomas Cooper <code@tomcooper.dev>
Signed-off-by: Thomas Cooper <code@tomcooper.dev>
Signed-off-by: Thomas Cooper <code@tomcooper.dev>
Signed-off-by: Thomas Cooper <code@tomcooper.dev>
Following on from the Quick-Start Proposal. This is the initial implementation of the quick-start kustomize setup, with the basic Event Stack (Strimzi, Console and Registry).
This has only been tested on minikube (on Fedora Linux) so far. We will need test this on MacOS and with KIND and OCP etc. Any changes (script update, overlays) needed for those platforms can form future PRs. We can do an official v1 release once we have have those covered.