Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # k0s ### 설치 <code shell> sudo curl -sSLf https://get.k0s.sh | sudo sh </code> 서비스 등록 <code shell> sudo k0s install controller --enable-worker </code> 실행 <code shell> sudo k0s start </code> 상태확인 <code shell> sudo k0s status </code> <code shell> sudo k0s stop </code> <code shell> sudo k0s reset </code> <code shell> sudo k0s install controller --single -c k0s.yaml </code> <code shell> sudo k0s install controller --enable-worker -c k0s.yaml </code> <code shell> sudo k0s start </code> ### Links - https://www.mirantis.com/blog/how-to-set-up-k0s-kubernetes-a-quick-and-dirty-guide/ open/k0s.txt Last modified: 2024/10/05 06:15by 127.0.0.1