After you install a data plane cluster, you must register it with the Astro Private Cloud control plane so that the Houston API can schedule Airflow Deployments.
Only a system admin can register a data plane cluster.
finance-dataplane-us-east-1.example.company.com.finance-dataplane-us-east-1.https://<domainPrefix>.<base_domain>. For example, finance-dataplane-us-east-1.example.company.com. This domain resolves to the data plane’s ingress endpoints.
Enter a unique Name, the data plane Base domain in the https://<domainPrefix>.<base_domain> format, and optionally set Cluster override.
Now you can proceed to create Airflow Deployments in this data plane.
You can also register a data plane cluster by calling the registerCluster mutation on the Houston API. Send the request to https://houston.<your-base-domain>/v1 with a system service account or System Admin user token in the Authorization header. For details, see Authenticate to the Houston API.
Argument reference:
When you call this mutation, Houston:
name and metadataUrl are unique across registered clusters.GET /metadata on the supplied URL to fetch cluster details from Commander.ACTIVE and stores Commander’s response under config and healthStatus.After the mutation succeeds, monitor the cluster with the queries documented in Manage cluster status.