Skip to content

Commit de8d550

Browse files
committed
more PRR questions
1 parent f8b9150 commit de8d550

File tree

1 file changed

+26
-4
lines changed
  • keps/sig-windows/5100-windows-dsr-and-overlay-support

1 file changed

+26
-4
lines changed

keps/sig-windows/5100-windows-dsr-and-overlay-support/README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,8 @@ checking if there are objects with field X set) may be a last resort. Avoid
694694
logs or events for this purpose.
695695
-->
696696

697+
If configured for use, both DSR and overlay networking will be used by any workloads that communicate with other pods/services in the cluster.
698+
697699
###### How can someone using this feature know that it is working for their instance?
698700

699701
<!--
@@ -710,8 +712,8 @@ Recall that end users cannot usually observe component logs or access metrics.
710712
- [ ] API .status
711713
- Condition name:
712714
- Other field:
713-
- [ ] Other (treat as last resort)
714-
- Details:
715+
- [x] Other (treat as last resort)
716+
- Details: Pod-to-Pod and Pod-to-Service traffic will not route correctly if the feature is not working.
715717

716718
###### What are the reasonable SLOs (Service Level Objectives) for the enhancement?
717719

@@ -730,6 +732,8 @@ These goals will help you determine what you need to measure (SLIs) in the next
730732
question.
731733
-->
732734

735+
N/A
736+
733737
###### What are the SLIs (Service Level Indicators) an operator can use to determine the health of the service?
734738

735739
<!--
@@ -740,8 +744,8 @@ Pick one more of these and delete the rest.
740744
- Metric name:
741745
- [Optional] Aggregation method:
742746
- Components exposing the metric:
743-
- [ ] Other (treat as last resort)
744-
- Details:
747+
- [X] Other (treat as last resort)
748+
- Details: Monitoring of workload-specific network traffic to ensure that traffic is being routed correctly.
745749

746750
###### Are there any missing metrics that would be useful to have to improve observability of this feature?
747751

@@ -750,6 +754,8 @@ Describe the metrics themselves and the reasons why they weren't added (e.g., co
750754
implementation difficulties, etc.).
751755
-->
752756

757+
No
758+
753759
### Dependencies
754760

755761
<!--
@@ -773,6 +779,8 @@ and creating new ones, as well as about cluster-level services (e.g. DNS):
773779
- Impact of its degraded performance or high-error rates on the feature:
774780
-->
775781

782+
DNS and CNI solutions must be deployed in the cluster.
783+
776784
### Scalability
777785

778786
<!--
@@ -800,6 +808,8 @@ Focusing mostly on:
800808
heartbeats, leader election, etc.)
801809
-->
802810

811+
No
812+
803813
###### Will enabling / using this feature result in introducing new API types?
804814

805815
<!--
@@ -809,6 +819,8 @@ Describe them, providing:
809819
- Supported number of objects per namespace (for namespace-scoped objects)
810820
-->
811821

822+
No
823+
812824
###### Will enabling / using this feature result in any new calls to the cloud provider?
813825

814826
<!--
@@ -817,6 +829,8 @@ Describe them, providing:
817829
- Estimated increase:
818830
-->
819831

832+
No
833+
820834
###### Will enabling / using this feature result in increasing size or count of the existing API objects?
821835

822836
<!--
@@ -826,6 +840,8 @@ Describe them, providing:
826840
- Estimated amount of new objects: (e.g., new Object X for every existing Pod)
827841
-->
828842

843+
No
844+
829845
###### Will enabling / using this feature result in increasing time taken by any operations covered by existing SLIs/SLOs?
830846

831847
<!--
@@ -837,6 +853,8 @@ Think about adding additional work or introducing new steps in between
837853
[existing SLIs/SLOs]: https://git.k8s.io/community/sig-scalability/slos/slos.md#kubernetes-slisslos
838854
-->
839855

856+
No
857+
840858
###### Will enabling / using this feature result in non-negligible increase of resource usage (CPU, RAM, disk, IO, ...) in any components?
841859

842860
<!--
@@ -849,6 +867,8 @@ This through this both in small and large cases, again with respect to the
849867
[supported limits]: https://git.k8s.io/community//sig-scalability/configs-and-limits/thresholds.md
850868
-->
851869

870+
Enabling DSR will increase the number of IP addresses in use on each node by 1 for the VIP used to route return traffic.
871+
852872
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
853873

854874
<!--
@@ -861,6 +881,8 @@ Are there any tests that were run/should be run to understand performance charac
861881
and validate the declared limits?
862882
-->
863883

884+
No
885+
864886
### Troubleshooting
865887

866888
<!--

0 commit comments

Comments
 (0)