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:
@@ -43,7 +43,8 @@ const (
|
||||
LogCleanerContainerName = "rke-log-cleaner"
|
||||
|
||||
KubeAPIPort = 6443
|
||||
SchedulerPort = 10251
|
||||
SchedulerPortMaxV122 = 10251
|
||||
SchedulerPort = 10259
|
||||
KubeControllerPortMaxV121 = 10252
|
||||
KubeControllerPort = 10257
|
||||
KubeletPort = 10248
|
||||
|
Reference in New Issue
Block a user