Merge pull request #325 from puppetlabs/release
(MODULES-9554) - v5.0.0 Release Merge-back
pdksync - MODULES-9692 - pdksync_1.12.0-0-g55d9ae2 (#329)
pdksync - MODULES-9692 - pdksync_1.12.0-0-g55d9ae2
Fixed v1beta1 JoinConfiguration to match the documentation
Merge pull request #332 from Xartos/betaTemplate
Fixed v1beta1 JoinConfiguration template to match the documentation
Fix repository location for Ubuntu
The kubernetes apt repository uses https and thus the defaults should reflect that. Fixes: #334
Use correct repo location on Debian/Ubuntu
The kubernetes Debian repositories do not make use of codename-specific repositories. Instead a version for all supported releases is available in the "kubernetes-xenial" component. This change hardcodes this component name as the default accordingly. Of course this might brake in the future, but since the value can be overriden via a parameter and this change makes the default work on more distributions (e.g. Ubuntu Bionic) it seems to be a viable solution anyway.
Merge pull request #340 from Enapter/optional-cni-provisioning
Make CNI provisioning optional.
Merge pull request #337 from aptituz/patch-1
Fix repository location for Ubuntu
Merge pull request #342 from puppetlabs/pdksync_add_codeowners
(maint) Add a codeowners file
update puppetlabs-apt dependency (#344)
* update puppetlabs-apt version * update puppetlabs-apt version
repair/improve package installation (#348)
- implement the official instructions of https://kubernetes.io/docs/setup/production-environment/container-runtimes/ for ubuntu and replaced the file_line by a file resource - created a dependency to "apt-get update" (Class['Apt::Update']) to ensure that the index of newly created apt-sources are loaded before installing the packages - improve and enhance tests
* Add support k8s version 1.16 * fix templates kubeadm conf
Add support for managing Docker logging max-file and max-size setting…
…s. (#358) * Add support for managing Docker logging max-file and max-size settings. * update spec
Merge pull request #356 from puppetlabs/pdksync_simplecov
(MODULES-10120) enable simplecov; update to PDK 1.14.1; minor cleanups
Set apiserver_merged_extra_volumes and controllermanager_merged_extra…
…_volumes when is set and is not set. This fixes #301
Remove invalid assertion from kubeadm_spec.rb
Convert to litmus with vagrant for acceptance tests
Add litmus acceptance tests on ubuntu xenial
Extend litmus acceptance tests with vagrant
Add acceptance test instructions in development README.md
Merge pull request #361 from nickperry/fix-301
Configure extra_volumes when cloud_provider is set and cloud_config is not. Fixes #301
Merge pull request #366 from puppetlabs/pdksync_pdksync-disableforge
pdksync - "MODULES-10236 disable deploy_to_forge for the module"
Merge pull request #350 from vico-research-and-consulting/etcd_certs_new
Adding all IPs for etcd servers to etcd server cert
Merge pull request #363 from BaronMsk/fix_worker_k8s_1.6
Fix worker k8s 1.6
Merge pull request #338 from aptituz/patch-2
Use correct apt release on Debian/Ubuntu
Merge pull request #353 from carabasdaniel/litmus
Add possibility to run acceptance tests with Litmus and Vagrant
Add Github Actions release checks (#368)
* Add Github Actions release checks * remove redhat platforms from provision. Add puppet6-nightly for running tests
Merge pull request #371 from nielsbasjes/FixLogo404
Fix the certified-kubernetes-1.13 logo
Merge pull request #370 from carabasdaniel/master
Fix acceptance tests
Add docker_extra_daemon_config for use when managing docker.