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
## Motivation
Mesh needs to be defined before creating other resources. That's why we
need it to be first entry in the exported object:
#11511
## Implementation information
I've changed logic to store mesh objects in a different list and later
add it first to the exported file.
## Supporting documentation
Fix#13109
> run full matrix to check if it doesn't impact federation test
Signed-off-by: Lukasz Dziedziak <[email protected]>
Kuma Version
2.9.x
Describe the bug
When we have Mesh with MeshService exclusive enabled, then if we run
kumactl export
we getMesh
resource twice and one of them is empty.To Reproduce
Enable MeshService exclusive mode and run kumactl export and run:
kumactl export --format universal
Expected behaviour
We should return single Mesh resource
The text was updated successfully, but these errors were encountered: