calico

contributions requested
Installs calico components and sets up advanced overlay networking for kubernetes

15,618 downloads

6,308 latest version

4.6 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 1.0.0 (deleted)
  • 0.5.0-alpha2 (latest)
  • 0.5.0-alpha1
  • 0.4.1
  • 0.4.1-rc1 (pre-release)
  • 0.4.0
  • 0.4.0-rc4 (pre-release)
  • 0.4.0-rc3 (pre-release)
  • 0.4.0-rc2 (pre-release)
  • 0.4.0-rc1 (pre-release)
  • 0.3.0
  • 0.3.0-rc5 (pre-release)
  • 0.3.0-rc4 (pre-release)
  • 0.2.1
  • 0.2.0
  • 0.2.0-rc5 (pre-release)
  • 0.2.0-rc3 (pre-release)
  • 0.2.0-rc2 (pre-release)
  • 0.1.2 (deleted)
  • 0.1.2-rc3 (pre-release)
  • 0.1.2-rc2 (deleted)
  • 0.1.1 (deleted)
  • 0.1.0 (deleted)
released Aug 24th 2018
This version is compatible with:
  • RedHat

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'jetstack-calico', '0.5.0-alpha2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jetstack-calico
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jetstack-calico --version 0.5.0-alpha2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

jetstack/calico — version 0.5.0-alpha2 Aug 24th 2018

calico

Table of Contents

  1. Description
  2. Classes

Description

This module is part of Tarmak and should currently be considered alpha.

Travis

Classes

calico

calico init.pp

Parameters

etcd_cluster
  • Type: Array[String]
  • Default: $::calico::params::etcd_cluster
etcd_overlay_port
  • Type: Integer[1,65535]
  • Default: $::calico::params::etcd_overlay_port
backend
  • Type: Enum['etcd', 'kubernetes']
  • Default: 'etcd'
etcd_ca_file
  • Type: String
  • Default: ''
etcd_cert_file
  • Type: String
  • Default: ''
etcd_key_file
  • Type: String
  • Default: ''
cloud_provider
  • Type: String
  • Default: $::calico::params::cloud_provider
namespace
  • Type: String
  • Default: 'kube-system'
mtu
  • Type: Integer[1000,65535]
  • Default: 1480

calico::config

calico::disable_source_destination_check

This class disable the source/destination check on AWS instances

calico::node

Parameters

node_image
  • Type: String
  • Default: 'quay.io/calico/node'
node_version
  • Type: String
  • Default: '2.5.1'
cni_image
  • Type: String
  • Default: 'quay.io/calico/cni'
cni_version
  • Type: String
  • Default: '1.10.0'
ipv4_pool_cidr
  • Type: String
  • Default: '10.231.0.0/16'
ipv4_pool_ipip_mode
  • Type: Enum['always', 'cross-subnet', 'off']
  • Default: 'always'

calico::params

calico params.pp

calico::policy_controller

Parameters

image
  • Type: String
  • Default: 'quay.io/calico/kube-policy-controller'
version
  • Type: String
  • Default: '0.7.0'