오늘도 한 뼘 더
[Helm] Helm 업데이트 시 설명 추가하기 본문
728x90
반응형
# 배경
helm update를 통해서 백엔드 서비스 업데이트를 진행할 때 따로 설명에 대한 명령어를 넘기지 않으면 `helm history`를 통해서 내용을 확인할 때 Description에 Upgrade complete로 나온다.
# Helm update에 설명 추가하기
--description 옵션을 사용한다.
$ helm upgrade [name] Chart.yaml -f file.yaml --description "deploy test"
위에 description이 제대로 적용됐는지는 history를 통해 가능하다
$ helm history [name]
728x90
반응형
'DevOps & Infra > K8S(Kubernetes)' 카테고리의 다른 글
[k8s] eksctl : [!] 1 pods are unevictable from node (0) | 2024.07.16 |
---|---|
[k8s] AWS EKS - Error: invalid version, supported values: 1.21, 1.22, 1.23, 1.24 (0) | 2024.05.29 |
[k8s] kubeconfig context 이름 변경하기 (2) | 2024.04.03 |
[Helm] helm upgrade 할 때 했던 실수 (0) | 2024.02.21 |
[Helm] Error: Kubernetes cluster unreachable: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1" (2) | 2023.12.07 |
Comments