diff --git a/notes/README.md b/notes/README.md new file mode 100644 index 0000000..c399167 --- /dev/null +++ b/notes/README.md @@ -0,0 +1,3 @@ +# Notes + +Using this folder to hold notes about the lab environment that do no belong in the lab materials. diff --git a/notes/disable_auto_sync.md b/notes/disable_auto_sync.md new file mode 100644 index 0000000..1c239a7 --- /dev/null +++ b/notes/disable_auto_sync.md @@ -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 diff --git a/notes/issues_and_fixes.md b/notes/issues_and_fixes.md new file mode 100644 index 0000000..db3f1cc --- /dev/null +++ b/notes/issues_and_fixes.md @@ -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.