This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.5.5.3. Helm 기반 Operator의 프로젝트 레이아웃
operator-sdk CLI에서는 각 Operator 프로젝트에 대해 다양한 패키지 및 파일을 생성하거나 스캐폴드를 지정할 수 있습니다.
5.5.3.1. Helm 기반 프로젝트 레이아웃 링크 복사링크가 클립보드에 복사되었습니다!
operator-sdk init --plugins helm 명령을 사용하여 생성된 Helm 기반 Operator 프로젝트에는 다음 디렉터리 및 파일이 포함됩니다.
| 파일/폴더 | 목적 |
|---|---|
|
| Kubernetes 클러스터에 Operator를 배포하는 Kustomize 매니페스트입니다. |
|
|
|
|
|
|
|
| GVK(그룹/버전/종류) 및 Helm 차트 위치입니다. |
|
| 프로젝트 관리에 사용되는 대상입니다. |
|
| Operator의 메타데이터 정보가 포함된 YAML 파일입니다. |