Update CUSTOM-README.md
This commit is contained in:
@@ -3,11 +3,14 @@
|
||||
|
||||
## 1. 배포 방법
|
||||
|
||||
``` sh
|
||||
$ helm upgrade rancher-monitoring-crd --install \
|
||||
- `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 | 설명 | 기본값 |
|
||||
|
||||
@@ -3,11 +3,14 @@
|
||||
|
||||
## 1. 배포 방법
|
||||
|
||||
``` sh
|
||||
$ helm upgrade rancher-monitoring --install \
|
||||
- 배포 전 `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`로 설정하여 메트릭 수집할 수 있다.
|
||||
|
||||
Reference in New Issue
Block a user