Skip to content
  1. Jan 28, 2019
  2. Jan 23, 2019
  3. Jan 22, 2019
  4. Jan 21, 2019
  5. Jan 18, 2019
  6. Jan 16, 2019
  7. Jan 15, 2019
  8. 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
  9. Jan 12, 2019
  10. Jan 11, 2019
  11. 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
  12. Jan 09, 2019
  13. Jan 08, 2019
  14. Jan 04, 2019
  15. Jan 03, 2019
    • MarkusTeufelberger's avatar
      remove os_family variable from bootstrap-os (#3962) · f72ed13f
      MarkusTeufelberger authored
      * remove os_family variable from bootstrap-os
      
      * quote the conditions another time to fix the syntax error
      f72ed13f
    • 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
  16. Jan 02, 2019
  17. Dec 29, 2018
Loading