Skip to content

Commit

Permalink
[ws-daemon] Remove Containerd4214 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Jul 20, 2021
1 parent cad4fbf commit 0c778d9
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
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func NewDaemon(config Config, reg prometheus.Registerer) (*Daemon, error) {
cgCustomizer.WithCgroupBasePath(config.Resources.CGroupsBasePath)
dsptch, err := dispatch.NewDispatch(containerRuntime, clientset, config.Runtime.KubernetesNamespace, nodename,
resources.NewDispatchListener(&config.Resources, reg),
&Containerd4214Workaround{},
cgCustomizer,
)
if err != nil {
Expand Down

0 comments on commit 0c778d9

Please sign in to comment.