Skip to content

Commit 429cd5c

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

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

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

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

117117
After configuring Ledger, Auditor, and the client, you need to start up Ledger and Auditor.
118118

119-
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).
119+
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).
120120

121121
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.
122122

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

152152
You need a commercial license to use ScalarDL Auditor. Set up your license as follows.
153153

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

156156
- Before changing the image (default configuration):
157157

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

184-
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.
184+
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.
185185

186186
- Before changing the certificate file path (default configuration):
187187

versioned_docs/version-3.10/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.10/requirements.mdx

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

211211
### Platform
212212

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

0 commit comments

Comments
 (0)