By default, the RealTheory Collector agent, which runs on each cluster that RealTheory monitors, automatically restarts weekly. This restart triggers Kubernetes to pull the latest Collector image from the official RealTheory container registry and start the pod with the updated image if it is newer than the current one.
The Collector deployment manifest, which can be easily generated with the correct configuration settings through the RealTheory console:
latest tagimagePullPolicy configuration to Always, instructing Kubernetes to always check for and pull the latest image version on pod restartWhen changes such as the following are made to the Collector deployment manifest before it’s applied to the cluster:
latest tagthe Collector auto-upgrade process can stop working because, if the alternate registry is not regularly updated to match the official RealTheory registry, or if the Collector is pinned to an outdated version, it will eventually fall out of compatibility with the RealTheory service layer—potentially breaking functionality or preventing access to new features.
To maintain connectivity between the Collector agent and the RealTheory console:
imagePullPolicy, which must remain set to AlwaysImportant: Modifications to the Collector’s image path or imagePullPolicy are unsupported and will disrupt connectivity and data collection, even if intended to solve caching or registry access issues.
On This Page
Search for a command to run...