Skip to content
  1. 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
    • Anton Patsev's avatar
      Fix mixup http/https in bootstrap-debian.yml (#3963) · e2523745
      Anton Patsev authored
      * Fix mixup http/https in bootstrap-debian.yml
      
      * Update bootstrap-debian.yml
      e2523745
    • 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
  2. Jan 02, 2019
  3. 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
  4. Dec 27, 2018
  5. Dec 26, 2018
  6. Dec 25, 2018
  7. Dec 23, 2018
  8. Dec 22, 2018
  9. Dec 20, 2018
  10. Dec 19, 2018
  11. Dec 18, 2018
  12. Dec 12, 2018
  13. Dec 11, 2018
  14. Dec 10, 2018
  15. Dec 07, 2018
    • Andrey Zhelnin's avatar
      Setting host_architecture var (#3846) · 1712314f
      Andrey Zhelnin authored
      Setting host_architecture to allow etcd upgrade working through: ansible-playbook -b -i inventory/sample/hosts.ini cluster.yml --tags=etcd (on other case host_architecture is missing)
      1712314f
Loading