You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/03/08 09:31:03 UTC

[GitHub] [camel-k] astefanutti opened a new pull request #2104: fix(ci): Set dnsIP in OpenShift node configuration

astefanutti opened a new pull request #2104:
URL: https://github.com/apache/camel-k/pull/2104


   This fixes OpenShift CI workflow.
   
   **Release Note**
   ```release-note
   NONE
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti commented on pull request #2104: fix(ci): Fix OpenShift DNS node configuration

Posted by GitBox <gi...@apache.org>.
astefanutti commented on pull request #2104:
URL: https://github.com/apache/camel-k/pull/2104#issuecomment-792962082


   It seems a recent update to the `ubuntu-latest` image brings a newer version of `resolvconf` that breaks the existing configuration for the node DNS.
   
   Appending naming servers to `openshift.local.clusterup/kubedns/resolv.conf` for external lookups manages to work-around the issue.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti commented on pull request #2104: fix(ci): Fix OpenShift DNS node configuration

Posted by GitBox <gi...@apache.org>.
astefanutti commented on pull request #2104:
URL: https://github.com/apache/camel-k/pull/2104#issuecomment-793576333


   After a deeper look, the failure is caused by the Ubuntu upgrades, that now relies on systemd-resolved instead of resolveconf. I've updated the configuration of external DNS servers, and it fixes the OpenShift workflow.
   
   Now the Yaks tests are very flaky. So let's merge this and look at the Yaks tests.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti edited a comment on pull request #2104: fix(ci): Fix OpenShift DNS node configuration

Posted by GitBox <gi...@apache.org>.
astefanutti edited a comment on pull request #2104:
URL: https://github.com/apache/camel-k/pull/2104#issuecomment-792962082


   It seems a recent update to the `ubuntu-latest` image brings a newer version of `resolvconf`, that breaks the existing configuration for the node DNS.
   
   Appending naming servers to `openshift.local.clusterup/kubedns/resolv.conf`, for external lookups, manages to work-around the issue.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti commented on pull request #2104: fix(ci): Set dnsIP in OpenShift node configuration

Posted by GitBox <gi...@apache.org>.
astefanutti commented on pull request #2104:
URL: https://github.com/apache/camel-k/pull/2104#issuecomment-792666709


   There is still one test `TestRunRest/Service_works` that fails with:
   
   ```
   Caused by: [java.net.UnknownHostException - rest-consumer]: java.net.UnknownHostException: rest-consumer
   ```
   
   While it fixes external hostname lookups, it may be the `dnsIP` setting overrides support for local DNS lookups.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti merged pull request #2104: fix(ci): Fix OpenShift DNS node configuration

Posted by GitBox <gi...@apache.org>.
astefanutti merged pull request #2104:
URL: https://github.com/apache/camel-k/pull/2104


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti edited a comment on pull request #2104: fix(ci): Fix OpenShift DNS node configuration

Posted by GitBox <gi...@apache.org>.
astefanutti edited a comment on pull request #2104:
URL: https://github.com/apache/camel-k/pull/2104#issuecomment-792962082


   It seems a recent update to the `ubuntu-latest` image brings a newer version of `resolvconf`, that breaks the existing configuration for the node DNS.
   
   Appending naming servers to `openshift.local.clusterup/kubedns/resolv.conf` for external lookups manages to work-around the issue.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti edited a comment on pull request #2104: fix(ci): Fix OpenShift DNS node configuration

Posted by GitBox <gi...@apache.org>.
astefanutti edited a comment on pull request #2104:
URL: https://github.com/apache/camel-k/pull/2104#issuecomment-793576333


   After a deeper look, the failure is caused by the Ubuntu upgrade, that now relies on systemd-resolved instead of resolveconf. I've updated the configuration of external DNS servers, and it fixes the OpenShift workflow.
   
   Now the Yaks tests are very flaky. So let's merge this and look at the Yaks tests.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org