Piotr Rygielski
Piotr Rygielski
# Motivation Currently Bats returns exit code either 1 or 0. Currently, exit code 1 is returned for any kind of failure. This makes it impossible to notify test caller...
### Description We have a possibility that the secured cluster will be deployed using the legacy method without the SA and CRB required for the sensor upgrader. To do that,...
### Description This PR decouples the sensor upgrader from the `ROX_MANAGED_CENTRAL` env var and introduces new variable `ROX_SENSOR_UPGRADER_ENABLED` (default: true) that controls whether the upgrader is enabled. I additionally fix...
### Description Manual: - do `cdrox`, then `cd sensor/upgrader` - ensure you have a running cluster with Central - ensure you have `KUBECONFIG` set properly - ensure you have an...
### Description This PR updates some texts regarding the upgradability of the secured clusters. It addresses the following issues: 1. We should not indicate that a version is managed by...
### Description change me! ### User-facing documentation - [ ] CHANGELOG is updated **OR** update is not needed - [ ] [documentation PR](https://spaces.redhat.com/display/StackRox/Submitting+a+User+Documentation+Pull+Request) is created and is linked above **OR**...
### Description I want to run this in CI to analyze better why the test is failing (actually, it is failing 100% of the time when run locally against OCP,...
### Description The dashboard allows tracking in details the enrichment process of endpoints that happens in Sensor every 30s when Collector reports new network flows. ### User-facing documentation - [x]...
## Description This PR implements solutions for the following goals: - Stop accumulating network flows and endpoints in Sensor's memory when running with fake workloads - Periodically purge network flows...
Backport of https://github.com/stackrox/stackrox/commit/3f0c8e679d0ec04eb1ad94163ed299a830fa105a from https://github.com/stackrox/stackrox/pull/17617. I needed to manually resolve merge conflicts, as the code on master has changed already.