Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
05-03-2024 03:54 AM
Hey Folks,
We are trying to deployed the machine agent on EKS 1.27. The version of the machine agent is v22.3.0.
The pod gets stuck with the below error :
Solved! Go to Solution.
05-03-2024 08:50 AM
There could be several reasons for failure.
Please verify whether your environment is utilizing a Docker runtime built on ContainerD or a similar platform. If your intended machine agent is v22.3.0, it only supports Docker runtime exclusively.
Additionally, ensure that the user has access to /run/docker.sock
. You can check this by running:
cat /run/docker.sock
In past instances, this issue occurred due to either no running containers or permission problems. You can diagnose this with the following command:
sudo curl -s -S -i --unix-socket /var/run/docker.sock http:/info
docker info
If you're utilizing the containerd runtime, consider upgrading to the latest version, such as 24.3.0 MA.
I would recommend you to open a Support ticket for any further help as it involves a lot of debugging.
Best Regards,
Rajesh Ganapavarapu
05-06-2024 04:07 AM - edited 05-06-2024 04:51 AM
Thanks Rajesh for your prompt response!
1. We use containerd-shim-runc as the CRI. Not sure if that is compatible with Docker runtime.
2. I couldn't find any docker process running on the worker node, so could'nt execute Docker related cmds
3. Is there a dependency with Docker. As we have a similar setup of the machine agent on a EKS 1.23 without Docker functioning as expected.
05-07-2024 05:24 PM
Hello @Josh.Varughese
Yes, the old version machineagent is only supported by the docker runtime but the latest MA is supported by the contatinerd. Please use the latest MA.
Best Regards,
Rajesh Ganapavarapu
05-13-2024 03:58 AM
Hi @Josh.Varughese,
If anyone of Rajesh's replies helped, please click the "Accept as Solution" button if, not, please reply and keep the conversation going!
Thanks,
Ryan, Cisco AppDynamics Community Manager
Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.
Check out Observabiity in Action
new deep dive videos weekly in the Knowledge Base.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form