mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-13 13:22:01 +00:00
Fixed standalone config, small refactor (#589)
This commit is contained in:
@@ -22,10 +22,6 @@ func runMizuInstall() {
|
||||
return
|
||||
}
|
||||
|
||||
if config.Config.IsNsRestrictedMode() {
|
||||
logger.Log.Error("install is not supported in restricted namespace mode")
|
||||
}
|
||||
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
defer cancel() // cancel will be called when this function exits
|
||||
|
||||
|
Reference in New Issue
Block a user