After creating a dynamic type in vRO, we need to create a custom resource in vRA that links to the dynamic type. vRA sometimes takes hours for the vRO dynamic type to be a selectable "resource type" .
Aria Automation 8.11.2
DynamicTypes plug-in
The EndpointConfigurationService was returning null as a configuration version and the plugin was not checking for null version values.
Workaround:
kubectl -n prelude scale deployment vco-app --replicas=0
kubectl -n prelude scale deployment vco-app --replicas=1 (1 for single appliance and 3 if cluster)
Permanent solution:
or