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

Invalid hostAliases.ip in IPv6-only cluster #2991

Closed
5 tasks done
zc-devs opened this issue Dec 22, 2023 · 0 comments · Fixed by #2992
Closed
5 tasks done

Invalid hostAliases.ip in IPv6-only cluster #2991

zc-devs opened this issue Dec 22, 2023 · 0 comments · Fixed by #2992
Labels
bug Something isn't working

Comments

@zc-devs
Copy link
Contributor

zc-devs commented Dec 22, 2023

Component

agent

Describe the bug

Trying to run pipeline with a service in IPv6-only cluster. Get error:

Screenshot 2023-12-22 141318

System Info

Woodpecker next-619858e0
K3s 1.28.4

Additional context

woodpecker-agent.log

services:
  database:
    image: mysql
    environment:
      - MYSQL_DATABASE=test
      - MYSQL_ROOT_PASSWORD=example
    ports:
      - 3306/tcp
steps:
  get-version:
    image: ubuntu
    commands:
      - ( apt update && apt dist-upgrade -y && apt install -y mysql-client 2>&1 )> /dev/null
      - sleep 30s # need to wait for mysql-server init
      - echo 'SHOW VARIABLES LIKE "version"' | mysql -uroot -hdatabase test -pexample

Validations

  • Read the Contributing Guidelines.
  • Read the docs.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Checked that the bug isn't fixed in the next version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]
  • Check that this is a concrete bug. For Q&A join our Discord Chat Server or the Matrix room.
@zc-devs zc-devs added the bug Something isn't working label Dec 22, 2023
lafriks pushed a commit that referenced this issue Dec 22, 2023
Closes #2991


[Tests](#2993 (comment))

---------

Co-authored-by: 6543 <6543@obermui.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant