YAML 구문을 사용하여 구성 파일을 작성해야 합니다. 구성 파일을 만드는 방법을 보려면 구성 만들기를 참조하세요.
템플릿 언어
구성은 최종 구성을 만들기 위한 배포 중 Deployment Manager가 확장할 하나 이상의 템플릿 파일을 가져올 수 있습니다. 템플릿은 Jinja 또는 Python으로 작성할 수 있습니다. 템플릿을 혼합하여 사용할 수도 있습니다. 단일 구성은 Jinja 및 Python 템플릿을 모두 가져올 수 있습니다. 템플릿은 로컬 파일이거나 제3자 URL에서 호스팅되는 파일일 수 있습니다.
템플릿은 환경 변수를 사용하는 기능, 커스텀 변수를 정의하는 기능, Python 라이브러리를 사용하는 기능과 같은 추가 기능을 제공합니다.
[[["이해하기 쉬움","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-03-24(UTC)"],[[["A configuration file is mandatory for creating a deployment, defining the structure, resource types, properties, and templates involved."],["Configurations support a wide array of Google Cloud resources, including Compute Engine, Kubernetes Engine, BigQuery, Cloud Storage, and Cloud SQL, all within a single file."],["Configuration files must be written using YAML syntax, and they can import templates for enhanced functionality using Jinja or Python."],["Deployment Manager expands configurations on the server-side, with limitations such as a 1 MB size limit for both original and expanded configurations."],["Python templates cannot make system or network calls, and exceeding time or power usage limits can require splitting or simplifying the configuration."]]],[]]