1. 28 Dec, 2018 4 commits
  2. 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
  3. 17 Dec, 2018 1 commit
  4. 14 Dec, 2018 1 commit
  5. 13 Dec, 2018 2 commits
  6. 12 Dec, 2018 5 commits
  7. 11 Dec, 2018 8 commits
  8. 10 Dec, 2018 10 commits
  9. 08 Dec, 2018 5 commits
  10. 07 Dec, 2018 3 commits