Forge Home

calico

Installs calico components and sets up advanced overlay networking for kubernetes

14,963 downloads

6,188 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

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:

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'