-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
has scaling from zero degraded in performance? #9104
Comments
No it has been strictly consistent. Especially in the ranges you're quoting. |
@Morriz one thing to potentially look at is whether the number of K8s services (possibly lots of Revisions?) in your namespace has grown. We noticed with "service links" that cold start deployment degrades as the number of services increases, and we create two services per Revision. In recent versions of Knative, you can disable service links at the PodSpec level with |
If that doesn't resolve the issues you are seeing, would it be possible to try and produce a small repro case that we can try poking at, including more information about your environment (K8s version, provider, ...) thanks again for reaching out. |
/area autoscaling |
@mattmoor: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/area scaling |
@mattmoor: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Tnx. I will try that tomorrow and report back. |
@mattmoor I tried
Setting the global |
Yeah, you have to quote because yaml. You need to roll out a new Revision for it to take effect, and you should see it in the Revision's PodSpec. |
the |
I removed the ksvc beforehand. Applied the configuration. Then redeployed. Should create a fresh first revision I presume, no? |
We are running |
Also, your docs are confusing. I can't find out where to go for the operator from the github readme's (it says it's now readonly without a deprecation warning linking to the new source), only from the knative.dev docs. |
And the latest https://knative.dev/docs/install/knative-with-operators/ link to the operator yaml is dead (I created an issue already) |
Since the image is public in GCR, you can pop it in your browser and it shows tags. I see a tag with 0.14 cc @houshengbo @Cynocracy @evankanderson I think this is using the split operator (serving-operator), and we've been moving to a unified operator. |
aha, I see...I must be messing up memories...getting old |
Ok, we are now at 0.16 and links are turned off....still same slow 15 secs ;( |
Can you instrument the image pull time? Since if anything it should much faster than 0.12... |
Do we have any handle/reproducer/test on this to be able to measure whether we've regressed? |
This issue is stale because it has been open for 90 days with no |
In 0.12 it was around 8-10 secs. In 0.16 it's between 14-18 secs. Same stack same resources.
The text was updated successfully, but these errors were encountered: