You're using the wrong command to sort. The correct command will be:
kubectl get pods --all-namespaces --sort-by={.status.podIP}
This will sort your pods according to the podIP.
You're using the wrong command to sort. The correct command will be:
kubectl get pods --all-namespaces --sort-by={.status.podIP}
This will sort your pods according to the podIP.
For further actions, you may consider blocking this person and/or reporting abuse
Jordi Ayala -
cristhian camilo gomez neira -
Seth Meldon -
Vaibhav Dwivedi -
Top comments (0)