diff --git a/pkg/katautils/config.go b/pkg/katautils/config.go index a5145ec168..7d812f0662 100644 --- a/pkg/katautils/config.go +++ b/pkg/katautils/config.go @@ -940,9 +940,6 @@ func checkFactoryConfig(config oci.RuntimeConfig) error { if config.AgentType != vc.KataContainersAgent { return errors.New("VM cache just support kata agent") } - if config.HypervisorConfig.UseVSock { - return errors.New("config vsock conflicts with VM cache, please disable one of them") - } } return nil