-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 63: Added support for ephemeral storage (#215)
* added support for ephemeral storage Signed-off-by: prabhaker24 <[email protected]> * changed emepheral ete Signed-off-by: prabhaker24 <[email protected]> * fixed test Signed-off-by: prabhaker24 <[email protected]> * fixed format Signed-off-by: prabhaker24 <[email protected]> * doc changes and ut added Signed-off-by: prabhaker24 <[email protected]> * fixed doc Signed-off-by: prabhaker24 <[email protected]> * changed charts Signed-off-by: prabhaker24 <[email protected]> * addressed review comments Signed-off-by: prabhaker24 <[email protected]> * fixed ete Signed-off-by: prabhaker24 <[email protected]> * changed readme file Signed-off-by: prabhaker24 <[email protected]> * addressed comments Signed-off-by: prabhaker24 <[email protected]> * fixed charts Signed-off-by: prabhaker24 <[email protected]> * addressed comments Signed-off-by: prabhaker24 <[email protected]> * changed default storage to persistence Signed-off-by: prabhaker24 <[email protected]> * changed doc Signed-off-by: prabhaker24 <[email protected]> * changed in zookeeper.yaml Signed-off-by: prabhaker24 <[email protected]> * addressed comments Signed-off-by: prabhaker24 <[email protected]> * addressed comments Signed-off-by: prabhaker24 <[email protected]> * changed structure for ephemeral storage Signed-off-by: prabhaker24 <[email protected]> * doc added Signed-off-by: prabhaker24 <[email protected]> * fixed readme Signed-off-by: prabhaker24 <[email protected]> * addressed comments Signed-off-by: prabhaker24 <[email protected]> * addressed comment Signed-off-by: prabhaker24 <[email protected]> Co-authored-by: prabhaker24 <[email protected]>
- Loading branch information
1 parent
410c7e8
commit d88ce7c
Showing
17 changed files
with
299 additions
and
41 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: zookeeper.pravega.io/v1beta1 | ||
kind: ZookeeperCluster | ||
metadata: | ||
name: zookeeper | ||
spec: | ||
replicas: 3 | ||
image: | ||
repository: pravega/zookeeper | ||
tag: 0.2.8 | ||
storageType: persistence | ||
persistence: | ||
reclaimPolicy: Retain | ||
spec: | ||
storageClassName: "standard" | ||
resources: | ||
requests: | ||
storage: 20Gi |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.