Remove deprecation notice on webhook.securePort

Signed-off-by: James Munnelly <jmunnelly@apple.com>
This commit is contained in:
James Munnelly 2021-12-10 12:53:00 +00:00
parent 838a8dc153
commit cfbd574e75

View File

@ -325,7 +325,6 @@ webhook:
# talk to the cluster nodes only on 443 and 10250. so configuring
# securePort: 10250, will work out of the box without needing to add firewall
# rules or requiring NET_BIND_SERVICE capabilities to bind port numbers <1000
# DEPRECATED: use webhook.config.securePort instead.
securePort: 10250
# Specifies if the webhook should be started in hostNetwork mode.