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
Copy file name to clipboardExpand all lines: src/pixie_cli/pkg/vizier/script.go
+7-14Lines changed: 7 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,10 @@ import (
44
44
)
45
45
46
46
const (
47
-
equalityThreshold=0.01
48
-
headersInstalledPercColumn="headers_installed_percent"// must match the column in px/agent_status_diagnostics
47
+
equalityThreshold=0.01
48
+
headersInstalledPercColumn="headers_installed_percent"// must match the column in px/agent_status_diagnostics
49
+
missingKernelHeadersMsg="Detected missing kernel headers on your cluster's nodes. This may cause issues with the Pixie agent. Please see https://px.dev/kernel-headers for more details."
50
+
missingKernelHeadersSuspectedMsg="Detected missing kernel headers on your cluster's nodes. This may cause issues with the Pixie agent. Please see https://px.dev/kernel-headers for more details. If you are using a distro kernel, this is expected and can be ignored."
msg:="Detected missing kernel headers on your cluster's nodes. This may cause issues with the Pixie agent. Please install kernel headers on all nodes."
returnnewHealthCheckWarning("Unable to detect if the cluster's nodes have the distro kernel headers installed (vizier too old to perform this check). Please ensure that the kernel headers are installed on all nodes.")
0 commit comments