-
Notifications
You must be signed in to change notification settings - Fork 22
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
docs(performance-tips): added steps to deploy io engine deamonset #160
Conversation
Signed-off-by: AJ_Datacore <[email protected]>
…the top as requested Signed-off-by: AJ_Datacore <[email protected]>
Signed-off-by: AJ_Datacore <[email protected]>
Signed-off-by: AJ_Datacore <[email protected]>
quickstart/performance-tips.md
Outdated
@@ -93,17 +93,46 @@ cat /sys/devices/system/cpu/isolated | |||
{% endtab %} | |||
{% endtabs %} | |||
|
|||
### Deploy Mayastor daemonset | |||
### Deploy IO-engine daemonset |
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.
There's no deploy of the daemonset now, it's all done via helm or kubectl edit.
Should we also show the helm command to change the coreList? CC @niladrih
### Deploy IO-engine daemonset | |
### Modify the io-engine daemonset |
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.
The core list set command for installation and upgrade would be a good idea. I'll test this one out, and post here.
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.
Install command argument: --set 'io_engine.coreList={30,31}'
Upgrade command argument: --set-args 'io_engine.coreList={30,31}'
Need to have the single quotes around it.
Signed-off-by: AJ_Datacore <[email protected]>
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.
Left one comment.
Signed-off-by: AJ_Datacore <[email protected]>
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.
Looks good
No description provided.