You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, fmt.Errorf("failed to create CRI service: %w", err)
100
99
}
101
100
101
+
// RegisterReadiness() must be called after NewCRIService(): https://github.com/containerd/containerd/issues/9163
102
+
ready:=ic.RegisterReadiness()
102
103
gofunc() {
103
104
iferr:=s.Run(ready); err!=nil {
104
105
log.G(ctx).WithError(err).Fatal("Failed to run CRI service")
0 commit comments