This PR changes the error message when you run kubectl describe rs <your-replica-set> when a namespace is supposed to be monitored by an OneAgentAPM instance, but this doesn't exist, e.g.,
namespace 'my-namespace' is assigned to OneAgentAPM instance 'missing-oneagent' but doesn't exist
This PR changes the error message when you run
kubectl describe rs <your-replica-set>
when a namespace is supposed to be monitored by an OneAgentAPM instance, but this doesn't exist, e.g.,