-
Notifications
You must be signed in to change notification settings - Fork 11
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
make the vddk creation more fluent #98
Conversation
Signed-off-by: borod108 <[email protected]>
Signed-off-by: borod108 <[email protected]>
4386646
to
07faf10
Compare
source: redhat-operators | ||
sourceNamespace: openshift-marketplace | ||
--- | ||
|
||
allowVolumeExpansion: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So do I understand corectly that you now rely on assisted installer to configure LVMCluster CR, but the only think you can't configure is the storage class, so you do it using gitops?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Can you please investigate if you can use this feature:
openshift/assisted-installer#940
To setup storage class?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow this is a super cool feature! I will investigate it, thank you!
apiVersion: v1 | ||
kind: Secret | ||
metadata: | ||
name: vmware-credentials |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need empty credentials?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added custom manifests - if they are applied all the prerequisites to run the main manifest are installed and no other manual intervention is required