mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Mark dynamic kubelet configuration test serial
This commit is contained in:
		@@ -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] [Disruptive]", func() {
 | 
					var _ = framework.KubeDescribe("DynamicKubeletConfiguration [Feature:dynamicKubeletConfig] [Serial] [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() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user