Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

more reliable passing of the complex tests #524

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 3, 2018

  1. more reliable passing of the complex tests

    New versions of Kubernetes' kubeadm do not have the
    --skip-preflight-check option anymore. It has been replaced with
    --ignore-preflight-errors. While testing, it seems this flag is not
    needed anymore, tests can continue without it.
    
    However, the updated Kubernetes versions seem more strict about the
    order of objects in the .yaml files. There are two instances where the
    Service refers to a Pod that is defined later on. This seems to prevent
    the Service from getting created. Moving the Service definition to the
    end, and tests pass again.
    
    See-also: kubernetes/kubernetes@3a0aa06
    nixpanic committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    e70db55 View commit details
    Browse the repository at this point in the history