Administration of Taskcluster runtime configuration
2.7K
tc-admin is used to manage runtime configuration of Taskcluster deployments
Maintained by taskcluster core team
Getting help:
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
Content type
Image
Digest
sha256:a5bc5dda0…
Size
67.6 MB
Last updated
1 day ago
docker pull taskcluster/tc-admin:5.4.1