Override data plane cluster configurations
Cluster overrides let you customize and update cluster configurations.
Astro Private Cloud (APC) has two types of Deployment configurations that you can set at the data plane cluster level.
- Default configuration: The base, system-provided configuration. You can override default values, but you cannot delete default keys.
- Custom configuration: Your own additional keys and values. You can add, modify, or delete these keys.
Update your cluster
You can define cluster configurations when you first register a cluster or later by updating the cluster via the UI or Houston API.
- Registration: The form includes an optional Cluster Override field. You can supply initial overrides when registering.
- Edit: The cluster page contains your overall cluster information and a Deployment Configuration section.
- Cluster Information: View and edit the cluster name.
- Base Deployment Config: Read-only view of the default configurations.
- Deployment Config Override: Editable area where you provide override values for base keys and/or add custom keys. This also shows your override values after you finish updating your cluster.
- Merged Deployment Config: Read-only, git-style diff view showing added/modified values after merging overrides with the base.
- Houston API: If you automate cluster management, use the Houston API to update cluster metadata and connection secrets. Refer to your internal API client or see platform API docs.
Prerequisites
- An APC control plane is installed and reachable.
- You have System Admin permissions in the APC UI or access to the Houston API.
- The data plane cluster is healthy and accessible from the control plane.
Update cluster information
Only the Cluster name is editable as a cluster property in the Cluster Information section. You must use Deployment Config Override to make changes to Deployment configurations by overriding the base Deployment configuration.
Override base configuration
Add your own keys and values to tailor behavior per cluster. You can’t delete default keys, but you can override their values to make custom configurations.
Find Base Configuration to edit
Search for the configuration that you want to edit in the Base Deployment Config.
Use ctrl+F or cmd+F on Mac to search for the config.
Edit Deployment Config Override
Click Edit to unlock Deployment Config Override. You can now make override edits.
Add new key and value
Add your new key and value to the Deployment Config Override.
- To delete an override or a custom property, set its value to
null
in the Deployment Config Override. Do not remove the key; setting it tonull
removes the property. If you try to configure a default key withnull
in your Config Override, Astro does not allow you to save your changes, and prompts you to update your overrides with an accepted value. - Base Configuration keys cannot be deleted. You can only override their values because base configurations are the operational defaults.
Carefully check your configuration updates before you update your cluster, as these configuration changes can impact all cluster users.
Best practices
- Keep overrides minimal. Prefer Base Config unless a cluster truly deviates.
- Use consistent naming and comments for custom keys.
- Review the Merged Deployment Config view to validate the final effective settings before you Update Cluster.