You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If {{< param product_name >}} agents are used in your deployments, run the following command from just one of the manager nodes:
41
+
```
42
+
cfy agents install
43
+
```
44
+
45
+
When opening the {{< param product_name >}} Management Console after the upgrade, you might see “This page is empty”, this happens because of cached data. To solve this, press CTRL + Shift + R.
@@ -83,9 +83,9 @@ Do it one after the other, not in parallel.
83
83
Tip: If you used the cloudify-cluster-manager tool to generate the Cloudify cluster, the path to the manager config file is /etc/cloudify/manager-<nodenumber>_config.yaml. If the cluster was manually installed, please direct the command to the path of the file you generated.
84
84
{{% /note %}}
85
85
86
-
If Cloudify agents are used in your deployments, run the following command from just one of the cluster nodes:
86
+
If {{< param product_name >}} agents are used in your deployments, run the following command from just one of the cluster nodes:
87
87
```
88
88
cfy agents install
89
89
```
90
90
91
-
When opening the Cloudify Management Console after the upgrade, you might see “This page is empty”, this happens because of cached data. To solve this, press CTRL + Shift + R.
91
+
When opening the {{< param product_name >}} Management Console after the upgrade, you might see “This page is empty”, this happens because of cached data. To solve this, press CTRL + Shift + R.
If Cloudify agents are used in your deployments, run the following command from just one of the manager nodes:
63
+
If {{< param product_name >}} agents are used in your deployments, run the following command from just one of the manager nodes:
64
64
```
65
65
cfy agents install
66
66
```
67
67
68
-
When opening the Cloudify Management Console after the upgrade, you might see “This page is empty”, this happens because of cached data. To solve this, press CTRL + Shift + R.
68
+
When opening the {{< param product_name >}} Management Console after the upgrade, you might see “This page is empty”, this happens because of cached data. To solve this, press CTRL + Shift + R.
0 commit comments