You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, the requirement that routes must be associated to a service provides a more flexible model where you can configure upstream and shared plugin configurations for a batch of routes without the need to use plugin templates (plugin_config, which is in fact not a resource supported by the ADC; no need to worry about the inherent complexity in overriding the logic of prioritization-based overrides for plugin configurations).
This does not prevent certain features from being implemented, and therefore does not pose a barrier to scratch use.
Currently this is a fixed design and there are no ideas to change it for the time being, so this won't get improved straight away for a while. However, the APISIX exporter logic could be improved to allow more best-effort conversion of unorganized configurations.
Current Behavior
./adc dump --tls-skip-verify --verbose 2 -o service-configuration.yaml
generate empty output for upstreams and routes.
Debug log shown the server return upstreams and routes correctly.
Exxpected Behavior
Dump all upstreams and routes.
Steps to Reproduce
./adc dump --tls-skip-verify --verbose 2 -o service-configuration.yaml
Environment
adc version
): 0.16.2uname -a
): Linux manjaro 6.1.119-1-MANJARO x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: