You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[calico](katalog/calico)|`3.26.1`|[Calico][calico-page] CNI Plugin. For cluster with `< 50` nodes. |
32
+
|[calico](katalog/calico)|`3.26.3`|[Calico][calico-page] CNI Plugin. For cluster with `< 50` nodes. |
33
33
|[cilium](katalog/cilium)|`1.14.3`|[Cilium][cilium-page] CNI Plugin. For cluster with `< 200` nodes. |
34
-
|[tigera](katalog/tigera)|`1.30.4`|[Tigera Operator][tigera-page], a Kubernetes Operator for Calico, provides pre-configured installations for on-prem and for EKS in policy-only mode. |
34
+
|[tigera](katalog/tigera)|`1.30.7`|[Tigera Operator][tigera-page], a Kubernetes Operator for Calico, provides pre-configured installations for on-prem and for EKS in policy-only mode. |
35
35
|[ip-masq](katalog/ip-masq)|`2.8.0`| The `ip-masq-agent` configures iptables rules to implement IP masquerading functionality |
36
36
37
37
> The resources in these packages are going to be deployed in `kube-system` namespace. Except for the operator.
@@ -60,7 +60,7 @@ Check the [compatibility matrix][compatibility-matrix] for additional informatio
60
60
61
61
### Deployment
62
62
63
-
> ⚠️ Please notice that the Calico packages is for cluster with less the 50 nodes. If your cluster has more than 50 nodes, you'll need to switch to [Calico + Typha](https://projectcalico.docs.tigera.io/archive/v3.23/getting-started/kubernetes/self-managed-onprem/onpremises#install-calico-with-kubernetes-api-datastore-more-than-50-nodes) or to the [Tigera Operator](katalog/tigera/README.md).
63
+
> ⚠️ Please notice that the Calico packages is for cluster with less the 50 nodes. If your cluster has more than 50 nodes, you'll need to switch to [Calico + Typha](https://docs.tigera.io/calico/latest/getting-started/kubernetes/self-managed-onprem/onpremises) or to the [Tigera Operator](katalog/tigera/README.md).
64
64
65
65
1. List the packages you want to deploy and their version in a `Furyfile.yml`
Copy file name to clipboardExpand all lines: katalog/calico/MAINTENANCE.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,10 @@ Compare the `deploy.yaml` file with the downloaded `calico-${CALICO_VERSION}` fi
20
20
3. Update the `kustomization.yaml` file with the right image versions.
21
21
22
22
```bash
23
-
export CALICO_IMAGE_TAG=v3.26.1
23
+
export CALICO_IMAGE_TAG=v3.26.3
24
24
kustomize edit set image docker.io/calico/kube-controllers=registry.sighup.io/fury/calico/kube-controllers:${CALICO_IMAGE_TAG}
25
25
kustomize edit set image docker.io/calico/cni=registry.sighup.io/fury/calico/cni:${CALICO_IMAGE_TAG}
26
26
kustomize edit set image docker.io/calico/node=registry.sighup.io/fury/calico/node:${CALICO_IMAGE_TAG}
27
-
# Not present anymore in 3.23:
28
-
# kustomize edit set image docker.io/calico/pod2daemon-flexvol=registry.sighup.io/fury/calico/pod2daemon-flexvol:${CALICO_IMAGE_TAG}
29
27
```
30
28
31
29
> ⚠️ Remember to check if images have been added to or dropped from upstream.
@@ -36,12 +34,12 @@ kustomize edit set image docker.io/calico/node=registry.sighup.io/fury/calico/no
36
34
37
35
The resources needed to provide monitoring features are not included in the default upstream manifests. There are some additional steps to perform.
38
36
39
-
See <https://projectcalico.docs.tigera.io/archive/v3.23/maintenance/monitor/monitor-component-metrics> for details. Note that we are adding an environment variable to the DaemonSet instead of modifing the `default` instance of the `felixconfigurations.crd.projectcalico.org` CRD as the docs say. Modifing the CRD is not possible using Kustomize patches.
37
+
See <https://docs.tigera.io/calico/latest/operations/monitor/monitor-component-metrics> for details. Note that we are adding an environment variable to the DaemonSet instead of modifing the `default` instance of the `felixconfigurations.crd.projectcalico.org` CRD as the docs say. Modifing the CRD is not possible using Kustomize patches.
40
38
41
39
1. Download the dashboard from upstream:
42
40
43
41
```bash
44
-
export CALICO_VERSION=3.26.1
42
+
export CALICO_VERSION=3.26.3
45
43
# ⚠️ Assuming $PWD == root of the project
46
44
# We take the `felix-dashboard.json` from the downloaded yaml, we are not deploying `typha`, so we don't need its dashboard.
0 commit comments