mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	vendor: cadvisor v0.39.0
Main upgrades: - github.com/opencontainers/runc v1.0.0-rc93 - github.com/containerd/containerd v1.4.4 - github.com/docker/docker v20.10.2 - github.com/mrunalp/fileutils v0.5.0 - github.com/opencontainers/selinux v1.8.0 - github.com/cilium/ebpf v0.2.0
This commit is contained in:
		
							
								
								
									
										3
									
								
								vendor/github.com/opencontainers/runc/libcontainer/state_linux.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								vendor/github.com/opencontainers/runc/libcontainer/state_linux.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @@ -38,7 +38,8 @@ type containerState interface { | ||||
| } | ||||
|  | ||||
| func destroy(c *linuxContainer) error { | ||||
| 	if !c.config.Namespaces.Contains(configs.NEWPID) { | ||||
| 	if !c.config.Namespaces.Contains(configs.NEWPID) || | ||||
| 		c.config.Namespaces.PathOf(configs.NEWPID) != "" { | ||||
| 		if err := signalAllProcesses(c.cgroupManager, unix.SIGKILL); err != nil { | ||||
| 			logrus.Warn(err) | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Porter
					David Porter