elastic / elastic-github-actions

This action spins up an Elasticsearch instance that can be accessed and used in your subsequent steps.
Apache License 2.0
53 stars 37 forks source link

curl: (7) Failed to connect to es1 port 9200: Host is unreachable #23

Closed chrisloftus closed 2 months ago

chrisloftus commented 2 years ago

Latest commit https://github.com/elastic/elastic-github-actions/commit/cd0dfb41acc8f74d65fbee9ad04ce43031fbf488 breaks the default install

      - name: Configure sysctl limits
        run: |
          sudo swapoff -a
          sudo sysctl -w vm.swappiness=1
          sudo sysctl -w fs.file-max=262144
          sudo sysctl -w vm.max_map_count=262144

      - name: Runs Elasticsearch
        uses: elastic/elastic-github-actions/elasticsearch@master
        with:
          stack-version: 6.2.2

Rolled back to previous commit works uses: elastic/elastic-github-actions/elasticsearch@24006c82ed2f0f1355fce96135f883acf1b1a889

picandocodigo commented 2 months ago

Hi @chrisloftus, is this still an issue for you with the latest updates?

chrisloftus commented 2 months ago

@picandocodigo No idea sorry. Left that job.

picandocodigo commented 2 months ago

@chrisloftus cool, no worries! Thanks for replying. I'm going to close the issue and if something else comes up, a new issue should be created 👍