Add an E2E testing ensuring that rolling upgrade does not make pipelines unhealthy #1566
Labels
kind/missing-test
Categorizes issue or PR as related to missing automated tests for scenario.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
Description
A successful rolling upgrade should not degrade Log/Metric/Trace Pipeline status to unhealthy. In the status check we rely on internal details of Pod controller (by checking different fields of PodStatus), which might change in future versions of Kubernetes. We need an E2E test to ensure no regression will happen.
Related Issues
#1545
#1236
The text was updated successfully, but these errors were encountered: