Sign inSign up

taskcluster/tc-admin

By taskcluster

Updated 1 day ago

Administration of Taskcluster runtime configuration

Image
0

2.7K

taskcluster/tc-admin repository overview

Quick reference

tc-admin is used to manage runtime configuration of Taskcluster deployments

Maintained by taskcluster core team

Getting help:

How to use tc-admin

tc-admin is configured by tc-admin.py

docker run --rm \
   -v $(pwd)/path/to/tc-admin-config:/app \           # this folder needs to have tc-admin.py in it
   -e TASKCLUSTER_ROOT_URL=http://tc.host \           # this is the root deployment of taskcluster
   -e TASKCLUSTER_CLIENT_ID=static/taskcluster/root \ # id of the client to authenticate with
   -e TASKCLUSTER_ACCESS_TOKEN=secret-token \         # authentication token 
   taskcluster/tc-admin:3.2.0 \
   tc-admin apply # tc-admin diff will show the difference between the deployment and the config

Example config can be found here: tc-admin.py

Tag summary

Content type

Image

Digest

sha256:a5bc5dda0

Size

67.6 MB

Last updated

1 day ago

docker pull taskcluster/tc-admin:5.4.1