I Created AWS EKS Auto Mode EKS cluster. It is having 2 default Node Pools system and general-purpose. Now when I’m trying to create pod in that cluster I’m getting error “Error from server (Forbidden): error when creating “demo-pod.yaml”: pods “demo-app” is forbidden: pod does not have “kubernetes.io/config.mirror” annotation, node “i-04fd396a29b9716f1” can only create mirror pods”.
When I’m creating using deployment its is working proper.
Can you please me to understand this error.