Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: puppetlabs/puppetlabs-kubernetes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-kubernetes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0
Choose a head ref
  • 15 commits
  • 78 files changed
  • 7 contributors

Commits on Apr 5, 2018

  1. Allow mounting extra volumes to apiserver pod

    In some environments, additional volumes are rqeuired for the apiserver
    to function as expected. For example, on CentOS 7 controller nodes, the
    host CA certificate bundles mounted at /etc/ssl/certs are broken since
    this directory contains symlinks pointing to an unmounted path.
    
    In other environments this may be used to provision a specific directory
    which is referred to by other apiserver arugments, e.g.
    "--oidc-ca-file".
    Zetten committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    1c0fbad View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Update spec_helper_acceptance.rb (#93)

    davejrt authored and scotty-c committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    246ebd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90afa49 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Update README.md

    scotty-c authored Apr 16, 2018
    Configuration menu
    Copy the full SHA
    33d8c56 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Merge pull request #89 from Zetten/apiserver-volumes

    Allow mounting extra volumes to apiserver pod
    davejrt authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    e35cfe0 View commit details
    Browse the repository at this point in the history
  2. Pin versions of debian packages (#86)

    * Fix syntax a bit
    
    * Change and update documentation a bit
    
    * Rename `cni_version` to `cni_package_version` same way as `kubernetes_package_version`.
    
    * Parametrize cni package name.
    
    * Parametrize docker package name.
    
    * Fix `docker_package_name` and `cni_package_name` variables.
    
    * Update unit test because of parametrized docker cni package names.
    
    * Update documentation and unit test because of `cni_package_version` change.
    
    * Parametrize version of docker package to install and pin package for Debian/Ubuntu.
    
    * Updated documentation
    
    * Rename `cni_package_version` variable back to `cni_version` for back compatibility.
    
    * `$docker_package_version` name typo fix
    
    * Rename `docker_package_pin` variable to `package_pin`.
    
    * Pin kube* packages
    
    * Pin kubernetes-cni package
    
    * Cover with unit tests
    
    * Fix `docker_version`
    admont authored and scotty-c committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    788db6d View commit details
    Browse the repository at this point in the history
  3. Update params.pp

    scotty-c authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    7fcc9f4 View commit details
    Browse the repository at this point in the history
  4. Update params.pp

    scotty-c authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    69932ad View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Update README.md

    scotty-c authored Apr 25, 2018
    Configuration menu
    Copy the full SHA
    3a341f2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Update .travis.yml

    davejrt authored May 4, 2018
    Configuration menu
    Copy the full SHA
    a8cd966 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. calico is actually supported (#99)

    So updating docs to match
    KlavsKlavsen authored and scotty-c committed May 15, 2018
    Configuration menu
    Copy the full SHA
    374eb58 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. README.md - use current version number (#101)

    README.md was still pointing at an old version.
    tskirvin authored and scotty-c committed May 22, 2018
    Configuration menu
    Copy the full SHA
    bc5d0ee View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. update to use kubeadm

    Dave Try committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    8e586b2 View commit details
    Browse the repository at this point in the history
  2. removing deprecated ruby version

    Dave Try committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    b1380e1 View commit details
    Browse the repository at this point in the history
  3. removing deprecated version of ruby

    Dave Try committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    8504d24 View commit details
    Browse the repository at this point in the history
Loading