Skip to content

Upgrading Calico #591

Pinned Answered by onedr0p
onedr0p asked this question in Q&A
May 10, 2022 · 12 comments · 2 replies
Discussion options

You must be logged in to vote

I am not sure the best way forward to be honest, right now there's two methods:

  1. Apply the new manifests with kubectl

    kubectl apply -f https://projectcalico.docs.tigera.io/archive/v3.22/manifests/tigera-operator.yaml
  2. Patch calico resources to add the helm ownership and then apply the HelmRelease or helm chart

    kubectl patch installation default --type=merge -p '{"metadata": {"annotations": {"meta.helm.sh/release-namespace": "tigera-operator"}}}'
    kubectl patch installation default --type=merge -p '{"metadata": {"labels": {"app.kubernetes.io/managed-by": "Helm"}}}'
    kubectl patch installation default --type=merge -p '{"metadata": {"annotations": {"meta.helm.sh/release-name": "tigera-operat…

Replies: 12 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

onedr0p
Jun 19, 2022
Maintainer Author

You must be logged in to vote
0 replies
Comment options

onedr0p
Jun 19, 2022
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

onedr0p
Jun 22, 2022
Maintainer Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

onedr0p
Aug 5, 2022
Maintainer Author

You must be logged in to vote
2 replies
@npawelek
Comment options

@onedr0p
Comment options

onedr0p May 16, 2023
Maintainer Author

Answer selected by onedr0p
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #321 on January 09, 2023 20:01.