Skip to content

Commit f8d23fa

Browse files
Mdformat
1 parent 2ff5dc7 commit f8d23fa

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
myst:
33
html_meta:
4-
description: Learn how autoscaling dynamically adjusts server resources based
5-
on CPU usage metrics, allowing efficient workload management without manual
6-
intervention. Configure thresholds, durations, and understand the workflow for
7-
horizontal autoscaling without downtime on Hypernode.
4+
description: Learn how autoscaling dynamically adjusts server resources based on CPU usage metrics, allowing efficient workload management without manual intervention. Configure thresholds, durations, and understand the workflow for horizontal autoscaling without downtime on Hypernode.
85
title: How does horizontal Autoscaling work? | Hypernode
96
---
107

@@ -91,7 +88,7 @@ The output should show `varnish` as backend. If it is configured as something el
9188
php bin/magento config:set system/full_page_cache/varnish/backend_host varnish
9289
```
9390

94-
Aditionally make sure the IP range `10.0.0.0/24` is set to the `acl_purge` section in the Varnish VCL file. The `acl_purge` section should look something similar:loaded Varnish VCL.
91+
Additionally make sure the IP range `10.0.0.0/24` is set to the `acl_purge` section in the Varnish VCL file. The `acl_purge` section should look something similar:loaded Varnish VCL.
9592

9693
```console
9794
acl purge {
@@ -150,7 +147,7 @@ Example output if MySQL version is 8.0:
150147
mysql_version is set to value 8.0
151148
```
152149

153-
If your MySQL version is still set to 5.6, you can concider [upgrade](../mysql/how-to-use-mysql-on-hypernode.md) the MySQL version to a supported version for autoscaling.
150+
If your MySQL version is still set to 5.6, you can consider [upgrade](../mysql/how-to-use-mysql-on-hypernode.md) the MySQL version to a supported version for autoscaling.
154151

155152
After the version validation, please verify the MySQL host is set to `mysqlmaster`. You can verify this by running `cat app/etc/env.php | grep -i mysql | grep -i host` from the magento root.
156153
You should see something similar to `'host' => 'mysqlmaster',`. If this is not the case please make sure the database connection host is set to `mysqlmaster` instead of `localhost` or `127.0.0.1` in the magento configuration file at `<magento_root>/app/etc/env.php`.
@@ -161,4 +158,4 @@ Unfortunately we don't support Horizontal autoscaling for development plans.
161158

162159
## Enabling Horizontal Autoscaling
163160

164-
For detailed steps on enabling horizontal Autoscaling, please refer to our documentation: [How to enable vertical Autoscaling?](how-to-enable-vertical-autoscaling.md)
161+
For detailed steps on enabling horizontal Autoscaling, please refer to our documentation: [How to enable horizontal Autoscaling?](how-to-enable-horizontal-autoscaling.md)

docs/hypernode-platform/autoscaling/how-to-enable-horizontal-autoscaling.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
myst:
33
html_meta:
4-
description: Step-by-step instructions on enabling horizontal Autoscaling through the Control
5-
Panel
4+
description: Step-by-step instructions on enabling horizontal Autoscaling through the Control Panel
65
title: How to enable horizontal Autoscaling? | Hypernode
76
---
87

docs/hypernode-platform/autoscaling/how-to-enable-vertical-autoscaling.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
myst:
33
html_meta:
4-
description: Step-by-step instructions on enabling vertical Autoscaling through the Control
5-
Panel or command line
4+
description: Step-by-step instructions on enabling vertical Autoscaling through the Control Panel or command line
65
title: How to enable vertical Autoscaling? | Hypernode
76
redirect_from:
87
- hypernode-platform/autoscaling/how-to-enable-autoscaling
@@ -14,7 +13,7 @@ redirect_from:
1413

1514
Vertical autoscaling in other words means upgrading your plan automatically when your server needs it, so you don’t need to worry about constant monitoring.
1615

17-
Your plan will be upgraded to the next possible plan within the same provider, increasing your resources while keeping the disk size the same. The upgrade is effective for 24h, after which your Hypernode will return to your regular plan. For more technical overview you can check our docs [How Autoscaling Works](how-does-autoscaling-work.md).
16+
Your plan will be upgraded to the next possible plan within the same provider, increasing your resources while keeping the disk size the same. The upgrade is effective for 24h, after which your Hypernode will return to your regular plan. For more technical overview you can check our docs [How Autoscaling Works](how-does-vertical-autoscaling-work.md).
1817

1918
## How to enable vertical Autoscaling?
2019

0 commit comments

Comments
 (0)