mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 19:36:22 +00:00
Automatic merge from submit-queue (batch tested with PRs 58221, 58529, 57800). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Show all the annotations in ingress rules **What this PR does / why we need it**: This change prints all the annotation in Ingress when `kubectl describe ingress` is executed. Right now kubectl assumes all the ingress annotations start with `ingress`. **Release note**: ```release-note NONE ```