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 7 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...