-
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
In Route, add capability for watching for changes to Configuration so when Configuration gets updated, we'll pick up changes) #2
Labels
Comments
PR #104 added watches for the Revision watching Endpoints. We should do something similar for the ElaService watching RevisionTemplates and when Status.Latest changes if the traffic is set to follow a RevisionTemplate, we should update the routerules to point to newly ready k8s service that the new Revision has. |
Closed
knative-prow-robot
pushed a commit
that referenced
this issue
Nov 30, 2018
* Move kpa-class autoscaling into autoscaling/kpa package. * Rename autoscaling.go as kpa.go. * Stub hpa-class controller. * Reconcile HorizontalPodAutoscalers. * Rename kpa_* files as pa_*. * Rename usage of kpa to pa in pa_types. * Reconcile PodAutoscaler in Revision controller. * Disallow PodAutoscaler class change. * Revert PodAutoscaler annotation reconciliation. * Validate PodAutoscaler metric and immutable class. * Set TargetCPUUtilizationPercentage on HPA. * Unit test for KPA reconciler ignoring non-KPA class PodAutoscaler. * Add HPA Reconcile unit test. * Non HPA-class PodAutoscaler unit test. * Create HPA error unit test. * Use TableTest. * Test target annotation reconciliation. * Build and unit test fixes. * Fix search-and-replace of legitimate kpa to pa. * Remove unused OPS constant. * Use name annotationInt32 instead of scaleBoundInt32. * Use domain-style class values. * Fix type in annotation key comment. * Chain metric validation as another Also. * Put annotation key in square brackets in validation error. * Reconcile HPA-class PodAutoscalers when HPAs change. * Use AnnotationFilterFunc on class annotation. * Remove unused PodAutoscalerOption. * Create new OwnerReference for HPA. * Fix merge error. * Add HPA class unit test. * Move rename KPAOption as PodAutoscalerOption. * Do not filter endpoints which do not have class annotation.
4 tasks
StrongMonkey
pushed a commit
to StrongMonkey/serving
that referenced
this issue
Aug 1, 2019
Envoy scraper
tcnghia
referenced
this issue
in tcnghia/serving
Jun 8, 2020
mgencur
added a commit
to mgencur/serving-1
that referenced
this issue
Nov 27, 2020
mgencur
pushed a commit
to mgencur/serving-1
that referenced
this issue
Nov 14, 2022
This reverts commit 48f3ade.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: