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

ArangoLocalStorage tasks #33

Closed
17 of 18 tasks
ewoutp opened this issue Mar 8, 2018 · 1 comment
Closed
17 of 18 tasks

ArangoLocalStorage tasks #33

ewoutp opened this issue Mar 8, 2018 · 1 comment

Comments

@ewoutp
Copy link
Contributor

ewoutp commented Mar 8, 2018

This issues tracks the tasks needed for the ArangoLocalStorage resource.

  • api definition of ArangoLocalStorage
  • CRD creation of ArangoLocalStorage
    • Move CRD creation to YAML
  • controller for ArangoLocalStorage
  • creation of StorageClass for ArangoLocalStorage
  • marking StorageClass default (if specified) See Implemented isDefault behavior of storage class #35
  • creation of DaemonSet for provisioners per node
  • client library for talking to provisioners per node
  • Informer listening to PVC changes, triggering PV creation if needed
  • Informer listening to PV changes, triggering PV cleanup when needed
  • Prevent creating PV's on node with lack of capacity
  • Quota PV to avoid putting more data into it than its capacity allows (Quota PV to avoid putting more data into it than its capacity allows #193)
  • Cleanup of released PV's
  • Cleanup of unused PV's (unused for a longer time)
  • API unit tests (pkg/apis/storage/v1alpha)
  • provisioner unit tests (pkg/storage/provisioner/service)
  • controller unit tests (pkg/storage)
  • Improve namespace issues (PV's are cluster-wide, operator is deployed in specific namespace)
@ewoutp ewoutp changed the title ArangoLocalStorage ArangoLocalStorage tasks Mar 8, 2018
@ewoutp
Copy link
Contributor Author

ewoutp commented Jun 19, 2018

Closing in favor of individual issues

@ewoutp ewoutp closed this as completed Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant