-
Notifications
You must be signed in to change notification settings - Fork 431
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
Update Calico manifests to v3.22.0 #2128
Update Calico manifests to v3.22.0 #2128
Conversation
@@ -314,6 +314,268 @@ status: | |||
--- | |||
apiVersion: apiextensions.k8s.io/v1 | |||
kind: CustomResourceDefinition | |||
metadata: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jsturtevant these are all the changes made in the ipv6 manifest by the 3.20 -> 3.22 update. Let's see if this PR repros the issue that was happening in #2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting... I don't see anything that jumps out as different configuration
/retest just in case, but pretty sure this is the same issue as last time |
The previous error looks like the deployment pod didn't start:
|
found:
which is configured here
|
Now seeing:
|
fecdfe9
to
6f93bbd
Compare
Looks like there is a |
This is the change related to this for the record: https://github.com/projectcalico/calico/pull/5313/files#diff-742c8968cd6af9cdd7510f39e61fe127ce4fa98fe893beb0183837182ec09072R340 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
# json patch doesn't allow for dropping fields in array by name | ||
# https://github.com/projectcalico/calico/issues/5101 | ||
- op: remove | ||
path: "/spec/template/spec/containers/0/env/12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice that we get to drop this! fyi @jackfrancis
/test pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts |
prow pod timeout /test pull-cluster-api-provider-azure-windows-containerd-upstream-with-ci-artifacts |
all tests passed /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #1913
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: