Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using head when getting nodes (#2286)
Prevents errors such as: 06:52:31.692 INFO: Placing zipkin taint on first worker node 06:52:32.091 ERROR: 🚨 Error (code: 141) occurred at ./hack/lib/tracing.bash:19, with command: zipkin_node=$(oc get node -l 'node-role.kubernetes.io/worker' -oname | head -n 1) 06:52:32.093 ERROR: Stack trace: 06:52:32.096 ERROR: 1: ./hack/lib/tracing.bash:6 dedicate_node_to_zipkin(...) 06:52:32.099 ERROR: 2: ./hack/tracing.sh:15 install_tracing(...) make: *** [test-upgrade-with-mesh] Error 141 Co-authored-by: Martin Gencur <[email protected]>
- Loading branch information