Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-35694

Flink-end-to-end-test kubernetes fails due to hostname --ip-adress command

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.20.0
    • None
    • Tests
    • None
    • centos9

    Description

      Im trying to run e2e tests on my linux machne (centos9) and I see that it fails due to wrong return value of `hostname --ip-address` which returns ipv6 loopback address as first which causes issue during build containers

       
      build_image test_kubernetes_embedded_job fe80...(omitted) Retrying...
       

      The solution if replace `hostname --ip-address` with `hostanme -I` in

      get_host_machine_address method in common_kubernetes.sh

       

      I can open PR.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kornys David Kornel
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: