Skip to content

Commit 6d75771

Browse files
JKBGIT1JKBGIT1
authored andcommitted
Add llms files to root
1 parent e16359a commit 6d75771

1 file changed

Lines changed: 8 additions & 22 deletions

File tree

llms-full.txt

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,6 @@ NAME READY STATUS RESTARTS AGE
435435
ansibler-5c6c776b75-82c2q 1/1 Running 0 8m10s
436436
builder-59f9d44596-n2qzm 1/1 Running 0 8m10s
437437
manager-5d76c89b4d-tb6h4 1/1 Running 1 (6m37s ago) 8m10s
438-
create-table-job-jvs9n 0/1 Completed 1 8m10s
439-
dynamodb-68777f9787-8wjhs 1/1 Running 0 8m10s
440438
claudie-operator-5755b7bc69-5l84h 1/1 Running 0 8m10s
441439
kube-eleven-64468cd5bd-qp4d4 1/1 Running 0 8m10s
442440
kuber-698c4564c-dhsvg 1/1 Running 0 8m10s
@@ -867,17 +865,14 @@ All of the customisable settings can be found in `claudie/.env` file.
867865
| `KUBE_ELEVEN_HOSTNAME` | `kube-eleven` | string | Kube-eleven service hostname. |
868866
| `KUBER_HOSTNAME` | `kuber` | string | Kuber service hostname. |
869867
| `MINIO_HOSTNAME` | `minio` | string | MinIO hostname used for state files. |
870-
| `DYNAMO_HOSTNAME` | `dynamo` | string | DynamoDB hostname used for lock files. |
871-
| `DYNAMO_TABLE_NAME` | `claudie` | string | Table name for DynamoDB lock files. |
872-
| `AWS_REGION` | `local` | string | Region for DynamoDB lock files. |
868+
| `AWS_REGION` | `local` | string | Region for MinIO. |
873869
| `DATABASE_PORT` | 27017 | int | Port of the database service. |
874870
| `TERRAFORMER_PORT` | 50052 | int | Port of the Terraformer service. |
875871
| `ANSIBLER_PORT` | 50053 | int | Port of the Ansibler service. |
876872
| `KUBE_ELEVEN_PORT` | 50054 | int | Port of the Kube-eleven service. |
877873
| `MANAGER_PORT` | 50055 | int | Port of the MANAGER service. |
878874
| `KUBER_PORT` | 50057 | int | Port of the Kuber service. |
879875
| `MINIO_PORT` | 9000 | int | Port of the MinIO service. |
880-
| `DYNAMO_PORT` | 8000 | int | Port of the DynamoDB service. |
881876

882877

883878
[Skip to content](https://docs.claudie.io/latest/input-manifest/providers/aws/#aws)
@@ -4310,7 +4305,6 @@ kubectl apply -f claudie.yaml
43104305

43114306
- [MongoDB](https://github.com/berops/claudie/tree/master/manifests/claudie/mongo)
43124307
- [Minio](https://github.com/berops/claudie/tree/master/manifests/claudie/minio)
4313-
- [DynamoDB](https://github.com/berops/claudie/tree/master/manifests/claudie/dynamo)
43144308

43154309
### Tools used(https://docs.claudie.io/latest/claudie-workflow/claudie-workflow/\#tools-used)
43164310

@@ -4861,8 +4855,6 @@ NAME READY STATUS RESTARTS AGE
48614855
ansibler-5c6c776b75-82c2q 1/1 Running 0 8m10s
48624856
builder-59f9d44596-n2qzm 1/1 Running 0 8m10s
48634857
manager-5d76c89b4d-tb6h4 1/1 Running 1 (6m37s ago) 8m10s
4864-
create-table-job-jvs9n 0/1 Completed 1 8m10s
4865-
dynamodb-68777f9787-8wjhs 1/1 Running 0 8m10s
48664858
claudie-operator-5755b7bc69-5l84h 1/1 Running 0 8m10s
48674859
kube-eleven-64468cd5bd-qp4d4 1/1 Running 0 8m10s
48684860
kuber-698c4564c-dhsvg 1/1 Running 0 8m10s
@@ -4922,11 +4914,11 @@ The great thing about Claudie is that it utilizes open source tools to set up an
49224914

49234915
### Terraformer service not starting(https://docs.claudie.io/latest/troubleshooting/troubleshooting/\#terraformer-service-not-starting)
49244916

4925-
Terraformer relies on MinIO and DynamoDB datastores to be configured via jobs `make-bucket-job` and `create-table-job` respectively. If these jobs fail to configure the datastores, or the datastores themselves fail to start, Terraformer will also fail to start.
4917+
Terraformer relies on MinIO datastore to be configured via jobs `make-bucket-job`. If the job fails to configure the datastore, or the datastore itself fails to start, Terraformer will also fail to start.
49264918

4927-
### Datastore initialization jobs(https://docs.claudie.io/latest/troubleshooting/troubleshooting/\#datastore-initialization-jobs)
4919+
### Datastore initialization job(https://docs.claudie.io/latest/troubleshooting/troubleshooting/\#datastore-initialization-jobs)
49284920

4929-
The `create-table-job` is responsible for creating necessary tables in the DynamoDB datastore, while the `make-bucket-job` creates a bucket in the MinIO datastore. If these jobs encounter scheduling problems or experience slow autoscaling, they may fail to complete within the designated time frame. To handle this, we have set the `backoffLimit` of both jobs to fail after approximately 42 minutes. If you encounter any issues with these jobs or believe the `backoffLimit` should be adjusted, please [create an issue](https://github.com/berops/claudie/issues).
4921+
The `make-bucket-job` creates a bucket in the MinIO datastore. If this job encounter scheduling problems or experience slow autoscaling, it may fail to complete within the designated time frame. To handle this, we have set the `backoffLimit` to fail after approximately 42 minutes. If you encounter any issues with this job or believe the `backoffLimit` should be adjusted, please [create an issue](https://github.com/berops/claudie/issues).
49304922

49314923
## Networking issues(https://docs.claudie.io/latest/troubleshooting/troubleshooting/\#networking-issues)
49324924

@@ -4968,11 +4960,10 @@ new cluster.
49684960

49694961
## Claudie state(https://docs.claudie.io/latest/creating-claudie-backup/creating-claudie-backup/\#claudie-state)
49704962

4971-
Claudie stores its state in 3 different places.
4963+
Claudie stores its state in 2 different places.
49724964

49734965
- Input Manifests are stored in **Mongo**.
4974-
- Terraform state files are stored in **MinIO**
4975-
- Locking Mechanism for the state files is implemented via **DynamoDB**
4966+
- Terraform/OpenTofu state files are stored in **MinIO**. This same **MinIO** instance is utilized for the locking mechanism, leveraging [S3 native state locking](https://opentofu.org/blog/opentofu-1-10-0/) in OpenTofu.
49764967

49774968
These are the only services that will have a PVC attached to it, the other are stateless.
49784969

@@ -5087,8 +5078,6 @@ ansibler-6f4557cf74-b4dts 1/1 Running 0 18m
50875078
builder-5d68987c86-qdfd5 1/1 Running 0 18m
50885079
claudie-operator-6d9ddc7f8b-hv84c 1/1 Running 0 18m
50895080
manager-5d75bfffc6-d9qfm 1/1 Running 0 18m
5090-
create-table-job-ghb9f 0/1 Completed 1 18m
5091-
dynamodb-6d65df988-c626j 1/1 Running 0 18m
50925081
kube-eleven-556cfdfd98-jq6hl 1/1 Running 0 18m
50935082
kuber-7f8cd4cd89-6ds2w 1/1 Running 0 18m
50945083
make-bucket-job-9mjft 0/1 Completed 0 18m
@@ -5184,16 +5173,13 @@ deployment for claudie.
51845173

51855174
## Passwords(https://docs.claudie.io/latest/hardening/hardening/\#passwords)
51865175

5187-
When deploying the default manifests claudie uses simple passwords for MongoDB, DynamoDB
5188-
and MinIO.
5176+
When deploying the default manifests claudie uses simple passwords for MongoDB, and MinIO.
51895177

51905178
You can find the passwords at these paths:
51915179

51925180
```
51935181
manifests/claudie/mongo/secrets
51945182
manifests/claudie/minio/secrets
5195-
manifests/claudie/dynamo/secrets
5196-
51975183
```
51985184

51995185
It is highly recommended that you change these passwords to more secure ones.
@@ -5629,4 +5615,4 @@ kubernetes:
56295615

56305616
```
56315617

5632-
We gradually expand the default NoProxy list, if you think there is a repository or container registry that should be added you can always let us know
5618+
We gradually expand the default NoProxy list, if you think there is a repository or container registry that should be added you can always let us know

0 commit comments

Comments
 (0)