AKS 클러스터 업그레이드

혹시·2024년 8월 14일

Troubleshoot

목록 보기
6/8

#사용 가능한 노드 이미지 업그레이드 확인

az aks nodepool get-upgrades --nodepool-name agentpool --cluster-name iqvia-prd-aks-01 --resource-group Client_Service_AKS

#최신 버전 비교

az aks nodepool show --resource-group Client_Service_AKS --cluster-name iqvia-prd-aks-01 --name agentpool --query nodeImageVersion

#모든 노드 풀에서 모든 노드 이미지 업그레이드

az aks upgrade --resource-group Client_Service_AKS --name iqvia-prd-aks-01 --node-image-only

#노드 서지로 노드 이미지 업그레이드

az aks nodepool update --resource-group Client_Service_AKS --cluster-name iqvia-prd-aks-01 --name agentpool --max-surge 33% --no-wait

#클러스터 업그레이드 확인

az aks get-upgrades --resource-group Client_Service_AKS --name iqvia-prd-aks-01 --output table

Name ResourceGroup MasterVersion Upgrades


default Client_Service_AKS 1.25.11 1.26.3, 1.26.6

#클러스터 업그레이드

az aks upgrade --resource-group Client_Service_AKS --name iqvia-prd-aks-01 --kubernetes-version 1.26.6

#업그레이드 성공 확인

az aks show --resource-group Client_Service_AKS --name iqvia-prd-aks-01 --output table
profile
클라우드하는 귀여운 애

0개의 댓글