Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
surface deployment timeout - route active
modify rest of ut Update net-kourier nightly (knative#14605) bumping knative.dev/net-kourier 6e4d79d...fb8da93: > fb8da93 upgrade to latest dependencies (# 1151) Signed-off-by: Knative Automation <[email protected]> Update net-gateway-api nightly (knative#14602) bumping knative.dev/net-gateway-api a8d56a3...0aa321a: > 0aa321a upgrade to latest dependencies (# 579) Signed-off-by: Knative Automation <[email protected]> upgrade to latest dependencies (knative#14608) bumping knative.dev/pkg 5c9b7a8...35011d4: > 35011d4 upgrade to latest dependencies (# 2892) bumping knative.dev/networking 18529fd...e0bee34: > e0bee34 upgrade to latest dependencies (# 889) bumping knative.dev/hack 8834794...5deadde: > 5deadde 🐛 Set latest release only when publishing to Github (# 346) bumping knative.dev/caching c642577...b3781bc: > b3781bc upgrade to latest dependencies (# 806) Signed-off-by: Knative Automation <[email protected]> Update net-contour nightly (knative#14612) bumping knative.dev/net-contour 467a573...d2054f2: > d2054f2 upgrade to latest dependencies (# 999) Signed-off-by: Knative Automation <[email protected]> Update net-certmanager nightly (knative#14611) bumping knative.dev/net-certmanager 11e6219...8b2a470: > 8b2a470 upgrade to latest dependencies (# 625) > 2248405 upgrade to latest dependencies (# 624) Signed-off-by: Knative Automation <[email protected]> Update net-kourier nightly (knative#14613) bumping knative.dev/net-kourier fb8da93...ad58d90: > ad58d90 upgrade to latest dependencies (# 1155) Signed-off-by: Knative Automation <[email protected]> Update net-istio nightly (knative#14614) bumping knative.dev/net-istio 7f77e97...e3db912: > e3db912 upgrade to latest dependencies (# 1209) > 1e021c8 upgrade to latest dependencies (# 1208) Signed-off-by: Knative Automation <[email protected]> Update net-gateway-api nightly (knative#14616) bumping knative.dev/net-gateway-api 0aa321a...29bf0b9: > 29bf0b9 upgrade to latest dependencies (# 581) > cd26216 upgrade to latest dependencies (# 580) Signed-off-by: Knative Automation <[email protected]> Surface cpu and mem requests forbidden errors (and other ones too) in KSVC creation (knative#14453) * reconciling the revision so the deployment status is propagated when there is something wrong (like low resources request and limits), since it was just beign propagated when the revision status was nil and the deployment existed trying to surface replicaset creation errors * added revision condition active to revision live condition set so is not nil after the revision is created * removing RevisionConditionActive from Revision ConditionSet since we can have Ready Inactive Revisions (scale to zero) * added docs and tests for this and the replicaset failure propagation * fixing lint * adjusted e2e and unit tests for the replica failure erros propagation, improved propagation logic + left todos regarding revision conditionset * removed todo from revision lifecycle since the discussion has settled * added test case for revision fast failures when it comes to replicaset failing to create * fixed resource quota error, now it never waits for progress deadline and it fails fast, so removing the bits where it can go one way or another in the e2e resource_quota_error_test * finishing the replicaset deployment status failure bubbling up to the revision table test * removed unused test methods from revision testing package * adding condition to wait for container creation in the resource quota service creation test * with some istio cases this could fail with progress deadline exceeded error so adding that case too * Update resource_quota_error_test.go * formated the test file fix deploy-replicaset-failure UT rename tests remove coment remove comment wip want go correct need fix ScaleTargetInitialized only extra patch patch scale to 0 more test helper changes new tc ut WithPubService activation failure is unreachable copy inactive condition comments comment comment refactor computeActiveCondition allow scale to 0 with no metrics if unreachable remoce comment add UT: initial scale zero: with ready pods change to 1 ready pod replicas 1 change logic order readd activeThreshold change Failed message scaler_test handle no metrics case mend silly typo fix UT shortten test cases scale to 0 if unreachable comment + logic remove controlls podinformer as its not needed revert computeActiveCondition refactor use reachability variables init scale 0 stays no traffic undo imports reorder add comments pa change Inactive reason to Unreachable
- Loading branch information