-
Notifications
You must be signed in to change notification settings - Fork 54
install LVMS operator for openshift preset #867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am thinking it again and following points what I observe
|
for the hostpath-provisioner we have to maintain the versions of the images because its not installed as a operator, but we create daemonsets and some service plus rbac stuff, but the LVMS is a operator managed by OLM so for this we don't have to bump versions of the images, we just have to create the subscription and the correct version is installed by OLM.. the two resources that we are creating for this during SNC (operator-group and subscription) don't have any version related fields in the spec
yes images are pulled, there's an increase of ~100MB in bundle size, and it creates a deployment with 1 replica after the operator is installed |
In this case should we just copy those artifacts to VM under |
this is done in snc to reduce the time the user has to wait for |
We've decided not to pursue this, as user can install the operator/perform the setup operations even after starting the cluster |
By following the installation guide on: https://docs.openshift.com/container-platform/4.15/storage/persistent_storage/persistent_storage_local/persistent-storage-using-lvms.html#install-lvms-operator-cli_logical-volume-manager-storage
create the namespace, operatorgroup and subscription resources during snc leaving the
LVMCluster
crd resource to be created uponcrc start
The text was updated successfully, but these errors were encountered: