Skip to content
  1. 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
  2. Jan 11, 2019
  3. Jan 10, 2019
  4. Jan 09, 2019
    • Chad Swenson's avatar
      Bugfixes for Local Volume Provisioner · 72802e4d
      Chad Swenson authored
      - Fixed an issue where storage class host directories were looped
      through excessive target hosts
      - Fixes examples in the LVP `README.md` to use nested dicts instead of a
      list of dicts
      72802e4d
  5. Jan 08, 2019
    • Wilmar den Ouden's avatar
      More dynamic local-storage-provisioner approach (#3472) · 4fb8adb9
      Wilmar den Ouden authored
      * Makes local volume provisioner more dynamic
      
      * Correct variable name in local storage provisioner defaults
      
      * Updates external-provisioner readme
      
      * Updates variable naming to be more clear, more documentation, fixes sample inventory
      
      * Variable refactor, untangled some jinja2 loops
      
      * Corrects variable name
      
      * No variable substitution in dict keys, replaced with anchor
      
      * Fixes default storage_classes dict, inline docs
      
      * Fixes spelling in inline docs
      
      * Addresses comments in review
      
      * Updates all the defaults
      
      * Fix failing CI task
      
      * Fixes external provisioner daemonset
      4fb8adb9
    • 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
  6. Jan 03, 2019
    • okamototk's avatar
      Fix kubeadm v1beta1 configuration taint (#3928) · 8216e821
      okamototk authored
      * Use master node taint same as kubeadm configuration v1alpha3 or before.
      8216e821
    • Andreas Holmsten's avatar
      (Re)add line break for supplementary addr in SANs (#3952) · a34139e1
      Andreas Holmsten authored
      The change implemented in #3908 remove line breaks for supplementary
      addresses in kubeadm SANs, causing errors in the config file and
      failure to bring cluster up. This commit reimplement line breaks in
      between supplementary addresses.
      a34139e1
    • Chad Swenson's avatar
      Fix kube-proxy configuration for kubeadm (#3958) · 80379f6c
      Chad Swenson authored
      - Creates and defaults an ansible variable for every configuration option in the `kubeproxy.config.k8s.io/v1alpha1` type spec
        - Fixes vars that were orphaned by removing non-kubeadm
        - Fixes previously harcoded kubeadm values
      - Introduces a `main` directory for role default files per component (requires ansible 2.6.0+)
        - Split out just `kube-proxy.yml` in this first effort
      - Removes the kube-proxy server field patch task
      
      We should continue to pull out other components from `main.yml` into their own defaults files as I did here for `defaults/main/kube-proxy.yml`. I hope for and will need others to join me in this refactoring across the project until each component config template has a matching role defaults file, with shared defaults in `kubespray-defaults` or `downloads`
      80379f6c
  7. Dec 28, 2018
    • Rong Zhang's avatar
      Add scale master features (#3946) · 5834e609
      Rong Zhang authored
      * Add scale master features
      
      * Add certificate management with kubeadm
      
      * Add kubeadm kubeconfig
      
      * Fix ymalroles error
      
      * fix upgrade cluster fialed
      
      * force update cert and keys when you reconfigure cluster
      5834e609
  8. Dec 27, 2018
  9. Dec 26, 2018
  10. Dec 25, 2018
  11. Dec 22, 2018
  12. Dec 20, 2018
  13. Dec 19, 2018
  14. Dec 18, 2018
  15. Dec 12, 2018
  16. Dec 11, 2018
  17. Dec 07, 2018
  18. Dec 06, 2018
    • Rong Zhang's avatar
      Upgrade kubernetes to v1.13.0 (#3810) · 225f765b
      Rong Zhang authored
      * Upgrade kubernetes to v1.13.0
      
      * Remove all precense of scheduler.alpha.kubernetes.io/critical-pod in templates
      
      * Fix cert dir
      
      * Use kubespray v2.8 as baseline for gitlab
      225f765b
    • Andreas Krüger's avatar
      Remove non-kubeadm deployment (#3811) · ddffdb63
      Andreas Krüger authored
      * Remove non-kubeadm deployment
      
      * More cleanup
      
      * More cleanup
      
      * More cleanup
      
      * More cleanup
      
      * Fix gitlab
      
      * Try stop gce first before absent to make the delete process work
      
      * More cleanup
      
      * Fix bug with checking if kubeadm has already run
      
      * Fix bug with checking if kubeadm has already run
      
      * More fixes
      
      * Fix test
      
      * fix
      
      * Fix gitlab checkout untill kubespray 2.8 is on quay
      
      * Fixed
      
      * Add upgrade path from non-kubeadm to kubeadm. Revert ssl path
      
      * Readd secret checking
      
      * Do gitlab checks from v2.7.0 test upgrade path to 2.8.0
      
      * fix typo
      
      * Fix CI jobs to kubeadm again. Fix broken hyperkube path
      
      * Fix gitlab
      
      * Fix rotate tokens
      
      * More fixes
      
      * More fixes
      
      * Fix tokens
      ddffdb63
  19. Dec 03, 2018
  20. Nov 29, 2018
  21. Nov 28, 2018
  22. Nov 27, 2018
  23. Nov 23, 2018
    • Miao Zhou's avatar
      Fix AWS Node Labels Error · 885c6cff
      Miao Zhou authored
      Now the `kubespray-aws-inventory.py` script always set a node_labels key
      to ansible_host.
      
      When AWS instance did not set property labels, it would be an empty
      string.
      
      The TASK `Write kubelet config file (kubeadm or non-kubeadm)` will
      failed with a msg:
      
      `AnsibleUndefinedVariable: 'unicode object' has no attribute 'items'`.
      885c6cff
  24. Nov 21, 2018
  25. Nov 20, 2018
Loading