Merge pull request #9962 from dmcgowan/fix-podsandbox-exit-filter
Fix invalid event filter in podsandbox
This commit is contained in:
commit
c03290cb00
@ -90,7 +90,7 @@ func init() {
|
||||
eventMonitor := events.NewEventMonitor(&podSandboxEventHandler{
|
||||
controller: &c,
|
||||
})
|
||||
eventMonitor.Subscribe(client, []string{`topic="/tasks/exit"`})
|
||||
eventMonitor.Subscribe(client, []string{`topic=="/tasks/exit"`})
|
||||
eventMonitor.Start()
|
||||
c.eventMonitor = eventMonitor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user