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

feat: persistent storage #1348

Merged
merged 2 commits into from
Oct 15, 2021
Merged

feat: persistent storage #1348

merged 2 commits into from
Oct 15, 2021

Conversation

troian
Copy link
Member

@troian troian commented Aug 17, 2021

  1. update SDL to handle multiple storage requests
  2. use statefulSet when deployment needs persistent storage

Parts

  • SDL
  • Resource
  • Proto
  • Inventory
  • Attributes
  • Bidengine
  • Provider create/update
  • Manifest

tests

  • SDL
  • Resource
  • Manifest
  • K8S Integration

},
}

if cpu := b.service.Resources.CPU; cpu != nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is basically identical to what is on master, but do we actually have a case where this can be nil? Same question applies to memory below this. Thoughts @boz ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, good point. even with gpu only workloads cpu is required

proto/akash/base/v1beta1/resource.proto Outdated Show resolved Hide resolved
provider/bidengine/provider_attributes.go Outdated Show resolved Hide resolved
provider/cluster/client.go Show resolved Hide resolved
provider/cluster/client.go Outdated Show resolved Hide resolved
provider/cluster/client.go Outdated Show resolved Hide resolved
@troian troian marked this pull request as ready for review August 22, 2021 23:35
@troian troian requested a review from boz as a code owner August 22, 2021 23:35
@troian troian force-pushed the troian/storage branch 10 times, most recently from 61fddbf to 01837ac Compare August 27, 2021 12:01
@boz
Copy link
Contributor

boz commented Oct 7, 2021

What's going on with this one?

Signed-off-by: Artur Troian <[email protected]>
@troian troian merged commit 9d4ed2d into master Oct 15, 2021
@troian troian deleted the troian/storage branch October 15, 2021 16:52
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

Successfully merging this pull request may close these issues.

4 participants