Skip to content
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

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

borod108
Copy link
Collaborator

Added custom manifests - if they are applied all the prerequisites to run the main manifest are installed and no other manual intervention is required

source: redhat-operators
sourceNamespace: openshift-marketplace
---

allowVolumeExpansion: true
Copy link
Collaborator

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Copy link
Collaborator

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?

Copy link
Collaborator Author

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
Copy link
Collaborator

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@machacekondra machacekondra merged commit c6bcdd6 into kubev2v:main Dec 11, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants