Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 539 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 539 Bytes

az-devops-k8s-agent

Self-Hosted Azure Devops Agent for kubernetes

Setup via pre-built image

Docker Image : shubhamranjan/az-devops-k8s-agent:latest

  1. Modify sample/create_secret.sh with the required Azure Devops Organisation URL, PAT and Agent Pool Name.

  2. Run the script or the command directly in the required namespace.

     sh ./sample/create_secret.sh
    
  3. Apply sample/deployment.yml after making any required changes like namespace (if modified in the previous step).

     kubectl apply -f sample/deployment.yml