diff --git a/charts/rancher-monitoring-crd/CUSTOM-README.md b/charts/rancher-monitoring-crd/CUSTOM-README.md index 53024f8..6ce8cfe 100644 --- a/charts/rancher-monitoring-crd/CUSTOM-README.md +++ b/charts/rancher-monitoring-crd/CUSTOM-README.md @@ -1,13 +1,16 @@ -# Rancher Monitoring CRD 배포 +# Rancher Monitoring CRD 배포 ## 1. 배포 방법 -``` sh -$ helm upgrade rancher-monitoring-crd --install \ - --namespace cattle-monitoring-system --create-namespace \ - ../rancher-monitoring-crd -f ./custom-values.yaml -``` +- `rancher-monitoring`을 배포하기 전 해당 차트를 배포해야 한다. +- 명령어 + + ``` sh + $ helm upgrade rancher-monitoring-crd --install \ + --namespace cattle-monitoring-system --create-namespace \ + ../rancher-monitoring-crd -f ./custom-values.yaml + ``` ## 2.custom-values.yaml 설명 @@ -15,6 +18,7 @@ $ helm upgrade rancher-monitoring-crd --install \ - custom-values.yaml에 정의된 값에 대한 설명이다. ### 1) 오프라인 설정 + - private 환경 배포시 사용한다. | Name | 설명 | 기본값 | diff --git a/charts/rancher-monitoring/CUSTOM-README.md b/charts/rancher-monitoring/CUSTOM-README.md index b1f59e6..a39277a 100644 --- a/charts/rancher-monitoring/CUSTOM-README.md +++ b/charts/rancher-monitoring/CUSTOM-README.md @@ -1,13 +1,16 @@ -# Rancher Monitoring 배포 +# Rancher Monitoring 배포 ## 1. 배포 방법 -``` sh -$ helm upgrade rancher-monitoring --install \ - --namespace cattle-monitoring-system --create-namespace \ - ../rancher-monitoring -f ./custom-values.yaml -``` +- 배포 전 `rancher-monitoring-crd`가 배포되었는 지 확인 후 배포한다. +- 명령어 + + ``` sh + $ helm upgrade rancher-monitoring --install \ + --namespace cattle-monitoring-system --create-namespace \ + ../rancher-monitoring -f ./custom-values.yaml + ``` ## 2.custom-values.yaml 설명 @@ -55,6 +58,7 @@ $ helm upgrade rancher-monitoring --install \ - 각 배포판 별 value를 `enabled: true`로 설정하여 메트릭을 수집할 수 있다. #### rke2 + ``` yaml rke2ControllerManager: enabled: false @@ -69,6 +73,7 @@ rke2IngressNginx: ``` #### rke + ``` yaml rkeControllerManager: enabled: false @@ -102,7 +107,6 @@ k3sServer: enabled: false ``` - ### 6) ingress nginx - 클러스터에 ingress nginx를 배포했을 때 해당 옵션을 `enabled: true`로 설정하여 메트릭 수집할 수 있다. @@ -111,4 +115,4 @@ k3sServer: ingressNginx: enabled: false namespace: ingress-nginx -``` \ No newline at end of file +```