On the node, run the following commands:
This will update the package lists from the software repository.
apt update
This will install the kubeadm version 1.26.0
apt-get install kubeadm=1.26.0-00
This will upgrade Kubernetes controlplane node.
kubeadm upgrade apply v1.26.0
Note that the above steps can take a few minutes to complete.
This will update the kubelet with the version 1.26.0.
apt-get install kubelet=1.26.0-00
You may need to reload the daemon and restart kubelet service after it has been upgraded.
systemctl daemon-reload
systemctl restart kubelet
'알고보면 쓸데있는 신비한 잡학IT노트' 카테고리의 다른 글
[쉘스크립트] 배열을 이용한 스크립트 (0) | 2023.03.22 |
---|---|
쿠버네티스 모니터링 툴 (kubernetes, k8s monitoring tools) (0) | 2023.03.20 |
How to deal with kipmi0 process using 100% CPU (0) | 2023.03.14 |
Checking Detailed Specifications of HP Server (0) | 2023.03.14 |
DELL 서버 상세 스펙 확인 (0) | 2023.03.10 |