small-hack / smol-k8s-lab

☁️ CLI & TUI with a smol friendly vibe to get started with Kubernetes on metal, then bootstrap apps using Argo CD 🧸 Great for testing webapps and benchmarking.
https://small-hack.github.io/smol-k8s-lab/
GNU Affero General Public License v3.0
12 stars 1 forks source link

catch existing node taint error, and grab lower case cloudflare token #172

Closed jessebot closed 4 months ago

jessebot commented 4 months ago

This fixes an issue where if you have a node that you previously deployed to, it won't error out if it's got a cached taint and we try to apply it again.

Also fixes an issue where we looked for the cloudflare token in uppercase by accident.