Skip to content
  1. Apr 29, 2019
  2. Apr 27, 2019
  3. Apr 24, 2019
  4. Apr 19, 2019
  5. Apr 18, 2019
  6. Apr 17, 2019
  7. Apr 11, 2019
  8. Apr 10, 2019
  9. Apr 09, 2019
  10. Apr 08, 2019
  11. Apr 04, 2019
  12. Apr 03, 2019
  13. Mar 29, 2019
  14. Mar 26, 2019
  15. Mar 20, 2019
  16. Mar 18, 2019
  17. Mar 05, 2019
  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 07, 2019
  21. Feb 02, 2019
  22. Feb 01, 2019
  23. Jan 28, 2019
  24. Jan 16, 2019
  25. Jan 15, 2019
    • Chad Swenson's avatar
      Fix kubeadm config extra volumes · 13e3e867
      Chad Swenson authored
      I found a potential use case where `writable` could be null and therfore
      not treated like a boolean, so this adds an extra default statement to
      avoid negating a non-boolean as boolean which would lead to undefined. refs #4020
      13e3e867
  26. Jan 11, 2019
  27. Jan 10, 2019
    • Chad Swenson's avatar
      Fix readOnly flag in kubeadm-config.v1beta1.yaml.j2 · 1d9c0c7d
      Chad Swenson authored
      In v1beta1 of `ClusterConfiguration` the extraVolumes `writable` field was changed to `readOnly` and its boolean value must be negated.
      
      Also, the json field for `useHyperKubeImage` was incorrectly capitalized.
      1d9c0c7d
    • Chad Swenson's avatar
      Fix PATH for kubeadm init · aa1d5b89
      Chad Swenson authored
      Right now we're consistently getting warnings about kubelet not found in
      path during `kubeadm init`. We fixed this for `kubeadm join` in #3342, and this brings the change to init
      as well.
      aa1d5b89
  28. Jan 08, 2019
    • Andreas Holmsten's avatar
      Allow override of bind addr for controller-manager and scheduler (#3968) · 4d5b41b8
      Andreas Holmsten authored
      * allows to override the bind addresses for controller-manager and scheduler
      
      Useful for Prometheus metrics monitoring
      
      * Add bind addr override support in kubeadm/v1beta1
      
      Adds support for override of bind addresses for controller-manager
      and scheduler in kubeadm/v1beta1
      
      * Move location of bind address vars
      
      * Remove double declaration of schedulerExtraArgs
      4d5b41b8
  29. Jan 03, 2019
Loading