Configmap data is outputted in random order #1738
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What happened?
kubectl describe configmap {your-configmap}
output data keys are shown in a random order.What did you expect to happen?
The keys should be ordered in a predictable order.
The current behavior is annoying when using from k9s, because they jump around in the UI between invocations.
How can we reproduce it (as minimally and precisely as possible)?
Run this command a few times and notice that the order is not persistent:
kubectl describe configmap {your-configmap}
Anything else we need to know?
No response
Kubernetes version
Cloud provider
OS version
Install tools
Container runtime (CRI) and version (if applicable)
Related plugins (CNI, CSI, ...) and versions (if applicable)
The text was updated successfully, but these errors were encountered: