nginx.ingress.kubernetes.io/server-snippet annotation contains invalid word location
I am new to kubernetes and using AWS EKS cluster 1.21. I am trying to write the nginx ingress config for my k8s cluster and blocking some request using server-snippet. My ingress config is below apiVersion: networking.k8s.io/v1 kind: Ingress metadata:…