Tigera Secure EE

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 65 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/candidate 65 07 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
latest/beta 73 17 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
latest/edge 73 16 Apr 2024
Ubuntu 22.04 Ubuntu 20.04
1.29/edge 71 18 Oct 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/stable 69 22 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/candidate 65 07 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/beta 69 07 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.28/edge 70 09 Aug 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/stable 65 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/candidate 65 12 Jun 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/beta 61 09 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.27/edge 59 07 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/stable 55 27 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/candidate 55 25 Feb 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/beta 44 09 Apr 2023
Ubuntu 22.04 Ubuntu 20.04
1.26/edge 44 23 Nov 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/stable 45 01 Dec 2022
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
1.25/candidate 45 30 Nov 2022
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
1.25/beta 46 01 Dec 2022
Ubuntu 22.04 Ubuntu 20.04
1.25/edge 34 09 Sep 2022
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
1.24/stable 26 04 Aug 2022
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
1.24/candidate 26 02 Aug 2022
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
1.24/beta 15 03 May 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
1.24/edge 24 27 Jul 2022
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
1.23/beta 5 22 Mar 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
1.23/edge 3 24 Feb 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
juju deploy tigera-secure-ee
Show information

Platform:

Ubuntu
22.04 20.04

Learn about configurations >

  • calico-node-image | string

    Default: tigera/cnx-node:v2.3.0

    The image id to use for cnx node.

  • calicoctl-image | string

    Default: tigera/calicoctl:v2.3.0

    The image id to use for calicoctl.

  • enable-elasticsearch-operator | boolean

    Default: True

    Enable deployment of elasticsearch-operator into Kubernetes. This provides a monitoring and metrics solution for use with Tigera EE that is suitable for proof-of-concept purposes, but is not recommended for production use.

  • ignore-loose-rpf | boolean

    Enable or disable IgnoreLooseRPF for Calico Felix. This is only used when rp_filter is set to a value of 2.

  • ipip | string

    Default: Never

    IPIP mode. Must be one of "Always", "CrossSubnet", or "Never".

  • license-key | string

    Tigera EE license key, base64-encoded. Example: juju config tigera-secure-ee license-key=$(base64 -w0 license.yaml)

  • nat-outgoing | boolean

    Default: True

    NAT outgoing traffic

  • registry | string

    Registry to use for images. If unspecified, defaults will be used: docker.io, quay.io, docker.elastic.co

  • registry-credentials | string

    Private docker registry credentials, in the form of a base64-encoded docker config.json file. Example: juju config tigera-secure-ee registry-credentials=$(base64 -w0 config.json)