Skip to content
  1. Feb 07, 2019
  2. Feb 06, 2019
  3. Feb 04, 2019
  4. Feb 02, 2019
  5. Feb 01, 2019
  6. 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
  7. Jan 28, 2019
  8. Jan 23, 2019
  9. Jan 22, 2019
  10. Jan 21, 2019
  11. Jan 18, 2019
  12. Jan 16, 2019
  13. Jan 15, 2019
  14. Jan 14, 2019
    • Chad Swenson's avatar
      Fix local-volume-provisioner configmap template · 3ee5aa0d
      Chad Swenson authored
      Looks like the template is removing the trailing space between storage
      class entries, and since CI only has one storage class we never hit this
      issue. This change will prevent the yaml from printing on a single line
      when multiple storage classes are defined.
      3ee5aa0d
  15. Jan 12, 2019
  16. Jan 11, 2019
  17. 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
  18. Jan 09, 2019
Loading