This message was deleted.
# k3s
a
This message was deleted.
1
l
Installing k3s using the steps from web page:
Copy code
curl -sfL <https://get.k3s.io> | sh - 
# Check for Ready node, takes ~30 seconds 
sudo k3s kubectl get node
c
You've linked a list with 89 closed bugs, 5 open
RockPi is a very low powered device, kubernetes is a pretty big resource hog, the fact that it's runnable on k3s highights that it is in fact lightweight
l
Hi Chris, thank you for replying to my post. Which arm64 HW do you recommend to run k3s?
from the official k3s installation is possible to install k3s with debug symbols to profile which part of the code is consuming the CPU?
c
and no, we do not ship a version with extra symbols because that’s not generally how one profiles golang, but we do have a flag to enable pprof.
👍 1
l
Those links clarify and answer my questions. Thank you so much for taking your time to look and share it!