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

v1.10 backports 2022-04-19 #19482

Merged
merged 5 commits into from
Apr 22, 2022
Merged

Conversation

tklauser
Copy link
Member

@tklauser tklauser commented Apr 19, 2022

Once this PR is merged, you can update the PR labels via:

$ for pr in 19458 19491 19478 19489; do contrib/backporting/set-labels.py $pr done 1.10; done

@tklauser tklauser requested a review from a team as a code owner April 19, 2022 13:27
@tklauser tklauser added backport/1.10 kind/backports This PR provides functionality previously merged into master. labels Apr 19, 2022
@tklauser tklauser requested a review from pchaigno April 19, 2022 13:34
@tklauser
Copy link
Member Author

/test-backport-1.10

@tklauser
Copy link
Member Author

tklauser commented Apr 19, 2022

/test-gke

Looks like CI images were not ready.

Copy link
Member

@pchaigno pchaigno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My changes look good to me. Thanks!

@tklauser
Copy link
Member Author

/test-1.17-4.9

@tklauser
Copy link
Member Author

/test-1.18-4.9

@tklauser
Copy link
Member Author

/test-1.19-4.9

@tklauser
Copy link
Member Author

/test-1.21-4.9

1 similar comment
@tklauser
Copy link
Member Author

/test-1.21-4.9

@tklauser
Copy link
Member Author

/test-1.19-4.9

@tklauser
Copy link
Member Author

/test-1.17-4.9

@tklauser
Copy link
Member Author

Looks like we hit some BPF regeneration issue on all 4.9 jobs, e.g. https://jenkins.cilium.io/job/Cilium-PR-K8s-1.17-kernel-4.9/601/:

13:02:10  Top 5 errors/warnings:
13:02:10  Error while rewriting endpoint BPF program
13:02:10  endpoint regeneration failed
13:02:10  Cannot update CEP
13:02:10  
13:02:10  1586: (57) r2 &= 255

Unfortunately artifacts containing the agent logs don't seem to be available on any of the jobs. I assume this is caused by the backport of #19308, so I'm dropping that commit to verify.

pchaigno and others added 5 commits April 21, 2022 14:05
[ upstream commit cfec27a ]

This commit increases the VM boot timeout while decreasing the overall
timeout :mindblown:

We currently run the vagrant-ci-start.sh script with a 15m timeout and
retry twice if it fails. That takes up to 45m in total if all attempts
fail, as in frequently happening in CI right now. In particular, if the
script simply fails because it's taking on average more than 15m then
it is likely to fail all three times.

This commit instead increases the timeout from 15m to 25m and removes
the retries. The goal is obviously to succeed on the first try :p

Ideally, we would investigate why it is now taking longer to start the
VM. But this issue has been happening for a long time. And because of
the retries, we probably didn't even notice the increase at the
beginning: if it takes on average 15min, it might fail half the time and
the test might still succeed most of the time. That is, the retries
participate to hide the increase.

Signed-off-by: Paul Chaignon <paul@cilium.io>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
[ upstream commit 29c3ebd ]

Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
[ upstream commit b7002f5 ]

Use the correct terminology ('session affinity' vs 'service affinity'),
and fix a typo.

Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
[ upstream commit 6c34c93 ]

Improve error logs thrown by port
validation logic so that user can
take necessary actions.

Signed-off-by: Aditi Ghag <aditi@cilium.io>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
[ upstream commit 79d53af ]

Local redirect policy requires Kube-proxy replacement, and
the feature flag to be enabled. Rename the section that
outlines these steps so that users are less likely to miss
them.

Suggested-by: Raymond de Jong <raymond.dejong@isovalent.com>
Signed-off-by: Aditi Ghag <aditi@cilium.io>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
@tklauser
Copy link
Member Author

/test-backport-1.10

@tklauser
Copy link
Member Author

tklauser commented Apr 21, 2022

/test-1.20-4.19

VM provisioning failed: https://jenkins.cilium.io/job/Cilium-PR-K8s-1.20-kernel-4.19/1747/

@tklauser tklauser merged commit 28713df into cilium:v1.10 Apr 22, 2022
@tklauser tklauser deleted the pr/v1.10-backport-2022-04-19 branch April 20, 2023 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backports This PR provides functionality previously merged into master.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants