-
Notifications
You must be signed in to change notification settings - Fork 31
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
Support / documentation for installation on clusters not managed via VCD-CSE #117
Comments
@butler54 can you try with a cluster_id of the form |
Will do |
I'm one the same boat here. I tried the |
Is it correct that you can randomly choose a uuid for the |
For the NO_RDE mode, since there is no central dedup, we just choose a random uuid. |
+1 - A couple of our self-managed Rancher clusters happen to be hosted on VCD, and we really need some basic documentation on installing/using this CSI. It doesn't have to be anything fancy, it just has to be adequate. |
@butler54 - if you happened to get this working, I'd really appreciate your guidance in the meantime. |
+1 It would be really helpful if there where some form of documentation. |
Also not to forget that VM must have disk.EnableUUID = TRUE in order to attach named disk |
Is your feature request related to a problem? Please describe.
Currently our VCD installations have a small number of Kubernetes clusters of different flavours (e.g. OpenShift; micro Kubernetes) which have been installed manually. As a admin of those clusters I'd like to be able to use the CSI driver as opposed to relying on hostpath or NFS based storage.
Describe the solution you'd like
Instructions on using the CSI driver outside of the CSE. Im assuming this may require some modifications to the driver as well (e.g. cluster ID is no longer usable).
Describe alternatives you've considered
Some of the clusters have been provisioned due to vendor software constraints. This makes moving to TKG harder (but not impossible). The preferred solution would be to manage workloads via TKG & CSE deployed clusters.
Additional context
No response
The text was updated successfully, but these errors were encountered: