How to enable Kubernetes monitoring on clusters that have arm-based nodes
If you would like to add a Kubernetes monitor for your clusters that have arm-based nodes, ensure that you have followed the steps below:
- Download the latest site24x7-agent.yaml file from the Site24x7 web console.
- Replace the image name site24x7/docker-agent:release1980 with the following:
site24x7/docker-agent:armv1 - Execute the below command to apply the YAML:
kubectl apply -f site24x7-agent.yaml
This is applicable only to the nodes that have arm configurations.