File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ const (
27
27
// May be overridden by a flag at startup.
28
28
// Deprecated: use the secure KubeControllerManagerPort instead.
29
29
InsecureKubeControllerManagerPort = 10252
30
- // InsecureCloudControllerManagerPort is the default port for the cloud controller manager server.
31
- // This value may be overridden by a flag at startup.
32
- // Deprecated: use the secure CloudControllerManagerPort instead.
33
- InsecureCloudControllerManagerPort = 10253
34
30
// KubeletReadOnlyPort exposes basic read-only services from the kubelet.
35
31
// May be overridden by a flag at startup.
36
32
// This is necessary for heapster to collect monitoring stats from the kubelet
Original file line number Diff line number Diff line change @@ -22,10 +22,6 @@ const (
22
22
// KubeletPort is the default port for the kubelet server on each host machine.
23
23
// May be overridden by a flag at startup.
24
24
KubeletPort = 10250
25
- // InsecureSchedulerPort is the default port for the scheduler status server.
26
- // May be overridden by a flag at startup.
27
- // Deprecated: use the secure KubeSchedulerPort instead.
28
- InsecureSchedulerPort = 10251
29
25
// InsecureKubeControllerManagerPort is the default port for the controller manager status server.
30
26
// May be overridden by a flag at startup.
31
27
// Deprecated: use the secure KubeControllerManagerPort instead.
You can’t perform that action at this time.
0 commit comments