This repository was archived by the owner on Jan 4, 2026. It is now read-only.
make smol-k8s-lab more async for federated apps and add new experimental apps#363
Merged
make smol-k8s-lab more async for federated apps and add new experimental apps#363
Conversation
d64c006 to
edefb22
Compare
jessebot
commented
Aug 19, 2025
jessebot
commented
Aug 19, 2025
jessebot
commented
Aug 19, 2025
jessebot
commented
Aug 19, 2025
…te naming schema for appset secret
…and always refresh the grafana oidc credentials
* change thanos_hostame to mimir_hostname * try to create missing user credentials * fix name and force vaules to update * sync with jesse
…svc.cluster.local
c06f643 to
5375692
Compare
cloudymax
approved these changes
Aug 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
updated the argocd appset secret vars plugin to no longer require restarts which shaves a few miliseconds off of updates to the appset plugin, resulting in maybe a 10 second time saver depending on the slowness of the nodes in your cluster
new docs updates for new apps and an important deprecation notice to the prometheus stack!
updated netmaker to the latest at the cost of losing oidc :( Started to add restore capabilities, but it's not done.
slowly making all of smol-k8s-lab async starting with
setup_federated_appswhich does most of the oidc/federated apps all at once.More tidying of the grafana_stack (restores enabled but not tested)
grafana_stack_example.yamlWe also added experimental apps for:
Grafana Tempo (alpha - actively testing)
tempo-example.yamlOPA Gatekeeper (experimental - not tested yet)
opa_gatekeeper_example.yamlfixed a bug where you couldn't add more than 1 label to a node via the TUI
Thanks to @cloudymax for all their help on this pre-release! :D