Fix overscaling when the controller is much faster then the listener (#3371)
Co-authored-by: Francesco Renzi <[email protected]>
This commit is contained in:
co-authored by
Francesco Renzi
parent
46cfbb6ec7
commit
7a643a5107
+5
@@ -6957,9 +6957,14 @@ spec:
|
||||
- containers
|
||||
type: object
|
||||
type: object
|
||||
patchID:
|
||||
description: PatchID is the unique identifier for the patch issued by the listener app
|
||||
type: integer
|
||||
replicas:
|
||||
description: Replicas is the number of desired EphemeralRunner resources in the k8s namespace.
|
||||
type: integer
|
||||
required:
|
||||
- patchID
|
||||
type: object
|
||||
status:
|
||||
description: EphemeralRunnerSetStatus defines the observed state of EphemeralRunnerSet
|
||||
|
||||
Reference in New Issue
Block a user