Tigera Secure EE
- Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 65 | 17 Apr 2024 | |
latest/stable | 45 | 17 Apr 2024 | |
latest/stable | 4 | 17 Apr 2024 | |
latest/candidate | 65 | 07 Jun 2023 | |
latest/candidate | 45 | 30 Nov 2022 | |
latest/candidate | 4 | 11 Mar 2022 | |
latest/beta | 73 | 17 Apr 2024 | |
latest/beta | 42 | 17 Apr 2024 | |
latest/beta | 22 | 17 Apr 2024 | |
latest/edge | 74 | 01 May 2024 | |
latest/edge | 42 | 27 Oct 2022 | |
latest/edge | 22 | 02 Jul 2022 | |
1.29/edge | 71 | 18 Oct 2023 | |
1.28/stable | 69 | 22 Aug 2023 | |
1.28/candidate | 65 | 07 Jun 2023 | |
1.28/beta | 69 | 07 Aug 2023 | |
1.28/edge | 70 | 09 Aug 2023 | |
1.27/stable | 65 | 12 Jun 2023 | |
1.27/candidate | 65 | 12 Jun 2023 | |
1.27/beta | 61 | 09 Apr 2023 | |
1.27/edge | 59 | 07 Apr 2023 | |
1.26/stable | 55 | 27 Feb 2023 | |
1.26/candidate | 55 | 25 Feb 2023 | |
1.26/beta | 44 | 09 Apr 2023 | |
1.26/edge | 44 | 23 Nov 2022 | |
1.26/edge | 42 | 27 Oct 2022 | |
1.25/stable | 45 | 01 Dec 2022 | |
1.25/candidate | 45 | 30 Nov 2022 | |
1.25/beta | 46 | 01 Dec 2022 | |
1.25/beta | 33 | 01 Sep 2022 | |
1.25/edge | 34 | 09 Sep 2022 | |
1.24/stable | 26 | 04 Aug 2022 | |
1.24/stable | 15 | 05 May 2022 | |
1.24/candidate | 26 | 02 Aug 2022 | |
1.24/beta | 15 | 03 May 2022 | |
1.24/edge | 24 | 27 Jul 2022 | |
1.24/edge | 22 | 02 Jul 2022 | |
1.23/beta | 5 | 22 Mar 2022 | |
1.23/edge | 3 | 24 Feb 2022 |
juju deploy tigera-secure-ee
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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)