Skip to content

Commit f452d6e

Browse files
Merge pull request #22782 from squeed/sdn-exit-code
openshift-sdn: exit with 0 when gracefully shut down
2 parents b7413ea + 224d1cd commit f452d6e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/cmd/openshift-sdn/cmd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ func (sdn *OpenShiftSDN) Run(c *cobra.Command, errout io.Writer, stopCh chan str
116116

117117
<-stopCh
118118
time.Sleep(500 * time.Millisecond) // gracefully shut down
119-
os.Exit(1)
120119
}
121120

122121
// ValidateAndParse validates the command line options, parses the node

0 commit comments

Comments
 (0)