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
Plugin fails when installed when pod is on one CPU architecture and recreated on another.
Error message: logger=plugins.backend.start t=2024-11-26T11:08:26.069257688Z level=error msg="Could not start plugin backend" pluginId=yesoreyeram-infinity-datasource error="fork/exec /var/lib/grafana/plugins/yesoreyeram-infinity-datasource/gpx_infinity_linux_amd64: no such file or directory"
Note the gpx_infinity_linux_amd64 the plugin was installed when on an arm64 node so gpx_infinity_linux_amd64 doesn't exist.
Steps to reproduce
Run the pod with a PVC on an amd64 node.
Install the plugin
Delete the pod and create another one mounting the same PVC on arm64 node.
The text was updated successfully, but these errors were encountered:
isaacdorfman
changed the title
[Bug] Title
Plugin fails when pod with PVC moves to a node with a different architecture
Nov 26, 2024
isaacdorfman
changed the title
Plugin fails when pod with PVC moves to a node with a different architecture
Plugin fails when pod with PVC moves to a node with a different CPU architecture
Nov 26, 2024
Describe the bug
Plugin fails when installed when pod is on one CPU architecture and recreated on another.
Error message:
logger=plugins.backend.start t=2024-11-26T11:08:26.069257688Z level=error msg="Could not start plugin backend" pluginId=yesoreyeram-infinity-datasource error="fork/exec /var/lib/grafana/plugins/yesoreyeram-infinity-datasource/gpx_infinity_linux_amd64: no such file or directory"
Note the
gpx_infinity_linux_amd64
the plugin was installed when on an arm64 node sogpx_infinity_linux_amd64
doesn't exist.Steps to reproduce
The text was updated successfully, but these errors were encountered: