새 환경 정의를 재정의 파일의 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-04-03(UTC)"],[[["Creating new environments in Apigee hybrid involves a two-step process: first creating the environment in the management plane, and then adding configuration for it in your overrides file."],["New environments can be created using the Apigee UI or the Create environments API, and the detailed steps can be found in the \"Add an environment\" documentation."],["To configure an environment, define it within the `envs[]` array in your overrides file, ensuring the name matches the one created in the UI."],["Changes to environment configurations are applied to the cluster sequentially, environment by environment, using Helm commands, with each release name being unique within the Apigee hybrid installation."],["The `apigee-env` chart is used to make changes to each environment, using the Helm upgrade command with the correct namespace, environment name, and overrides file path."]]],[]]