Skip to content

Commit

Permalink
Adding some internal notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaland committed Dec 28, 2024
1 parent f640c57 commit d0d4bf8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Notes

Using this folder to hold notes about the lab environment that do no belong in the lab materials.
7 changes: 7 additions & 0 deletions notes/disable_auto_sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Disabling Autosync

1. Disable Autosync on `bootstrap` inside of the main Gitops
2. Edit `ApplicationSet/tenants` on the openshift-gitops namespace to turn off autosync
1. `oc patch applicationset tenants --type='merge' -p '{"spec": {"template": {"spec": {"syncPolicy": {"automated": {"selfHeal": false}}}}}}' -n openshift-gitops`
3. Disalbe Autosync on `composer-ai-config`
4. Then you should be able to disable autosync on any of the other composer items
7 changes: 7 additions & 0 deletions notes/issues_and_fixes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Issues and Fixes

A list of possible known issues and fixes

## ElasticSearch Issue

Rarely the elastic search install will run into errors figuring out who is the main node. Easiest way to fix this is delete the entire `Elasticsearch` kubernetes object and let the Argo Recreate, then rerun the ingestion pipeline.

0 comments on commit d0d4bf8

Please sign in to comment.