Skip to content

Commit

Permalink
chore: drop runc memfd bind added in #9069
Browse files Browse the repository at this point in the history
As of runc 1.2.0, it internally uses an `ovverlay` mount instead of
cloning `/proc/self/exe` and
https://github.com/opencontainers/runc/pull/4482/files drops and the
`DMZ` code. This also reduces code that Talos has to maintain.

Fixes: #9543

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Nov 1, 2024
1 parent b54d26c commit d464ca8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ func (ctrl *Controller) Run(ctx context.Context, drainer *runtime.Drainer) error
ValidationMode: ctrl.v1alpha1Runtime.State().Platform().Mode(),
},
&config.MachineTypeController{},
&cri.RuncMemFDBindController{
V1Alpha1Mode: ctrl.v1alpha1Runtime.State().Platform().Mode(),
},
&cri.SeccompProfileController{},
&cri.SeccompProfileFileController{
V1Alpha1Mode: ctrl.v1alpha1Runtime.State().Platform().Mode(),
Expand Down

0 comments on commit d464ca8

Please sign in to comment.