1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-15 22:49:13 +00:00

update scheduler healthcheck port for k8s 1.23

This commit is contained in:
Kinara Shah
2022-02-24 17:39:39 -08:00
parent f83d5b9d05
commit f7b293b7ae
2 changed files with 22 additions and 3 deletions

View File

@@ -43,7 +43,8 @@ const (
LogCleanerContainerName = "rke-log-cleaner"
KubeAPIPort = 6443
SchedulerPort = 10251
SchedulerPortMaxV122 = 10251
SchedulerPort = 10259
KubeControllerPortMaxV121 = 10252
KubeControllerPort = 10257
KubeletPort = 10248