Skip to content

Commit 631afe8

Browse files
committed
docs/autoscaling: Fix incorrect console prompt hostnames
1 parent 7d216b6 commit 631afe8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To make use of Horizontal autoscaling, Varnish should be enabled and configured
7777
You can check if Varnish is enabled on your Hypernode by running
7878

7979
```console
80-
app@abcdef-hnclusterweb1-magweb-tbbm:~$ hypernode-systemctl settings varnish_enabled
80+
app@abcdef-example-magweb-cmbl:~$ hypernode-systemctl settings varnish_enabled
8181
varnish_enabled is set to value True
8282
```
8383

@@ -102,7 +102,7 @@ acl purge {
102102
The configured MySQL version should be 5.7 or above. You can check the enabled MySQL version by running the following command.
103103

104104
```console
105-
app@abcdef-hnclusterweb1-magweb-tbbm:~$ hypernode-systemctl settings mysql_version
105+
app@abcdef-example-magweb-cmbl:~$ hypernode-systemctl settings mysql_version
106106
mysql_version is set to value 8.0
107107
```
108108

@@ -149,14 +149,14 @@ The persistent instance will be used to store the sessions so we can access the
149149
You can check if Redis Persistent is enabled on your Hypernode by running
150150

151151
```console
152-
app@abcdef-hnclusterweb1-magweb-tbbm:~$ hypernode-systemctl settings redis_persistent_instance
152+
app@abcdef-example-magweb-cmbl:~$ hypernode-systemctl settings redis_persistent_instance
153153
redis_persistent_instance is set to value True
154154
```
155155

156156
If Redis Persistent instance is not enabled, you can enable the second Redis instance for sessions you run the command:
157157

158158
```console
159-
app@abcdef-hnclusterweb1-magweb-tbbm:~$ hypernode-systemctl settings redis_persistent_instance True
159+
app@abcdef-example-magweb-cmbl:~$ hypernode-systemctl settings redis_persistent_instance True
160160
```
161161

162162
Make sure Redis session is configured as [described](../../ecommerce-applications/magento-2/how-to-configure-redis-for-magento-2.md#configure-magento-2-to-use-redis-as-the-session-store) in our docs

0 commit comments

Comments
 (0)