[
https://issues.apache.org/jira/browse/FLINK-35694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17860079#comment-17860079
]
David Kornel commented on FLINK-35694:
--------------------------------------
yes it ommits loopback and ipv6 address. I don't need to depend on ordering,
but I need to remove at least ipv6 addresses.
> 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
> Priority: Major
>
> 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)