Skip to content

Commit

Permalink
Removing comment
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <[email protected]>
  • Loading branch information
amitschendel committed Dec 16, 2024
1 parent 58fb5d9 commit 5a40f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@ func DetectContainerRuntimeViaK8sAPI(ctx context.Context, k8sClient *k8sinterfac
// override the socket path
realSocketPath, err := getContainerRuntimeSocketPath(k8sClient, nodeName)
if err != nil {
// return nil, fmt.Errorf("failed to get container runtime socket path from Kubelet configz: %v", err)
logger.L().Warning("failed to get container runtime socket path from Kubelet configz", helpers.String("error", err.Error()))
} else {
runtimeConfig.SocketPath = realSocketPath
Expand Down

0 comments on commit 5a40f2a

Please sign in to comment.