Skip to main content
An Airflow Deployment’s release name on Astro Private Cloud is a unique, immutable identifier for that Deployment. The release name corresponds to its Kubernetes namespace and that renders in Grafana and other platform-level monitoring tools. By default, release names are randomly generated in the following format: noun-noun-<4-digit-number>. For example: elementary-zenith-7243. Alternatively, you can customize the release name for a Deployment if you want all namespaces in your cluster to follow a specific style. To customize the release name for a Deployment as you’re creating it, you first need to enable the feature on your data plane cluster. To do so:
  1. In the APC UI, go to your Clusters page and select your cluster.
  2. In the cluster details page, click Edit. In the Cluster Deployments Configuration YAML editor, click Find and search for the feature you want to override. Then add the following override in the appropriate YAML field:
    For details on using the UI for configuration, see Override base configuration.
  3. Save and apply your changes in the UI.
After applying this change, the Release Name field in the Astro Private Cloud UI becomes configurable.