We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd9d7c commit 224d1cdCopy full SHA for 224d1cd
1 file changed
pkg/cmd/openshift-sdn/cmd.go
@@ -116,7 +116,6 @@ func (sdn *OpenShiftSDN) Run(c *cobra.Command, errout io.Writer, stopCh chan str
116
117
<-stopCh
118
time.Sleep(500 * time.Millisecond) // gracefully shut down
119
- os.Exit(1)
120
}
121
122
// ValidateAndParse validates the command line options, parses the node
0 commit comments