mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-01 09:10:02 +00:00
Automatic merge from submit-queue use len(params["port"]) > 0 to replace port > 0 **What this PR does / why we need it**: port also needs to be passed to server when port is negative or zero. this is an omission of pr https://github.com/kubernetes/kubernetes/pull/29605 **Which issue this PR fixes**: **Special notes for your reviewer**: **Release note**: <!-- Steps to write your release note: 1. Use the release-note-* labels to set the release note state (if you have access) 2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. --> ```release-note ```