Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade calico to 3.21.2 #203

Closed
wants to merge 2 commits into from

Conversation

EugenMayer
Copy link

@EugenMayer EugenMayer commented Dec 20, 2021

Calico fixed some ingress issues with 3.21.x (so traffic coming into the calico network) when running eBPF.

We face a huge (80x) performance regression when eBPF is active when the traffic is "external to pod" - in the calico support we got suggested that 3.21.1 can fix this.

For this path to work we would need to build

  • image: rancher/mirrored-calico-operator:v1.23.3
  • image: rancher/mirrored-calico-ctl:v3.21.2

Any reasons to not upgrade calico right now?

@manuelbuil
Copy link
Contributor

I guess we will need new versions for the other components (e.g. mirrored-calico-typha, mirrored-calico-cni, etc. Right?

@EugenMayer
Copy link
Author

for me it seems those are not mirrored, are they?

 tigeraOperator:
-  image: tigera/operator
+  image: rancher/mirrored-calico-operator
   version: v1.21.2
-  registry: quay.io
+  registry: docker.io
 calicoctl:
-  image: quay.io/docker.io/calico/ctl
+  image: rancher/mirrored-calico-ctl
   tag: v3.21.2

Seem like we only mirror ctl and the operator - or did I miss it? considering the last upgrade beaf531 there was no patching of those images either

@manuelbuil
Copy link
Contributor

Already covered by #204

@manuelbuil manuelbuil closed this Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants