Add instructions on how to generate operators bundle
machi1990 opened this issue ยท 8 comments
Add instructions for generating operator bundle as per the following shell script: https://github.com/bf2fc6cc711aee1a0c2a/kas-installer/blob/main/operators/generate-kas-fleetshard-olm-bundle.sh
I'll plan to add a wiki page for this next week.
Added Deploying kas-fleetshard from Source to the wiki.
Thank you @MikeEdgar
Can we also add an example similar to https://github.com/bf2fc6cc711aee1a0c2a/kas-installer/wiki/Deploying-kas-fleetshard-from-Source#example of when using a remote git ref?
Another thing which I think might be useful mentioning are:
- having
opm
- having
operator-sdk
binaries installed.
Assuming that someone has java
and mvn
installed already :-)
Yes, I'll mention that also. Too much is assumed, for sure
Thank you Mike
Updated the wiki page with requirements. Perhaps at some point we can wrap the process in an image so that clients only need a container runtime.
Thanks.
+1 I like that idea.