-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: support etcd volume #305
Conversation
this doc is wrong https://cluster-api-openstack.sigs.k8s.io/topics/crd-changes/v1alpha6-to-v1alpha7#creation-of-additionalblockdevices storage.type should be `Volume` in uppercase
@okozachenko1203: The only thing I'm 'worried' about is the behaviour of CAPO when a new VM is created -- does it conserve the volume or create a new one? If it creates a new one, that's what we want since all the |
It does recreate volumes. |
Can we set the volume type with this patch also like having an encrypted volume? |
Yeah, that is why we have |
I see that, but this does not seem to work 100% of the time. Perhaps it is a timing problem, where the rm command runs before cloud-init mounts the etcd volume sometimes? |
fix #291