새 환경 정의를 재정의 파일의 envs[] 속성에 추가합니다.
속성은 배열입니다. 따라서 환경 정의를 두 개 이상 추가할 수 있습니다.
새 환경에 UI에서 만든 환경과 동일한 이름을 지정합니다.
예를 들어 다음 구성은 test 및 prod 등 두 가지 환경을 정의합니다.
ENV_RELEASE_NAME은 apigee-env 차트 설치 및 업그레이드를 추적하는 데 사용되는 이름입니다. Helm 출시 이름은 Apigee Hybrid 설치 내에서 고유해야 합니다. 환경 이름이 고유한 경우 ENV_NAME과 동일할 수 있습니다. 그러나 환경 이름과 환경 그룹 이름이 동일한 경우 각각 고유한 Helm 출시 이름을 입력해야 합니다. 예를 들어 둘 다 이름이 dev인 경우 dev-env-release 및 dev-envgroup-release와 같은 이름을 사용할 수 있습니다.
Helm의 출시 버전에 대한 자세한 내용은 Helm 문서의 세 가지 주요 개념을 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-05-21(UTC)"],[[["Creating an Apigee hybrid environment involves two primary steps: first, creating the environment in the management plane using the UI or API, and second, adding the environment's configuration to the overrides file."],["New environments are defined within the `envs[]` property in the overrides file, allowing for the configuration of multiple environments, such as 'test' and 'prod', with each needing the same name as the environment created in the UI."],["Changes to environment configurations are applied to the cluster sequentially, using the `helm upgrade` command for each environment, specifying the environment name and overrides file."],["When using `helm upgrade`, if an error occurs stating that there are no deployed releases, the `upgrade` command can be replaced with `install` to resolve the issue."]]],[]]