Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Add GKE 1.13 to automated testing suite #169

Merged
merged 5 commits into from
Jun 21, 2019
Merged

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    2968c3f View commit details
    Browse the repository at this point in the history
  2. Bump timeouts for GKE cluster operations to 3 hours

    The previous PR test timed out after 30 minutes even though it normally
    takes only around 10 minutes. The cluster was actually created in the
    end but it was delayed due to current GCP issues.
    Crazybus committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    b17957b View commit details
    Browse the repository at this point in the history
  3. Remove goss port test and instead do http calls on 0.0.0.0 and service

    With the default install on GKE 1.13 the default bound port is now ipv4
    instead of ipv6. There is an open issue in goss
    goss-org/goss#149 to allow testing for
    situations like this where it is listening on both ports.
    
    However the only important thing to test is to make sure that this this
    port is listening publicly and that the service actually works.
    
    Also switched the security example to test against the service to make
    sure we don't hit the same kibana bug as in #156
    Crazybus committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    1292370 View commit details
    Browse the repository at this point in the history
  4. Drop support for 5.x

    This actually should have been removed during the 7.0 release.
    
    It totally still works but won't be actively tested anymore. Since 5.x
    uses the same zen discovery configuration as 6.x it will likely stay
    working for the whole lifecycle of 6.x too.
    Crazybus committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    54aa7b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0a769e View commit details
    Browse the repository at this point in the history