diff --git a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateAKSClusterForScalarDB.md b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateAKSClusterForScalarDB.md index 02e486de..64da8877 100644 --- a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateAKSClusterForScalarDB.md +++ b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateAKSClusterForScalarDB.md @@ -23,7 +23,7 @@ The following are some recommendations for deploying ScalarDB Server. These reco ### Create at least three worker nodes and three pods -To ensure that the AKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](../conf/scalardb-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. +To ensure that the AKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](https://github.com/scalar-labs/scalar-kubernetes/blob/master/conf/scalardb-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. {% capture notice--info %} **Note** diff --git a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateAKSClusterForScalarDL.md b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateAKSClusterForScalarDL.md index 4c33b3cd..41e7e786 100644 --- a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateAKSClusterForScalarDL.md +++ b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateAKSClusterForScalarDL.md @@ -31,7 +31,7 @@ The following are some recommendations for deploying ScalarDL Ledger. These reco ### Create at least three worker nodes and three pods -To ensure that the AKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](../conf/scalardl-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. +To ensure that the AKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](https://github.com/scalar-labs/scalar-kubernetes/blob/master/conf/scalardl-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. {% capture notice--info %} **Note** diff --git a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateAKSClusterForScalarDLAuditor.md b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateAKSClusterForScalarDLAuditor.md index a900a08c..6858b87b 100644 --- a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateAKSClusterForScalarDLAuditor.md +++ b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateAKSClusterForScalarDLAuditor.md @@ -37,7 +37,7 @@ The following are some recommendations for deploying ScalarDL Ledger and ScalarD ### Create at least three worker nodes and three pods per AKS cluster -To ensure that the AKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [ScalarDL Ledger sample configurations](../conf/scalardl-custom-values.yaml) and [ScalarDL Auditor sample configurations](../conf/scalardl-audit-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. +To ensure that the AKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [ScalarDL Ledger sample configurations](https://github.com/scalar-labs/scalar-kubernetes/blob/master/conf/scalardl-custom-values.yaml) and [ScalarDL Auditor sample configurations](https://github.com/scalar-labs/scalar-kubernetes/blob/master/conf/scalardl-audit-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. {% capture notice--info %} **Note** diff --git a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDB.md b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDB.md index 7dfaf396..d4340df2 100644 --- a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDB.md +++ b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDB.md @@ -27,7 +27,7 @@ The following are some recommendations for deploying ScalarDB Server. These reco ### Create at least three worker nodes and three pods -To ensure that the EKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](../conf/scalardb-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. +To ensure that the EKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](https://github.com/scalar-labs/scalar-kubernetes/blob/master/conf/scalardb-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. {% capture notice--info %} **Note** diff --git a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDBCluster.md b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDBCluster.md index 84f2416f..9a14a4ac 100644 --- a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDBCluster.md +++ b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDBCluster.md @@ -19,7 +19,7 @@ The following are some recommendations for deploying ScalarDB Cluster. These rec ### Create at least three worker nodes and three pods -To ensure that the EKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](../conf/scalardb-cluster-custom-values-indirect-mode.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. +To ensure that the EKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](https://github.com/scalar-labs/scalar-kubernetes/blob/master/conf/scalardb-cluster-custom-values-indirect-mode.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. {% capture notice--info %} **Note** diff --git a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDL.md b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDL.md index 4605b0c7..7c6e58f8 100644 --- a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDL.md +++ b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDL.md @@ -27,7 +27,7 @@ The following are some recommendations for deploying ScalarDL Ledger. These reco ### Create at least three worker nodes and three pods -To ensure that the EKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](../conf/scalardl-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. +To ensure that the EKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](https://github.com/scalar-labs/scalar-kubernetes/blob/master/conf/scalardl-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. {% capture notice--info %} **Note** diff --git a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDLAuditor.md b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDLAuditor.md index da51d7e3..b32fb79d 100644 --- a/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDLAuditor.md +++ b/docs/3.11/scalar-kubernetes/scalar-kubernetes/CreateEKSClusterForScalarDLAuditor.md @@ -33,7 +33,7 @@ The following are some recommendations for deploying ScalarDL Ledger and ScalarD ### Create at least three worker nodes and three pods per EKS cluster -To ensure that the EKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [ScalarDL Ledger sample configurations](../conf/scalardl-custom-values.yaml) and [ScalarDL Auditor sample configurations](../conf/scalardl-audit-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. +To ensure that the EKS cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [ScalarDL Ledger sample configurations](https://github.com/scalar-labs/scalar-kubernetes/blob/master/conf/scalardl-custom-values.yaml) and [ScalarDL Auditor sample configurations](https://github.com/scalar-labs/scalar-kubernetes/blob/master/conf/scalardl-audit-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. {% capture notice--info %} **Note** diff --git a/docs/3.11/scalar-kubernetes/scalar-kubernetes/ProductionChecklistForScalarDBCluster.md b/docs/3.11/scalar-kubernetes/scalar-kubernetes/ProductionChecklistForScalarDBCluster.md index e7566c8c..3e444d53 100644 --- a/docs/3.11/scalar-kubernetes/scalar-kubernetes/ProductionChecklistForScalarDBCluster.md +++ b/docs/3.11/scalar-kubernetes/scalar-kubernetes/ProductionChecklistForScalarDBCluster.md @@ -12,7 +12,7 @@ The following is a checklist of recommendations when setting up ScalarDB Cluster ### Number of pods and Kubernetes worker nodes -To ensure that the Kubernetes cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](../conf/scalardb-cluster-custom-values-indirect-mode.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. +To ensure that the Kubernetes cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](https://github.com/scalar-labs/scalar-kubernetes/blob/master/conf/scalardb-cluster-custom-values-indirect-mode.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. {% capture notice--info %} **Note** diff --git a/docs/3.11/scalar-kubernetes/scalar-kubernetes/ProductionChecklistForScalarDLAuditor.md b/docs/3.11/scalar-kubernetes/scalar-kubernetes/ProductionChecklistForScalarDLAuditor.md index f50bf72b..50a2ddf0 100644 --- a/docs/3.11/scalar-kubernetes/scalar-kubernetes/ProductionChecklistForScalarDLAuditor.md +++ b/docs/3.11/scalar-kubernetes/scalar-kubernetes/ProductionChecklistForScalarDLAuditor.md @@ -12,7 +12,7 @@ The following is a checklist of recommendations when setting up ScalarDL Auditor ### ScalarDL availability -To ensure that the Kubernetes cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](../conf/scalardl-audit-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. +To ensure that the Kubernetes cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](https://github.com/scalar-labs/scalar-kubernetes/blob/master/conf/scalardl-audit-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. {% capture notice--info %} **Note** diff --git a/docs/3.11/scalar-kubernetes/scalar-kubernetes/ProductionChecklistForScalarDLLedger.md b/docs/3.11/scalar-kubernetes/scalar-kubernetes/ProductionChecklistForScalarDLLedger.md index fd360a45..ab757bb4 100644 --- a/docs/3.11/scalar-kubernetes/scalar-kubernetes/ProductionChecklistForScalarDLLedger.md +++ b/docs/3.11/scalar-kubernetes/scalar-kubernetes/ProductionChecklistForScalarDLLedger.md @@ -12,7 +12,7 @@ The following is a checklist of recommendations when setting up ScalarDL Ledger ### ScalarDL availability -To ensure that the Kubernetes cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](../conf/scalardl-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. +To ensure that the Kubernetes cluster has high availability, you should use at least three worker nodes and deploy at least three pods spread across the worker nodes. You can see the [sample configurations](https://github.com/scalar-labs/scalar-kubernetes/blob/master/conf/scalardl-custom-values.yaml) of `podAntiAffinity` for making three pods spread across the worker nodes. {% capture notice--info %} **Note**