icon
Personal Website

Weekly Coding • 2025-04-07

Hello everyone. It's time to write a little report on my goal.

  • Personal Website 🌐 1 hour 44 minutes
    • Updated the website's appearance. Now diagonal stripes disappear if they become too narrow.
  • Orange Pi 🍊 1 hour 37 minutes
    • Worked on k3s configuration. It turned out that the access keys for k3s have a default validity period of 1 year, and this year has just passed...
    • Need to run this command:
      • sudo k3s certificate rotate
    • Then copy the new keys to kube/config .
    • It took me over an hour to understand this. There was no clear error message, and it just said "unable to connect", so I had to guess and look for advice online.