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

skipper: update canary version to v0.21.84 #7450

Closed
wants to merge 1 commit into from

Conversation

@AlexanderYastrebov AlexanderYastrebov added major Major feature changes or updates, e.g. feature rollout to a new country, new API calls. dependencies labels May 6, 2024
@AlexanderYastrebov
Copy link
Member Author

👍

@RomanZavodskikh
Copy link
Member

zalando/skipper#3053

You must include -min-drop-probability option.

@RomanZavodskikh
Copy link
Member

[Changes](zalando/skipper@v0.21.76...v0.21.84)

* zalando/skipper#3060
* zalando/skipper#3061
* zalando/skipper#3062
* zalando/skipper#3063
* zalando/skipper#3064
* zalando/skipper#3057
* zalando/skipper#3055
* zalando/skipper#3053

Also configures required min-drop-probability for passive health checker.

Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
@AlexanderYastrebov AlexanderYastrebov marked this pull request as draft May 6, 2024 15:40
@@ -79,7 +79,7 @@ skipper_ingress_max_replicas: "50"
{{end}}
skipper_ingress_cpu: "1000m"
skipper_ingress_memory: "1500Mi"
skipper_ingress_health_check_options: "period=10s,min-requests=10,max-drop-probability=0.9"
skipper_ingress_health_check_options: "period=10s,min-requests=10,min-drop-probability=0.05,max-drop-probability=0.9"
Copy link
Member Author

Choose a reason for hiding this comment

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

@RomanZavodskikh noted this will fail for non-canary.

Copy link
Member Author

Choose a reason for hiding this comment

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

e2e failed as expected:

message: back-off 5m0s restarting failed container=skipper-ingress pod=skipper-ingress-7bc5947c75-z7cfs_kube-system(3ceafbb0-546c-42e7-ac35-c5e0a219e8d5)
                    reason: CrashLoopBackOff

@AlexanderYastrebov
Copy link
Member Author

Will open a new PR as we decided to add default value for min-drop-probability zalando/skipper#3067

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies major Major feature changes or updates, e.g. feature rollout to a new country, new API calls.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants