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
fix source vertex not found error by namespacing all look ups to the scraper.
The source vertex not found error would occur only in cases where multiple clusters were being scraped. The lookups needed to be scoped to the given scraper.
Example: When forming a Namespace default -> Deployment Nginx relationship for cluster A, the lookup for external id Kubernetes/Namespace//default would return the ID of the default namespace from cluster B. This would cause failure when forming the graph as the edge couldn't be inserted since there's no source vertex in the graph.
fix source vertex not found error by namespacing all look ups to the scraper.
The source vertex not found error would occur only in cases where multiple clusters were being scraped. The lookups needed to be scoped to the given scraper.
Example: When forming a
Namespace default
->Deployment Nginx
relationship for cluster A, the lookup for external idKubernetes/Namespace//default
would return the ID of thedefault namespace
from cluster B. This would cause failure when forming the graph as the edge couldn't be inserted since there's no source vertex in the graph.resolves: #703
The text was updated successfully, but these errors were encountered: