SkillsFundingAgency / das-azure-pipelines-agents

MIT License
0 stars 2 forks source link

Deploy agents to a separate namespace #19

Closed chelnak closed 3 years ago

chelnak commented 4 years ago

Use a separate namespace for agents such as azure-pipelines-agents. Keep default for management tooling.

mwevill commented 4 years ago

From checking it looks like we would need to create an kubectl apply taks with a YAML similar to this.

kind: Namespace apiVersion: v1 metadata:

name: test

labels:

name: test

kubectl apply -f test.yaml Then update pipeline release tasks to deploy to namespace.