You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 returnsCredentials
so far.Do you see anything which would make this endeavour impossible?
I'm thinking about extending this service-broker to enable the feature.
The text was updated successfully, but these errors were encountered: