Add volumeClaimTemplates to raft storage api#5
Open
adibrastegarnia wants to merge 8 commits intoatomix:masterfrom
Open
Add volumeClaimTemplates to raft storage api#5adibrastegarnia wants to merge 8 commits intoatomix:masterfrom
adibrastegarnia wants to merge 8 commits intoatomix:masterfrom
Conversation
kuujo
reviewed
Apr 26, 2020
| - kind: ServiceAccount | ||
| name: raft-storage-controller | ||
| namespace: kube-system | ||
| namespace: default |
Member
There was a problem hiding this comment.
If this is a cluster scoped controller it should be deployed in the kube-system namespace as is convention for all controllers
kuujo
reviewed
Apr 26, 2020
| min: 1 | ||
| max: 1024 | ||
| default: 1 | ||
| volumeClaimTemplates: |
Member
There was a problem hiding this comment.
Can we just convert this to YAML just so it's clear and so we're sure we can use it in the Helm chart as well?
Contributor
Author
There was a problem hiding this comment.
I will figure that out. It looks like it is working in helm chart as well :)
1b211d8 to
de9930c
Compare
Contributor
Author
|
@kuujo |
0696d7b to
ad4c6a7
Compare
ad4c6a7 to
f6203b2
Compare
adibrastegarnia
commented
Apr 27, 2020
| image: atomix/raft-storage-node:v0.1.0 | ||
| replicas: 1 | ||
| partitionsPerCluster: 3 | ||
| volumeClaimTemplates: |
Contributor
Author
There was a problem hiding this comment.
Should we keep this here as an example?
adibrastegarnia
commented
Apr 27, 2020
| type: integer | ||
| min: 1 | ||
| max: 1024 | ||
| minimum: 1 |
Contributor
Author
There was a problem hiding this comment.
This should be updated in helm charts as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
More testing will be needed.