imjoseangel / powerline-k8sstatus

A Powerline segment for showing the status of a K8s context
MIT License
2 stars 0 forks source link

Show specific error in segment #15

Closed imjoseangel closed 3 years ago

imjoseangel commented 3 years ago

SUMMARY

Show specific error segment when there is an issue with other modules

ISSUE TYPE

COMPONENT NAME

segment.py

ADDITIONAL INFORMATION

In Python 3.9.0 there is a specific issue with kubernetes when numpy is installed too:

RuntimeError: Polyfit sanity test emitted a warning, most likely due to using a buggy Accelerate backend.

The idea is showing that the segment is working but the kubernetes module is throwing a specific error.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

imjoseangel commented 3 years ago

I think this is not needed anymore as the current scenario is quite stable.