1. 12 Jun, 2019 19 commits
  2. 04 Jun, 2019 2 commits
  3. 01 Jun, 2019 1 commit
  4. 31 May, 2019 5 commits
  5. 30 May, 2019 1 commit
  6. 28 May, 2019 1 commit
  7. 24 May, 2019 2 commits
  8. 21 May, 2019 7 commits
  9. 19 May, 2019 2 commits
    • Kubernetes Prow Robot's avatar
      Merge pull request #78082 from… · 39fc3c49
      Kubernetes Prow Robot authored
      Merge pull request #78082 from cblecker/automated-cherry-pick-of-#77362-#77910-#77985-#78048-#78059-upstream-release-1.14
      
      Automated cherry pick of #77362: Don't use mapfile as it isn't bash 3 compatible #77910: fix unbound array variable #77985: fix unbound variable release.sh #78048: Don't use declare -g in build #78059: Check KUBE_SERVER_PLATFORMS existence
      39fc3c49
    • hui luo's avatar
      Check KUBE_SERVER_PLATFORMS existence · defab15f
      hui luo authored
      when compile kubectl on platform other than
      linux/amd64, we need to check the KUBE_SERVER_PLATFORMS
      array emptiness before assign it.
      
      the example command is:
      make WHAT=cmd/kubectl KUBE_BUILD_PLATFORMS="darwin/amd64 windows/amd64"
      defab15f