icon
Personal Website

Weekly Coding • 2025-04-07

This text was automatically translated to English language by LLM tool.

Hello everyone. It is time to write a small progress report on my goals.

  • Personal website 🌐 1 hour 44 minutes
    • Updated the appearance. Now diagonal stripes disappear if they become too narrow.
  • Orange Pi 🍊 1 hour 37 minutes
    • Worked on k3s configuration. It turns out that k3s access keys have an expiration date: 1 year by default, and that year just happened to expire…
    • You need to run the following command:
      • sudo k3s certificate rotate
    • And then copy the new keys into kube/config
    • It took me over an hour to figure this out 😴 There was no clear error message, just something like “unable to connect,” so I had to guess why and search for advice online.