-
Notifications
You must be signed in to change notification settings - Fork 61
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
chore(docs): instruction guide on installing WordPress using OpenEBS NFS Volumes #105
chore(docs): instruction guide on installing WordPress using OpenEBS NFS Volumes #105
Conversation
…NFS Volumes Signed-off-by: mayank <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #105 +/- ##
========================================
Coverage 46.97% 46.97%
========================================
Files 29 29
Lines 2378 2378
========================================
Hits 1117 1117
Misses 1182 1182
Partials 79 79 Continue to review full report at Codecov.
|
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.
LGTM
--set volumePermissions.enabled=true \ | ||
--set autoscaling.enabled=true \ | ||
--set autoscaling.minReplicas=1 \ | ||
--set autoscaling.maxReplicas=6 \ |
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.
nit: As per scale command below it can be 1
--set autoscaling.maxReplicas=6 \ | |
--set autoscaling.maxReplicas=1 \ |
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.
Better to keep maxReplicas's as 2
here and then 3
in the scaled command below.
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.
ok
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.
removed scale command as autoscaling is enabled in helm install command
Signed-off-by: mayank <[email protected]>
… command Signed-off-by: mayank <[email protected]>
Why is this PR required? What issue does it fix?:
What this PR does?:
This PR adds a document on how to install WordPress application using OpenEBS NFS Volumes.
Does this PR require any upgrade changes?:
If the changes in this PR are manually verified, list down the scenarios covered::
Any additional information for your reviewer? :
Mention if this PR is part of any design or a continuation of previous PRs
Checklist:
<type>(<scope>): <subject>