techno-tim / k3s-ansible

The easiest way to bootstrap a self-hosted High Availability Kubernetes cluster. A fully automated HA k3s etcd install with kube-vip, MetalLB, and more. Build. Destroy. Repeat.
https://technotim.live/posts/k3s-etcd-ansible/
Apache License 2.0
2.41k stars 1.05k forks source link

Fix http_proxy service dir in k3s_agent role #400

Closed balazshasprai closed 9 months ago

balazshasprai commented 11 months ago

Proposed Changes

I've noticed I messed up in the last commit regarding the http_proxy setup. On nodes/workers/agents it should've put the http_proxy config in the k3s-node.service.d dir, instead it puts it in k3s.service.d. This fixes that slip-up.

Checklist

tagn commented 11 months ago

This will fix #397, I closed the PR that I submitted yesterday for this issue. Thanks for fixing it @balazshasprai