You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to configure a Analytic agent for App Dynamics but we are getting an error "No route to host"
After trouble shooting further, we found that ,service file machine agent have the following the selector:
selector:
app.kubernetes.io/instance: machine-agent
app.kubernetes.io/name: machine-agent
But none of the machine agent pods are running with the labels mentioned above,the pods have the following labels:
We are trying to configure a Analytic agent for App Dynamics but we are getting an error "No route to host"
After trouble shooting further, we found that ,service file machine agent have the following the selector:
selector:
app.kubernetes.io/instance: machine-agent
app.kubernetes.io/name: machine-agent
But none of the machine agent pods are running with the labels mentioned above,the pods have the following labels:
app=machine-agent,controller-revision-hash=6cf5558c6d,linkerd.io/control-plane-ns=linkerd,linkerd.io/proxy-daemonset=machine-agent,linkerd.io/workload-ns=appdynamics-machine,pod-template-generation=2,release=machine-agent
As you can clearly see, it doesn't match with the selector mentioned in the service file.
I have done the changes manually(to change the selector see below ) and it all started working
selector:
app: machine-agent
The text was updated successfully, but these errors were encountered: