Infra Workers Register K 8 S Create
Register an air-worker pod via its Kubernetes ServiceAccount JWT.
Validates the token against the K8s TokenReview API, creates the worker record if it does not yet exist, and returns an mTLS client certificate.
Request
This endpoint expects an object.
token
Kubernetes ServiceAccount JWT token.
fqdn
Fully-qualified domain name of the worker.
fleet
ID of the fleet the worker belongs to.
ip_address
IP address of the worker.
Response
fqdn
Fully-qualified domain name of the worker.
fleet
ID of the fleet the worker belongs to.
ip_address
IP address of the worker.