Commit 7cf1c73f authored by Mike Danese's avatar Mike Danese

Revert "Merge pull request #31282 from mtaufen/dynkubetest-fix"

This reverts commit 5981aa8b, reversing changes made to fe808ec2.
parent 5981aa8b
...@@ -34,7 +34,7 @@ import ( ...@@ -34,7 +34,7 @@ import (
) )
// This test is marked [Disruptive] because the Kubelet temporarily goes down as part of of this test. // This test is marked [Disruptive] because the Kubelet temporarily goes down as part of of this test.
var _ = framework.KubeDescribe("DynamicKubeletConfiguration [Feature:dynamicKubeletConfig] [Serial] [Disruptive]", func() { var _ = framework.KubeDescribe("DynamicKubeletConfiguration [Feature:dynamicKubeletConfig] [Disruptive]", func() {
f := framework.NewDefaultFramework("dynamic-kubelet-configuration-test") f := framework.NewDefaultFramework("dynamic-kubelet-configuration-test")
Context("When a configmap called `kubelet-<node-name>` is added to the `kube-system` namespace", func() { Context("When a configmap called `kubelet-<node-name>` is added to the `kube-system` namespace", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment