mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Merge pull request #97653 from heqg/unused-kubeletPort
remove unused constant of kubeletPort in e2e test
This commit is contained in:
commit
cbcb26e7a5
@ -87,7 +87,6 @@ func RunKubelet() {
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Ports of different e2e services.
|
// Ports of different e2e services.
|
||||||
kubeletPort = "10250"
|
|
||||||
kubeletReadOnlyPort = "10255"
|
kubeletReadOnlyPort = "10255"
|
||||||
// KubeletRootDirectory specifies the directory where the kubelet runtime information is stored.
|
// KubeletRootDirectory specifies the directory where the kubelet runtime information is stored.
|
||||||
KubeletRootDirectory = "/var/lib/kubelet"
|
KubeletRootDirectory = "/var/lib/kubelet"
|
||||||
|
Loading…
Reference in New Issue
Block a user