In what area(s)?
/area autoscale
/kind good-first-issue
/kind spec
Describe the feature
Current, if I modify the minReplica and maxReplica in revision, the reconcile didn't apply such modification to all it's sub resources.
How to reproduce
- create a ksvc
- patch the label and annotations for the revision
- check the label and annotations for the revision, it had been patched
- check the label and annotations for it's sub resource, it had not been modified.
In what area(s)?
/area autoscale
/kind good-first-issue
/kind spec
Describe the feature
Current, if I modify the minReplica and maxReplica in revision, the reconcile didn't apply such modification to all it's sub resources.
How to reproduce