We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1183ef commit 2158521Copy full SHA for 2158521
logging/bin/deploy_fluentbit_opensearch.sh
@@ -138,7 +138,6 @@ fi
138
KUBERNETES_RUNTIME_LOGFMT="${KUBERNETES_RUNTIME_LOGFMT:-}"
139
if [ -z "$KUBERNETES_RUNTIME_LOGFMT" ]; then
140
somenode=$(kubectl get nodes | awk 'NR==2 { print $1 }')
141
- # Quote the jsonpath expression to avoid SC1083
142
runtime=$(kubectl get node "$somenode" -o "jsonpath={.status.nodeInfo.containerRuntimeVersion}" | awk -F: '{print $1}')
143
log_debug "Kubernetes container runtime [$runtime] found on node [$somenode]"
144
case $runtime in
0 commit comments