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

Fix Kubernetes 1.11 builds #2943

Merged
merged 4 commits into from
Jul 4, 2018
Merged

Fix Kubernetes 1.11 builds #2943

merged 4 commits into from
Jul 4, 2018

Commits on Jun 28, 2018

  1. Fix Kubernetes 1.11 builds

    Add a versioned flag for the enable-admission-control flags
    Add a second step to call "kubeadm alpha phase addon all" which seems to be required now to get coredns running.
    
    I tested this all the way back to 1.9.0.
    dlorenc committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    bfacb51 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2018

  1. Code review feedback.

    dlorenc committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    836aee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29f6fde View commit details
    Browse the repository at this point in the history
  3. Make builds work with no GOPATH env var explicitly set - this is not …

    …needed since 1.8 but the build required it to be set
    jimmidyson committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    6d4912a View commit details
    Browse the repository at this point in the history