Creating ephemeral agent templates
Templates let Bamboo know what it needs to build Kubernetes pods and run ephemeral agents in them. A template has a name and a YAML configuration with all the necessary information about the building blocks of the pod and the containers it’s supposed to run.
Learn more about what goes into an ephemeral agent template's YAML configuration
はじめる前に
Enable and configure support for ephemeral agents in Bamboo.
To create an ephemeral agent template:
- In the upper-right corner of the screen, selectAdministration> Overview.
- From the menu on the Bamboo administration page, under Ephemeral agents, select Templates.
In the upper-right corner of the Manage ephemeral agent templates page, select Create.
On the Create ephemeral agent template page, complete the template configuration:
Name — A unique name to identify this template.
Enabled — Allows Bamboo to use this template for builds and deployments.
YAML configuration — The YAML configuration for this template.
[保存] を選択します。
結果
If you’ve selected the Enabled checkbox, Bamboo can now start using this template to create ephemeral agents. You can also enable the template at a later time.
関連ページ