소스 검색

Merge pull request #23442 from thaJeztah/remove-defaultExitOnUnhealthy

remove unused defaultExitOnUnhealthy constant
Alexander Morozov 9 년 전
부모
커밋
576c9fa200
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      daemon/health.go

+ 0 - 3
daemon/health.go

@@ -32,9 +32,6 @@ const (
 	// for the container to be considered unhealthy.
 	defaultProbeRetries = 3
 
-	// Shut down a container if it becomes Unhealthy.
-	defaultExitOnUnhealthy = true
-
 	// Maximum number of entries to record
 	maxLogEntries = 5
 )