remove unused constant of kubeletPort in e2e test

Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
This commit is contained in:
he.qingguo 2021-01-02 12:16:07 +08:00
parent 8725c3bf12
commit ced98afe56

View File

@ -87,7 +87,6 @@ func RunKubelet() {
const (
// Ports of different e2e services.
kubeletPort = "10250"
kubeletReadOnlyPort = "10255"
// KubeletRootDirectory specifies the directory where the kubelet runtime information is stored.
KubeletRootDirectory = "/var/lib/kubelet"