mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-05 10:05:47 +00:00
Lots of places used sort (or sort -u) but didn't set LC_ALL=C. This means it could be slightly different on different people's systems. Make it deterministic.