launchpad icon indicating copy to clipboard operation
launchpad copied to clipboard

A collection of quick starters for ansible, kubernetes, docker, linux, windows, and more. Great for HomeLabs!

Results 10 launchpad issues
Sort by recently updated
recently updated
newest added

Hello! thank you for this beauty! I lost 3 hours of my life because that nginx cert tls secret was not in staging. Otherwise top documentation / video ! https://github.com/techno-tim/launchpad/blob/9382c48f5821cc7b40f7a9ff70f4ab17eaf2f920/kubernetes/traefik-cert-manager/nginx/ingress.yaml#L26

I spent the last few days trying to figure out how I can use the kubernetes hosted traefik, which does know of the let's encrypt wildcard certificate, to handle also...

I ran into this issue while attempting to deploy kube-prometheus-stack as described here: https://www.youtube.com/watch?v=fzny5uUaAeY&t=1210s, The specific error I got was:` msg="Error loading config (--config.file=/etc/prometheus/config_out/prometheus.env.yaml)" file=/etc/prometheus/config_out/prometheus.env.yaml err="parsing YAML file /etc/prometheus/config_out/prometheus.env.yaml: empty...

Using "here" links in any document is regarded as very bad practice.... [Usability & Web Accessibility - Link Text](https://usability.yale.edu/web-accessibility/articles/links#link-text) [Why Your Links Should Never Say “Click Here”](https://www.smashingmagazine.com/2012/06/links-should-never-say-click-here/) There are LOTS...

# launchpad/kubernetes/traefik-cert-manager ## symptom after following instructions for staging cert, traefik didn't use the cert ## cause unknown ## resolution upgrade cert-manager ## How to upgrade ```bash cert_manager_version='v1.13.1' kubectl apply...

Went through a bunch of pain trying to set up notifications based off of https://docs.technotim.live/posts/flux-devops-gitops/, turns out the discord-provider/alert files need to be added to the kustomization.yaml resources list for...

Recently worked on a way to optimize the Traefik Config/Labels to reduce the amount of per container config that I thought might be a good idea: traefik.yml would look like...

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.3 to 1.18.8. Release notes Sourced from nokogiri's releases. v1.18.8 / 2025-04-21 Security [CRuby] Vendored libxml2 is updated to v2.13.8 to address CVE-2025-32414 and CVE-2025-32415. See GHSA-5w6v-399v-w3cc...

dependencies
ruby

I tried to run traefik and it didn't work. I installed Kubernetes from here quick start.. https://k3s.io/ According to this guide and watching the video. https://technotim.live/posts/kube-traefik-cert-manager-le/ I reached the point...

kubernetes/traefik-cert-manager/traefik/values.yaml: the port for websecure is currently "4443", pretty sure it should be 443?