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
Revert "Use px/agent_status_diagnostics script within px cli to detect missing kernel headers (#2065)" (#2081)
Summary: Revert "Use `px/agent_status_diagnostics` script within px cli
to detect missing kernel headers (#2065)"
This reverts commit 3c9c4bd. While
testing the latest cloud release, I noticed that the functionality added
in #2065 can cause `px deploy` to hang indefinitely at the "Wait for
healthcheck" step. The deploy will finish successfully, but it's a poor
user experience.
There seems to be a goroutine blocking issue that is dependent on
cluster size. On 1 and 2 node clusters that I tested #2065 on, the issue
doesn't surface. However, the issue reproduces reliably on the larger
clusters that have pixie deployed to. Let's revert and release a new cli
version once this is tracked down.
Relevant Issues: #2051
Type of change: /kind bugfix
Test Plan: N/A
Changelog Message: Reverted the recent advanced diagnostics added during
`px deploy` as in some cases it can cause that caused `px deploy` to
hang
Signed-off-by: Dom Del Nano <[email protected]>
returnerrors.New("timeout waiting for healthcheck (it is possible that Pixie stabilized after the healthcheck timeout. To check if Pixie successfully deployed, run `px debug pods`)")
0 commit comments