Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-25775

Auto detect Capabilities on Bamboo Ephemeral agents

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Agents, Capabilities
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      When an Ephemeral agent is started with an agent image for example : atlassian/bamboo-agent-base:9.6.2, it should be able to detect the capabilities automatically which are present inside the image.

      ---
      apiVersion: v1
      kind: Pod
      metadata:
        name: '{{NAME}}'
        labels:
            '{{RESOURCE_LABEL}}': ephermeral
      spec:
        containers:
          - image: atlassian/bamboo-agent-base:9.6.2
            name: '{{BAMBOO_AGENT_CONTAINER_NAME}}'
            env:
              - name: BAMBOO_EPHEMERAL_AGENT_DATA
                value: '{{BAMBOO_EPHEMERAL_AGENT_DATA_VAL}}'
        restartPolicy: Never
      

      I should not be defining the capabilities manually, similar way it works for an agent which starts in docker using the same image where capabilities are automatically detected. 

       

            Unassigned Unassigned
            4f38d6bf51c0 Shashank Kumar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: