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
{{ message }}
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.
Ran osm-health on a cluster where OSM controller runs in a namespace other than osm-system. This seems to be causing a invalid memory address or nil pointer dereference
This seems to be happening on the following line, where the object meshInfo is nil:
Ran
osm-health
on a cluster where OSM controller runs in a namespace other thanosm-system
. This seems to be causing ainvalid memory address or nil pointer dereference
This seems to be happening on the following line, where the object
meshInfo
isnil
:osm-health/pkg/connectivity/pod-to-pod.go
Line 57 in 12f43f6
The object
meshInfo
isnil
because we did notreturn
on the following line:osm-health/pkg/connectivity/pod-to-pod.go
Line 32 in 12f43f6
Details:
The text was updated successfully, but these errors were encountered: