David Kornel created FLINK-35694:
------------------------------------
Summary: Flink-end-to-end-test kubernetes fails due to hostname
--ip-adress command
Key: FLINK-35694
URL: https://issues.apache.org/jira/browse/FLINK-35694
Project: Flink
Issue Type: Bug
Components: Tests
Affects Versions: 1.20.0
Environment: centos9
Reporter: David Kornel
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)