Skip to content

Commit 3cc1145

Browse files
committed
AUTO: Sync ScalarDL docs in English to docs site repo
1 parent f85526c commit 3cc1145

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

versioned_docs/version-3.9/how-to-run-applications-with-auditor.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You can also apply other configurations, such as TLS and gRPC configurations, fo
110110

111111
After configuring Ledger, Auditor, and the client, you need to start up Ledger and Auditor.
112112

113-
This guide uses a Docker containerbased environment in `scalardl-samples` to locally start up Ledger and Auditor. If you have not finished cloning the repository, see [Prerequisites](getting-started.mdx#prerequisites) and [Clone the ScalarDL samples repository](getting-started.mdx#clone-the-scalardl-samples-repository).
113+
This guide uses a container-based environment in `scalardl-samples` to locally start up Ledger and Auditor. If you have not finished cloning the repository, see [Prerequisites](getting-started.mdx#prerequisites) and [Clone the ScalarDL samples repository](getting-started.mdx#clone-the-scalardl-samples-repository).
114114

115115
For details on how to locally start up Ledger and Auditor in local or cloud-based Kubernetes environments, see [Deploy ScalarDL in your local Kubernetes environment](deploy-local-environment-overview.mdx) or [Deploy ScalarDL in a cloud-based Kubernetes environment](deploy-managed-kubernetes-environment-overview.mdx), respectively.
116116

@@ -145,7 +145,7 @@ Select your database, and follow the instructions to deploy ScalarDL Ledger and
145145

146146
You need a commercial license to use ScalarDL Auditor. Set up your license as follows.
147147

148-
1. Enable the Docker image for the Enterprise edition in the `cosmosdb/docker-compose-ledger.yml` file as follows:
148+
1. Enable the container image for the Enterprise edition in the `cosmosdb/docker-compose-ledger.yml` file as follows:
149149

150150
- Before changing the image (default configuration):
151151

@@ -175,7 +175,7 @@ You need a commercial license to use ScalarDL Auditor. Set up your license as fo
175175
##### PLEASE REPLACE THIS VALUE WITH YOUR LICENSE KEY (ENTERPRISE EDITION ONLY) #####
176176
```
177177

178-
3. To check the license, update the `cosmosdb/docker-compose-ledger.yml` and `cosmosdb/docker-compose-auditor.yml` files as follows. If you're using a trial license, skip this step.
178+
3. To validate the license by using a certificate, update the `cosmosdb/docker-compose-ledger.yml` and `cosmosdb/docker-compose-auditor.yml` files as follows. If you're using a trial license, skip this step.
179179

180180
- Before changing the certificate file path (default configuration):
181181

versioned_docs/version-3.9/how-to-run-applications.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ If you are using the `scalardl-samples` environment, see the `ledger.properties`
3131
:::
3232

3333
For details about the configurations, see the following:
34+
3435
- [Client configurations](configurations.mdx#client-configurations)
3536
- [Ledger configurations](configurations.mdx#ledger-configurations)
3637

@@ -46,6 +47,7 @@ You can configure an authentication method as follows. The same method (`digital
4647
You also need to prepare some secret information. If you're using the digital-signature method you need to prepare a certificate and a private key. If you're using the HMAC method, you need to prepare a secret key. For more details about the authentication in ScalarDL, check out the [ScalarDL Authentication Guide](./authentication.mdx).
4748

4849
For details about the configurations, see the following:
50+
4951
- [Client configurations](configurations.mdx#client-configurations)
5052
- [Ledger configurations](configurations.mdx#ledger-configurations)
5153

versioned_docs/version-3.9/requirements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ ScalarDL is provided as a Pod on the Kubernetes platform in production environme
197197

198198
### Platform
199199

200-
- **[Kubernetes](https://kubernetes.io/):** 1.28 - 1.32
200+
- **[Kubernetes](https://kubernetes.io/):** 1.30 - 1.33
201201
- **[Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/)**
202202
- **[Azure Kubernetes Service (AKS)](https://azure.microsoft.com/en-us/products/kubernetes-service)**
203203
- **[Red Hat OpenShift](https://www.redhat.com/en/technologies/cloud-computing/openshift):** TBD

0 commit comments

Comments
 (0)