We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.9.x
When we have Mesh with MeshService exclusive enabled, then if we run kumactl export we get Mesh resource twice and one of them is empty.
kumactl export
Mesh
Enable MeshService exclusive mode and run kumactl export and run: kumactl export --format universal
kumactl export --format universal
We should return single Mesh resource
The text was updated successfully, but these errors were encountered:
lukidzi
Successfully merging a pull request may close this issue.
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: