mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-17 15:27:42 +00:00
Automatic merge from submit-queue Add NodePort value in kubectl output This PR enhances kubectl output after the command execution: `kubectl get svc`. It additionally shows the value of the NodePort. This PR is a response for this issue: https://github.com/kubernetes/kubernetes/issues/34100