-
Notifications
You must be signed in to change notification settings - Fork 38
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
Updating documentation and charts #453
Changes from 1 commit
f7a9efb
bd2a7d6
53225b6
e1fa07c
3e3c394
6c82783
f17241d
284a6e2
1eda765
4d18a8d
885840b
49a3e1b
f545899
3d68f53
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ $ kubectl create -f ./example/pvc-tier2.yaml | |
|
||
#### Install a Pravega cluster | ||
|
||
To understand how to deploy a pravega cluster using helm, refer to [this](charts/zookeeper#installing-the-chart). | ||
To understand how to deploy a pravega cluster using helm, refer to [this](charts/pravega#installing-the-chart). | ||
|
||
Once the pravega cluster with release name `bar` has been created, use the following command to verify that the cluster instances and its components are being created. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we change the default name of pravegacluster release name to "pravega" as that's what is given as default pravega name in configmap for bookkeeper by default. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. By giving a different release name, we are able to show that release name and cluster name might not always be the same There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know that but in the bookkeeper configmap the name for pravega cluster is pravega so for a user deploying for the first time this will create an issue if he deploys pravega with any other release name other than pravega. |
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why was this previously zookeeper and now changed to pravega?