Skip to content
  1. Apr 09, 2019
  2. Apr 08, 2019
  3. Apr 05, 2019
  4. Apr 04, 2019
  5. Apr 03, 2019
  6. Apr 01, 2019
  7. Mar 29, 2019
  8. Mar 28, 2019
  9. Mar 26, 2019
  10. Mar 20, 2019
  11. Mar 18, 2019
  12. Mar 14, 2019
  13. Mar 05, 2019
  14. Mar 01, 2019
  15. Feb 26, 2019
  16. Feb 25, 2019
  17. 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
  18. Feb 20, 2019
  19. 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
  20. Feb 14, 2019
  21. 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
  22. Feb 12, 2019
  23. Feb 07, 2019
  24. Feb 04, 2019
    • Earl C. Ruby III's avatar
      Install the latest filesystem creation packages (#3904) · 52e0aa7a
      Earl C. Ruby III authored
      This PR ensures that the e2fsprogs and xfsprogs packages are
      installed on all Kubernetes nodes and that the packages are
      the latest versions. It also ensures that the nodes can
      create XFS filesystems when necessary, since not all distros
      install xfsprogs by default.
      
      e2fsprogs - ext2/ext3/ext4 file system utilities
      xfsprogs - Utilities for managing the XFS filesystem
      52e0aa7a
  25. Feb 02, 2019
  26. Feb 01, 2019
  27. Jan 29, 2019
    • Thomas Nys's avatar
      Set cluster DNS correctly in case of nodelocal dns cache (#3879) · 68fd7e39
      Thomas Nys authored
      * Set cluster DNS correctly in case of nodelocal dns cache
      
      * Pass in cluster_ip based on dns mode
      
      * Disable nodelocaldns by default
      
      * Fix syntax error
      
      * Fix syntax issue
      
      * Add nodelocadns ip to vars of node installation
      
      * Change location of nodelocaldns_ip
      
      * Try to remove newlines from jinja template
      
      * Add debug for config file
      
      * Move parameter logic outside of template
      
      * Adapt templates after feedback
      
      * Remove debugging
      68fd7e39
  28. Jan 28, 2019
Loading