Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo authored and dbrasseur-aneo committed May 5, 2023
1 parent fe4d395 commit 7a22978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docs/content/0.armonik/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project is an Open Source ([Apache 2.0 License](https://github.com/aneocons

## When should I use ArmoniK

ArmoniK should be used when the following criteria are meet:
ArmoniK should be used when the following criteria are met:

1. A high task throughput is required (from 250 to 10,000+ tasks per second).
2. The tasks are loosely coupled.
Expand Down
4 changes: 2 additions & 2 deletions .docs/content/2.guide/1.how-to/how-to-configure-seq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to configure SEQ?

If you want to access outside your kubernetes cluster, you have to configure seq to make it accessible from outside.
If you want to access outside your Kubernetes cluster, you have to configure Seq to make it accessible from outside.
To do so, you have to set this service (`seq_web` in [seq.tf](../old/armonik-deployments/armonik/modules/armonik-components/seq.tf#L92) ) as `LoadBalancer` instead of `ClusterIP`.

Then, redeploy.
Expand All @@ -27,7 +27,7 @@ The application name for the worker is `ArmoniK.Compute.Worker`. (Application =

## Troubleshoot

If you use docker as the kubernetes backend, you should configure the logging driver of docker to `json-file`.
If you use docker as the Kubernetes backend, you should configure the logging driver of docker to `json-file`.
Otherwise, the logs will remain empty (fluent-bit will not be able to fetch logs).

https://docs.docker.com/config/containers/logging/configure/#configure-the-default-logging-driver
Expand Down

0 comments on commit 7a22978

Please sign in to comment.