79122941

Date: 2024-10-24 16:55:30
Score: 1
Natty:
Report link

get the ingress controller configmap in yaml.

kubectl get configmap configmapname -o yaml > nginx_conf.yaml

set allow-snippet-annotations to true and apply the setup

kubectl apply -f nginx_conf.yaml

run curl command to verify headers

curl -I url

ingress controler documentation for more details

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: prasanna poojari