Skip to content

Commit

Permalink
fix(libsinsp/container): don't add cri sockets to CT_CONTAINERD type
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo authored and poiana committed Jan 8, 2025
1 parent 1abf87a commit 1a6b372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion userspace/libsinsp/container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,6 @@ void sinsp_container_manager::create_engines() {
m_container_engines.push_back(cri_engine);
m_container_engine_by_type[CT_CRI].push_back(cri_engine);
m_container_engine_by_type[CT_CRIO].push_back(cri_engine);
m_container_engine_by_type[CT_CONTAINERD].push_back(cri_engine);
engine_index++;
}
}
Expand Down

0 comments on commit 1a6b372

Please sign in to comment.