layer5io / learn-layer5

A sample application for learning how to service mesh and for validating SMI conformance
https://layer5.io
Apache License 2.0
63 stars 30 forks source link

Test failure: Conflict with artifacts from prior test run #75

Open leecalcote opened 3 years ago

leecalcote commented 3 years ago

Description SMI Conformance was run for one service mesh. The test failed to complete, so the meshery namespace was manually deleted. Some deploy artifacts were orphaned. When the test was invoked for a different service mesh, a collision occurred.

Logs

Error installing smi tool: rendered manifests contain a resource that already exists. Unable to continue with install: 
ClusterRoleBinding "smi-conformance" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm";
 annotation validation error: missing key "meta.helm.sh/release-name": must be set to "smi-conformance";
 annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "meshery"

Environment:

Debaditya-Som commented 1 year ago

@leecalcote is this issue still open? If so, I would like to work on this issue