Skip to content

Commit 2158521

Browse files
committed
remove comment
1 parent f1183ef commit 2158521

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

logging/bin/deploy_fluentbit_opensearch.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ fi
138138
KUBERNETES_RUNTIME_LOGFMT="${KUBERNETES_RUNTIME_LOGFMT:-}"
139139
if [ -z "$KUBERNETES_RUNTIME_LOGFMT" ]; then
140140
somenode=$(kubectl get nodes | awk 'NR==2 { print $1 }')
141-
# Quote the jsonpath expression to avoid SC1083
142141
runtime=$(kubectl get node "$somenode" -o "jsonpath={.status.nodeInfo.containerRuntimeVersion}" | awk -F: '{print $1}')
143142
log_debug "Kubernetes container runtime [$runtime] found on node [$somenode]"
144143
case $runtime in

0 commit comments

Comments
 (0)