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

Make zookeeper healthchecks compatible with Alpine's busybox nc #504

Merged
merged 4 commits into from
Jun 8, 2024

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    5640725 View commit details
    Browse the repository at this point in the history
  2. Test Pulsar 3.3.0 image

    lhotari committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0867eca View commit details
    Browse the repository at this point in the history
  3. Use 127.0.0.1 instead of localhost in zookeeper healthchecks

    - Alpine nc fails if "localhost" is used.
      - perhaps it defaults to use IPv6?
    lhotari committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f6530ab View commit details
    Browse the repository at this point in the history
  4. Disable testing with Pulsar 3.3.0 image until 3.3.1 is released

    - the image needs "apk add bind-tools" since busybox nslookup isn't compatible with kubernetes
    lhotari committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3f526b2 View commit details
    Browse the repository at this point in the history