Skip to content

Commit f3c4a90

Browse files
committed
Fill in missing entries.
1 parent 294062c commit f3c4a90

File tree

1 file changed

+8
-1
lines changed
  • keps/sig-scheduling/5598-opportunistic-batching

1 file changed

+8
-1
lines changed

keps/sig-scheduling/5598-opportunistic-batching/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ These goals will help you determine what you need to measure (SLIs) in the next
766766
question.
767767
-->
768768

769-
769+
We should continue to maintain the existing scheduler SLOs.
770770

771771
###### What are the SLIs (Service Level Indicators) an operator can use to determine the health of the service?
772772

@@ -808,6 +808,8 @@ and creating new ones, as well as about cluster-level services (e.g. DNS):
808808
- Impact of its degraded performance or high-error rates on the feature:
809809
-->
810810

811+
No.
812+
811813
### Scalability
812814

813815
<!--
@@ -925,6 +927,8 @@ details). For now, we leave it here.
925927

926928
###### How does this feature react if the API server and/or etcd is unavailable?
927929

930+
The same as the scheduler does today.
931+
928932
###### What are other known failure modes?
929933

930934
<!--
@@ -940,6 +944,9 @@ For each of them, fill in the following information by copying the below templat
940944
- Testing: Are there any tests for failure mode? If not, describe why.
941945
-->
942946

947+
- If we have a bug in batching we could see higher pod latencies or nominated nodes that fail feasibility tests.
948+
- If we have a bug in batching we could see pods scheduling on incorrect nodes.
949+
943950
###### What steps should be taken if SLOs are not being met to determine the problem?
944951

945952
## Implementation History

0 commit comments

Comments
 (0)