Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.30] Avoid using head when getting nodes #2286

Commits on Sep 27, 2023

  1. Avoid using head when getting nodes

    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
    mgencur authored and openshift-cherrypick-robot committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8fb43f1 View commit details
    Browse the repository at this point in the history