1. 04 Jan, 2019 2 commits
  2. 03 Jan, 2019 1 commit
    • Tim Pepper's avatar
      update cloud provider boilerplate · f93284e2
      Tim Pepper authored
      The pull-kubernetes-verify presubmit is failing on
      verify-cloudprovider-gce.sh because it is a new year and thus current
      test generated code doesn't match the prior committed generated code in
      the copyright header.  The verifier is removed in master now, so for
      simplicity and rather than fixing the verifier to ignore the header
      differences for prior supported branched, this commit is the result of
      rerunning hack/update-cloudprovider-gce.sh.
      Signed-off-by: 's avatarTim Pepper <tpepper@vmware.com>
      f93284e2
  3. 29 Dec, 2018 1 commit
  4. 28 Dec, 2018 4 commits
  5. 18 Dec, 2018 1 commit
    • Rafael Fernández López's avatar
      Fix race condition when joining nodes · becb2b75
      Rafael Fernández López authored
      Despite we were checking for the kubelet kubeconfig file to be present, the
      kubelet first writes this file and then the certificates the kubeconfig file
      refers to. This represents a race condition in kubeadm in which when we confirm
      that the kubelet's kubeconfig file is present we continue creating a clientset
      out of it. However, the clientset creation will ensure that the certificates the
      kubeconfig file refers to exist on the filesystem.
      
      To fix this problem, not only wait for the kubelet's kubeconfig file to be
      present, but also ensure that we can create a clientset ouf of it on our polling
      process, while we wait for the kubelet to have performed the TLS bootstrap.
      becb2b75
  6. 17 Dec, 2018 1 commit
  7. 15 Dec, 2018 2 commits
  8. 14 Dec, 2018 1 commit
  9. 13 Dec, 2018 2 commits
  10. 12 Dec, 2018 5 commits
  11. 11 Dec, 2018 8 commits
  12. 10 Dec, 2018 10 commits
  13. 08 Dec, 2018 2 commits