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 CI #332

Closed sleiner closed 1 year ago

sleiner commented 1 year ago

Proposed Changes

Checklist

timothystewart6 commented 1 year ago

Thank you @sleiner super close, just looks like a few lint rules!

sleiner commented 1 year ago

Yup - there are quite a few new ones now 😅 I'll fix these.

timothystewart6 commented 1 year ago

Thank you! I think we'll want to update our github actions to also use python 3.11 instead of 3.10, right?

https://github.com/techno-tim/k3s-ansible/blob/master/.github/workflows/test.yml#L17

https://github.com/techno-tim/k3s-ansible/blob/master/.github/workflows/lint.yml#L10

timothystewart6 commented 1 year ago

@sleiner what do you think?

timothystewart6 commented 1 year ago

I'll follow up to this in a PR

timothystewart6 commented 1 year ago

Thank you @sleiner !!