Skip to content
  1. Apr 17, 2019
  2. Apr 15, 2019
  3. Apr 11, 2019
  4. Apr 10, 2019
  5. Apr 09, 2019
  6. Apr 08, 2019
  7. Apr 05, 2019
  8. Apr 04, 2019
  9. Apr 03, 2019
  10. Apr 01, 2019
  11. Mar 29, 2019
  12. Mar 28, 2019
  13. Mar 26, 2019
  14. Mar 20, 2019
  15. Mar 18, 2019
  16. Mar 14, 2019
  17. Mar 05, 2019
  18. Mar 01, 2019
  19. Feb 26, 2019
  20. Feb 25, 2019
  21. Feb 21, 2019
    • Frank Ritchie's avatar
      Add flexvolume plugin dir to kubeadm kubelet (#4168) · 9805fb7a
      Frank Ritchie authored
      This was already approved in #4106 but there are CI issues
      with that PR due to references to kubernetes incubator.
      
      After upgrading to Kubespray 2.8.1 with Kubeadm enabled Rook
      Ceph volume provision failed due to the flexvolume plugin dir not
      being correct. Adding the var fixed the issue
      9805fb7a
  22. Feb 20, 2019
  23. Feb 19, 2019
    • Manuel Cintron's avatar
      Adding ability to maintain existing Encryption Secrets at Rest. (#4255) · 07b28940
      Manuel Cintron authored
      * Adding ability to maintain existing Encryption Secrets at Rest.
      
      If secrets_encryption.yaml is present it will not be overriten with a new kube_encrypt_token.
      
      This should allow for it to be set ahead of a playbook running or maintain it if cluster.yml is ran on the same cluster and the ansible host does not have access to the secrets.
      
      * Setting existing kube_encrypt_token across all master nodes in case it was missing in one or more nodes.
      07b28940
  24. Feb 14, 2019
  25. Feb 13, 2019
    • Sorin Sbarnea's avatar
      Improve kubeadm join tasks (#4206) · 22a5a00c
      Sorin Sbarnea authored
      Fix issue where `kubeadm join` could wait forever for joining.
      
      Fix issue where `kubeadm join` were not reaching the user, making
      impossible to find the cause of the failure.
      
      New behaviour is to first attempt to join without bypassing the
      verifications checks and to display them if needed.
      
      If this fails it still attempts to join by ignoring the check in
      order to make previous behavior.
      
      A timeout of 60 seconds is allocated for a joining.
      
      Related-bug: #3973
      22a5a00c
  26. Feb 12, 2019
Loading