diff --git a/.vscode/ltex.dictionary.en-US.txt b/.vscode/ltex.dictionary.en-US.txt index 41eec0e..32bd5ca 100644 --- a/.vscode/ltex.dictionary.en-US.txt +++ b/.vscode/ltex.dictionary.en-US.txt @@ -115,3 +115,5 @@ tektone-based ODIT.Services Planetscale vitess +Autupdate +KubeCon diff --git a/content/lessons_learned/01_operators.md b/content/lessons_learned/01_operators.md index 64c6c41..581260d 100644 --- a/content/lessons_learned/01_operators.md +++ b/content/lessons_learned/01_operators.md @@ -4,7 +4,7 @@ title: Operators ## Observability -* Export reconcile loop steps as opentelemetry traces +* Export reconcile loop steps as OpenTelemetry traces ## Work queue diff --git a/content/lessons_learned/02_flux.md b/content/lessons_learned/02_flux.md index 9275712..a56b31f 100644 --- a/content/lessons_learned/02_flux.md +++ b/content/lessons_learned/02_flux.md @@ -3,11 +3,11 @@ title: Flux weight: 2 --- -Some lessonslearned from flux talsk and from talking to the flux team. +Some lessons learned from flux talks and from talking to the flux team. -## Helm Autupdate +## Helm Auto-update -* Currently you can just use the normal image autoupdate machanism - * Requirement: The helm chart is stored as a OCI-Artifact +* Currently, you can just use the normal image auto-update mechanism + * Requirement: The helm chart is stored as an OCI-Artifact * How: Just create the usual CRs and annotations -* They are also working on generalizing the autoupdate Process to fitt all OCI articacts (comming soon) +* They are also working on generalizing the auto-update Process to fit all OCI artifacts (coming soon) diff --git a/content/lessons_learned/99_checkout.md b/content/lessons_learned/99_checkout.md index ce4d42c..4558436 100644 --- a/content/lessons_learned/99_checkout.md +++ b/content/lessons_learned/99_checkout.md @@ -2,7 +2,7 @@ title: Check this out --- -Just a loose list of stuff that souded interesting +Just a loose list of stuff that sounded interesting * Dapr * etcd backups diff --git a/content/lessons_learned/_index.md b/content/lessons_learned/_index.md index e10e66f..189baa1 100644 --- a/content/lessons_learned/_index.md +++ b/content/lessons_learned/_index.md @@ -4,4 +4,4 @@ title: Lessons Learned weight: 99 --- -Interesting lessons learned + tipps/tricks. +Interesting lessons learned + tips/tricks.