Skip to content

Commit

Permalink
Remove containerd workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed May 14, 2021
1 parent df4b8a3 commit 2892db3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 151 deletions.
150 changes: 0 additions & 150 deletions components/ws-daemon/pkg/daemon/containerd4214.go

This file was deleted.

1 change: 0 additions & 1 deletion components/ws-daemon/pkg/daemon/daemon.go
Expand Up @@ -52,7 +52,6 @@ func NewDaemon(config Config, reg prometheus.Registerer) (*Daemon, error) {
}
dsptch, err := dispatch.NewDispatch(containerRuntime, clientset, config.Runtime.KubernetesNamespace, nodename,
resources.NewDispatchListener(&config.Resources, reg),
&Containerd4214Workaround{},
)
if err != nil {
return nil, err
Expand Down

0 comments on commit 2892db3

Please sign in to comment.