DistributedSystemsGroup / zoe

Zoe: Container Analytics as a Service -- mirror of https://gitlab.eurecom.fr/zoe/main/
http://zoe-analytics.eu
Apache License 2.0
51 stars 14 forks source link

No support for PersistentVolumeClaims in Kubernetes backend #76

Open mvdbosch opened 5 years ago

mvdbosch commented 5 years ago

In a Google Kubernetes engine, it is not possible to manually set-up a shared workspace mount. The way to have a shared disk, is by using Persistent Volumes instead of the Host_path volumes (as is currently implemented in the api_client)

When I have time available, I will attempt to implement the following:

dvenza commented 5 years ago

For this issue too, feel free to issue a merge request once you are satisfied with your work. Thanks!