-
Notifications
You must be signed in to change notification settings - Fork 164
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
Conversation
👍 |
You must include |
[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>
e06411c
to
6f770c3
Compare
@@ -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" |
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.
@RomanZavodskikh noted this will fail for non-canary.
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.
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
Will open a new PR as we decided to add default value for |
[Changes](zalando/skipper@v0.21.76...v0.21.86) * zalando/skipper#3067 * zalando/skipper#3066 * zalando/skipper#3060 * zalando/skipper#3061 * zalando/skipper#3062 * zalando/skipper#3063 * zalando/skipper#3064 * zalando/skipper#3057 * zalando/skipper#3055 * zalando/skipper#3053 See closed #7450 Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
Changes
Also configures required min-drop-probability for passive health checker.