Open
Description
Type of issue
Inaccurate
What documentation page is affected
https://www.elastic.co/docs/solutions/security/cloud/get-started-with-kspm
What happened?
I am applying the manifest to add elastic-agent on k8s on EKS. I am getting this ERROR:
➜ kubectl -n kube-system get pods | grep elastic-agent
elastic-agent-s54df 0/1 ImagePullBackOff 0 2m11s
elastic-agent-t9mgj 0/1 ImagePullBackOff 0 2m11s
Can you confirm that this is the correct container image?
containers:
- name: elastic-agent
image: docker.elastic.co/beats/elastic-agent:9.0.0
Additional info
No response