Aria Automation 8.16.1 was released with a hard limit of 100 Cloud Zones instead of 1000. Originally, the value was set to 3000, which was found to potentially cause performance issues.
VMware Aria Automation 8.16.x
Performance protection against computational challenges of having so many Cloud Zones.
There is no resolution yet, as the current behavior is expected and is the intended behavior. The environment property is being discussed for a larger number in future releases.
However, if the prior behavior of all images being available is desired, see the workaround below to make the necessary changes.
kubectl -n prelude edit deploy provisioning-service-app
Note: This step will open the vi editor. Scroll to the following section, or type "/JAVA_OPTS"
(without quotation marks) and hit enter to scroll directly to it.
- name: JAVA_OPTS
value:
-Dxenon.PlacementUtils.maxPlacementZone=1000
Updates to a future release may revert settings. Please verify after upgrades to Aria Automation.