-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add doc for enabling horizontal autoscaling from cp #304
Add doc for enabling horizontal autoscaling from cp #304
Conversation
1. Choose the Hypernode you want to enable autoscaling for and then click on the autoscaling option from the vertical navbar. | ||
![Choose autoscaling - Navbar](_res/autoscaling-navbar.png) | ||
2. If you already enabled vertical autoscaling, you will have to disable it in order to enable horizontal autoscaling for that Hypernode. This is because we only support one type of autoscaling for a Hypernode at a given time. | ||
3. If you have not enabled vertical or horizontal autoscaling, you will see the following two choices with an option to help you choose. If you are still confused about which type of autoscaling you would like for your Hypernode please click on "Help me choose". And if the additional information is not enough, feel free to [contact support](https://www.hypernode.com/en/contact/) for more info. |
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.
If you do not have vertical or horizontal autoscaling enabled
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.
updated the text
2. If you already enabled vertical autoscaling, you will have to disable it in order to enable horizontal autoscaling for that Hypernode. This is because we only support one type of autoscaling for a Hypernode at a given time. | ||
3. If you have not enabled vertical or horizontal autoscaling, you will see the following two choices with an option to help you choose. If you are still confused about which type of autoscaling you would like for your Hypernode please click on "Help me choose". And if the additional information is not enough, feel free to [contact support](https://www.hypernode.com/en/contact/) for more info. | ||
![Choose autoscaling options](./_res/autoscaling-options.png) | ||
4. Now if you have decided to enable horizontal autoscaling, you can move ahead with the below steps. |
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.
If you have decided to enable horizontal autoscaling
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.
changed
Acceptance server is available at https://docs-eph3vdo3g.hypernode.io. |
Acceptance server is available at https://docs-eph3vdo3g.hypernode.io. |
@@ -15,3 +15,27 @@ Horizontal autoscaling in other words means upgrading the amount of resources wh | |||
The amount of resources your Hypernode will upgrade with, is calculated by our agent based on the requirements. |
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.
Horizontal autoscaling in other words means upgrading the amount of resources when your Hypernode needs it, so you don’t need to worry about constant monitoring.
->
Horizontal autoscaling means increasing the amount of resources when your Hypernode needs it, so you don’t need to worry about constant monitoring.
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.
will upgrade with -> will upgrade to?
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.
Changing it to The amount of extra resources your Hypernode will upgrade with, is calculated by our agent based on the requirements.
and keeping the "with"
Acceptance server is available at https://docs-eph3vdo3g.hypernode.io. |
4c7cdcf
into
documentation-horizontal-autoscaling
Add doc for enabling horizontal autoscaling from cp