Skip to content

Add volumeClaimTemplates to raft storage api#5

Open
adibrastegarnia wants to merge 8 commits intoatomix:masterfrom
adibrastegarnia:add_new_pvc
Open

Add volumeClaimTemplates to raft storage api#5
adibrastegarnia wants to merge 8 commits intoatomix:masterfrom
adibrastegarnia:add_new_pvc

Conversation

@adibrastegarnia
Copy link
Copy Markdown
Contributor

More testing will be needed.

Comment thread deploy/raft-storage-controller.yaml Outdated
- kind: ServiceAccount
name: raft-storage-controller
namespace: kube-system
namespace: default
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

If this is a cluster scoped controller it should be deployed in the kube-system namespace as is convention for all controllers

min: 1
max: 1024
default: 1
volumeClaimTemplates:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

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?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I will figure that out. It looks like it is working in helm chart as well :)

@adibrastegarnia
Copy link
Copy Markdown
Contributor Author

@kuujo
you don't believe it but I ran into a new issue :) Will explain it to you tomorrow.

@adibrastegarnia adibrastegarnia force-pushed the add_new_pvc branch 3 times, most recently from 0696d7b to ad4c6a7 Compare April 27, 2020 19:06
image: atomix/raft-storage-node:v0.1.0
replicas: 1
partitionsPerCluster: 3
volumeClaimTemplates:
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Should we keep this here as an example?

type: integer
min: 1
max: 1024
minimum: 1
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This should be updated in helm charts as well.

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.

2 participants