diff --git a/vuepress/docs/next/tutorials/devops/installation/azure-kubernetes-service/azure-install.md b/vuepress/docs/next/tutorials/devops/installation/azure-kubernetes-service/azure-install.md index 491a31142f..c5d953cded 100644 --- a/vuepress/docs/next/tutorials/devops/installation/azure-kubernetes-service/azure-install.md +++ b/vuepress/docs/next/tutorials/devops/installation/azure-kubernetes-service/azure-install.md @@ -53,6 +53,8 @@ If you're already comfortable setting up an AKS cluster and installing NGINX, th 19. Select `Create` 20. Wait for your cluster to initialize. This may take a few minutes. +Note: A different storage class can be configured by following [these instructions](../google-cloud-platform/gke-install.md#appendix-a-configuring-clustered-storage). + ### Deploy NGINX Ingress Controller 1. Navigate to your cluster by clicking `Go to Resource` from the results page or by the top navigation `Home - Kubernetes service` and clicking on your cluster. diff --git a/vuepress/docs/next/tutorials/devops/installation/google-cloud-platform/gke-install.md b/vuepress/docs/next/tutorials/devops/installation/google-cloud-platform/gke-install.md index bbb1aea744..0fc886170c 100644 --- a/vuepress/docs/next/tutorials/devops/installation/google-cloud-platform/gke-install.md +++ b/vuepress/docs/next/tutorials/devops/installation/google-cloud-platform/gke-install.md @@ -235,7 +235,7 @@ spec: 2. In App Builder under `Pages → Settings` set `Base URL` to `Static` -### Appendix A: Configuring Clustered Storage +## Appendix A: Configuring Clustered Storage In order to scale an Entando Application across multiple nodes you must provide a storage class that supports a `ReadWriteMany` access policy. There are many ways to accomplish this including using dedicated storage providers @@ -252,7 +252,7 @@ instances to the same node. This will give you protection if the application ins you get the most utilization of node resources. However, if the node dies or is shutdown you will have to wait for Kubernetes to reschedule the pods to a different node and your application will be down. ::: -#### Clustered Storage Using GCP Cloud Filestore +### Clustered Storage Using GCP Cloud Filestore 1. In the GCP portal in the left menu find the Storage section and select `Filestore -> Instances` 2. Enable the Filestore if you haven't already 3. Select Create Instance diff --git a/vuepress/docs/v6.3.2/tutorials/devops/installation/azure-kubernetes-service/azure-install.md b/vuepress/docs/v6.3.2/tutorials/devops/installation/azure-kubernetes-service/azure-install.md index 940172d61b..487c0a1ccb 100644 --- a/vuepress/docs/v6.3.2/tutorials/devops/installation/azure-kubernetes-service/azure-install.md +++ b/vuepress/docs/v6.3.2/tutorials/devops/installation/azure-kubernetes-service/azure-install.md @@ -53,6 +53,8 @@ If you're already comfortable setting up an AKS cluster and installing NGINX, th 19. Select `Create` 20. Wait for your cluster to initialize. This may take a few minutes. +Note: A different storage class can be configured by following [these instructions](../google-cloud-platform/gke-install.md#appendix-a-configuring-clustered-storage). + ### Deploy NGINX Ingress Controller 1. Navigate to your cluster by clicking `Go to Resource` from the results page or by the top navigation `Home - Kubernetes service` and clicking on your cluster. diff --git a/vuepress/docs/v6.3.2/tutorials/devops/installation/google-cloud-platform/gke-install.md b/vuepress/docs/v6.3.2/tutorials/devops/installation/google-cloud-platform/gke-install.md index bbb1aea744..0fc886170c 100644 --- a/vuepress/docs/v6.3.2/tutorials/devops/installation/google-cloud-platform/gke-install.md +++ b/vuepress/docs/v6.3.2/tutorials/devops/installation/google-cloud-platform/gke-install.md @@ -235,7 +235,7 @@ spec: 2. In App Builder under `Pages → Settings` set `Base URL` to `Static` -### Appendix A: Configuring Clustered Storage +## Appendix A: Configuring Clustered Storage In order to scale an Entando Application across multiple nodes you must provide a storage class that supports a `ReadWriteMany` access policy. There are many ways to accomplish this including using dedicated storage providers @@ -252,7 +252,7 @@ instances to the same node. This will give you protection if the application ins you get the most utilization of node resources. However, if the node dies or is shutdown you will have to wait for Kubernetes to reschedule the pods to a different node and your application will be down. ::: -#### Clustered Storage Using GCP Cloud Filestore +### Clustered Storage Using GCP Cloud Filestore 1. In the GCP portal in the left menu find the Storage section and select `Filestore -> Instances` 2. Enable the Filestore if you haven't already 3. Select Create Instance