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

Support for VolumeMounts in bindings #58

Open
toabi opened this issue Jan 14, 2021 · 1 comment
Open

Support for VolumeMounts in bindings #58

toabi opened this issue Jan 14, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@toabi
Copy link
Contributor

toabi commented Jan 14, 2021

We are thinking if this broker could be used to provide volumes for CloudFoundry.

So far I just looked at smb broker of cloudfoundry which can provising/bind existing volumes. Apparently the key is to return a proper VolumeMount in here.

As far as I can see, the API exists already in this codebase, but GetServiceBindingResponse only returns Credentials so far.

Do you see anything which would make this endeavour impossible?
I'm thinking about extending this service-broker to enable the feature.

@toabi toabi added the enhancement New feature or request label Jan 14, 2021
@spjmurray
Copy link
Contributor

Sounds simple enough, it's just a couple new keyword variables in the registry. One could even add some acceptance tests that just create a PVC and return the name too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants