We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429777e commit 2e0ff3dCopy full SHA for 2e0ff3d
pkg/healthchecker/types/types_test.go
@@ -157,7 +157,7 @@ func TestKubeEndpointConfiguration(t *testing.T) {
157
name: "HOST_ADDRESS, KUBELET_PORT and KUBEPROXY_PORT override supplied",
158
envConfig: map[string]string{
159
"HOST_ADDRESS": "10.0.10.1",
160
- "KUBELET_PROXY": "12345",
+ "KUBELET_PORT": "12345",
161
"KUBEPROXY_PORT": "12346",
162
},
163
expectedKubeletEndpoint: "http://10.0.10.1:12345/healthz",
0 commit comments