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

cni-calico-deep integration test is broken #11567

Closed
alpeb opened this issue Nov 3, 2023 · 0 comments · Fixed by #11617
Closed

cni-calico-deep integration test is broken #11567

alpeb opened this issue Nov 3, 2023 · 0 comments · Fixed by #11617
Assignees

Comments

@alpeb
Copy link
Member

alpeb commented Nov 3, 2023

The calico-node pod is failing after a few seconds it starts running. We are using these manifests that are pointed out in k3d docs. They point to a few old image tags, but just updating the tags doesn't work as apparently the manifests need to be updated as well. This started occurring out of the blue, with no changes on our side that appear to have triggered the issue. Probably an upgrade on the github runner that's surfacing an incompatibility.

Example of failure:
https://github.com/linkerd/linkerd2/actions/runs/6744688204/job/18335405486

@alpeb alpeb added the area/test label Nov 3, 2023
@alpeb alpeb changed the title cni-calico-deep integration cluster is broken cni-calico-deep integration test is broken Nov 3, 2023
@alpeb alpeb added the bug label Nov 9, 2023
alpeb added a commit that referenced this issue Nov 15, 2023
Fixes #11567

The trick is to run the test under k8s `v1.27.6-k3s1` as the following
versions break Calico in k3s (see k3d-io/k3d#1375).

Also removed the `continue-on-error: true` directive in the integration
workflow because it was hiding this problem.
alpeb added a commit that referenced this issue Nov 17, 2023
Fixes #11567

The trick is to run the test under k8s `v1.27.6-k3s1` as the following
versions break Calico in k3s (see k3d-io/k3d#1375).

Also removed the `continue-on-error: true` directive in the integration
workflow because it was hiding this problem.
alpeb added a commit that referenced this issue Nov 20, 2023
* Reenable cni-calico-deep integration test

Fixes #11567

The trick is to run the test under k8s `v1.27.6-k3s1` as the following
versions break Calico in k3s (see k3d-io/k3d#1375).

Also removed the `continue-on-error: true` directive in the integration
workflow because it was hiding this problem.
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant