pixie icon indicating copy to clipboard operation
pixie copied to clipboard

Update handling of missing kernel headers to better reflect warning status

Open ddelnano opened this issue 4 months ago • 0 comments

Summary: Update handling of missing kernel headers to better reflect warning status

The px cli was updated to include a warning when it detected that a cluster didn't have kernel headers installed. The initial implementation reused the same UI elements that the cli included and therefore the "warning" was printed with red text prefixed with ERR: (as seen below).

error

This was harsher than intended and could cause confusion for users that otherwise have a working cluster. This PR updates the warning with yellow text and a more appropriate prefix (WARN: ) and links to documentation (added in https://github.com/pixie-io/px.dev/pull/111) that provides more detail.

Relevant Issues: #2051

Type of change: /kind bugfix

Test Plan: Deployed a new vizier that failed the check and verified the text is no longer red and links to documentation

Screenshot 2025-07-28 at 8 42 33 AM

ddelnano avatar Jul 28 '25 15:07 ddelnano