Commits on Nov 17, 2018

  1. Configuration menu
    Copy the full SHA
    ab051e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Add support for configuring kubeletExtraArgs in v1alpha3 config. (#198)

    * Add support for configuring kubeletExtraArgs in v1alpha3 config.
    
    * Fixed
    
    * Remove v1alpha3 format specific tests, which fail CI as CI is only using v1alpha1 currently
    nickperry authored and davejrt committed Nov 18, 2018
    1 Configuration menu
    Copy the full SHA
    06aaea8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cc47d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. fixing alignment in init.pp and problem with variables in config3 (#200)

    * fixing alignment in init.pp and problem with variables in config3 template
    davejrt authored and florindragos committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    f50f2fd View commit details
    Browse the repository at this point in the history
  2. Remove Execs for Kmod management and setting Sysctl values with accor… (

    #192)
    
    * Remove Execs for Kmod management and setting Sysctl values with according types and providers
    
    * Add missing spec tests
    
    * fix doublequotes
    
    * set parameters in rspec test correctly
    
    * set parameters in rspec second test correctly
    
    * add missing rspec tests
    SimonHoenscheid authored and davejrt committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    0180eac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c410e7c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. document manage_kernel_modules and manage_sysctl_settings, remove doc…

    …umentation of kubernetes::params class, which was removed (#205)
    SimonHoenscheid authored and davejrt committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    1b979f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. adding in ordering for sysctl to present failures (#206)

    * adding in ordering for sysctl to present failures
    
    * whitespace
    
    * installs new modules in acceptance test
    davejrt authored and MarkW committed Nov 21, 2018
    1 Configuration menu
    Copy the full SHA
    994cbd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Move kubernetesVersion into the ClusterConfiguration section of the c…

    …onfig-alpha3 template where kubeadm expects it. (#210)
    nickperry authored and davejrt committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    fed1c57 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. adding in logic for managing kmod alternatively

    Dave Try committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    5475356 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Remove legacy facts (#212)

    * replaced legacy facts with current ones
    
    * updated spectests to work with new facts, keep old facts for dependencies where needed
    SimonHoenscheid authored and davejrt committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    74f13d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Merge pull request #213 from davejrt/master

    adding in logic for managing kmod alternatively
    gregohardy authored Dec 3, 2018
    Configuration menu
    Copy the full SHA
    bf77faa View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. updates for puppet6

    Dave Try committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    b95318e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Merge pull request #214 from puppetlabs/puppet6

    updates for puppet 6
    carabasdaniel authored Dec 6, 2018
    Configuration menu
    Copy the full SHA
    0fc8284 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. enable kubelet service (#215)

    davejrt authored and florindragos committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    f9d514f View commit details
    Browse the repository at this point in the history
  2. updating go version for kubetool

    Dave Try committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    ecdf253 View commit details
    Browse the repository at this point in the history
  3. updating go version for kubetool in dockerfile

    Dave Try committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    e779513 View commit details
    Browse the repository at this point in the history
  4. Fix multiple errors in cloud configuration (#219)

    Use kubelet configmap for cloud configuration for 1.12+ as designed
    Only add config file parameter if it has a value
      --most cloud providers don't use one and it will fail startup if one is specified but missing
    Add spec tests to ensure cloud is configured as requested
      --pass blank values rather than junk values when testing absence
    jorhett authored and davejrt committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    f46e710 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Allow node name adjustment by cloud providers (#223)

    Make node_name mandatory for init/join, as the execs won't work without it
    jorhett authored and davejrt committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    1a858b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a78a87 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Fix CentOS repos (#225)

    jorhett authored and davejrt committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    11c4d56 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. Configuration menu
    Copy the full SHA
    436728c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    1196f55 View commit details
    Browse the repository at this point in the history
  2. Update other_params.rb

    davejrt authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    556ab64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9443711 View commit details
    Browse the repository at this point in the history
  4. Fix cni network provider (#227)

    If a user deletes the flannel or the weave daemonset, a re-puppet should
    add flannel back to the cluster. Because of the creates statement, one
    would have to `rm -rf /etc/cni/net.d` and then re-puppet to get flannel
    back. This is not intuitive behavor. This patch will re-apply flannel if
    no flannel or weave daemonset exists.
    kkuehlz authored and davejrt committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    ca24fac View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Merge pull request #220 from davejrt/update_go_version

    Update go version
    gregohardy authored Jan 7, 2019
    Configuration menu
    Copy the full SHA
    c52492e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #229 from davejrt/calico_url

    updating calico URL
    gregohardy authored Jan 7, 2019
    Configuration menu
    Copy the full SHA
    6d70f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aee5390 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    631cf4c View commit details
    Browse the repository at this point in the history
  5. Mount cloud configuration on ApiServer and ControllerManager pods (#236)

    If a cloud configuration is used, it must be mounted in these pods as of 1.11
      https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#new-deprecations
    jorhett authored and davejrt committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    f28ea9b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Use fact method to more gracefully handle missing facts (#234)

    * Use fact method to better support missing facts
    
    Without this, a puppet agent running puppet4 will fail with the
    error "Evaluation Error: Operator '[]' is not applicable to an
    Undef Value".
    
    * Use fact method to better handle missing values
    ralimi authored and davejrt committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    7473455 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Build config file for worker nodes too (#224)

    * Mount cloud configuration on ApiServer and ControllerManager pods
    
    If a cloud configuration is used, it must be mounted in these pods as of 1.11
      https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#new-deprecations
    
    * Use config files for both controller and worker nodes
    
    This resolves the same cloud_provider problem for workers as the previous patch.
    It also does some strategic structure for the new config-file-oriented world,
    which will hopefully make it easier to obsolete older versions with less pain.
    jorhett authored and davejrt committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    48c7714 View commit details
    Browse the repository at this point in the history
  2. updating changelog and metadata for 3.2.0 release

    Dave Try committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    26ff19e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Merge pull request #240 from davejrt/3.2.0

    updating changelog and metadata for 3.2.0 release
    gregohardy authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    0e00679 View commit details
    Browse the repository at this point in the history