You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Details: The operator can get the service health information from the logs
396
394
397
-
###### Are there any missing metrics that would be useful to have to improve observability of this feature?
395
+
***Are there any missing metrics that would be useful to have to improve observability of this feature?**
398
396
399
-
n/a
397
+
*n/a
400
398
401
399
### Dependencies
402
400
403
401
<!--
404
402
This section must be completed when targeting beta to a release.
405
403
-->
406
404
407
-
###### Does this feature depend on any specific services running in the cluster?
405
+
***Does this feature depend on any specific services running in the cluster?**
408
406
409
-
No, this feature doesn't depend on any specific services running the cluster.
407
+
*No, this feature doesn't depend on any specific services running the cluster.
410
408
411
409
### Scalability
412
410
@@ -420,33 +418,33 @@ For GA, this section is required: approvers should be able to confirm the
420
418
previous answers based on experience in the field.
421
419
-->
422
420
423
-
###### Will enabling / using this feature result in any new API calls?
421
+
***Will enabling / using this feature result in any new API calls?**
424
422
425
-
No
423
+
*No
426
424
427
-
###### Will enabling / using this feature result in introducing new API types?
425
+
***Will enabling / using this feature result in introducing new API types?**
428
426
429
-
No
427
+
*No
430
428
431
-
###### Will enabling / using this feature result in any new calls to the cloud provider?
429
+
***Will enabling / using this feature result in any new calls to the cloud provider?**
432
430
433
-
No
431
+
*No
434
432
435
-
###### Will enabling / using this feature result in increasing size or count of the existing API objects?
433
+
***Will enabling / using this feature result in increasing size or count of the existing API objects?**
436
434
437
-
No
435
+
*No
438
436
439
-
###### Will enabling / using this feature result in increasing time taken by any operations covered by existing SLIs/SLOs?
437
+
***Will enabling / using this feature result in increasing time taken by any operations covered by existing SLIs/SLOs?**
440
438
441
-
No
439
+
*No
442
440
443
-
###### Will enabling / using this feature result in non-negligible increase of resource usage (CPU, RAM, disk, IO, ...) in any components?
441
+
***Will enabling / using this feature result in non-negligible increase of resource usage (CPU, RAM, disk, IO, ...) in any components?**
444
442
445
-
No
443
+
*No
446
444
447
-
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
445
+
***Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?**
448
446
449
-
No
447
+
*No
450
448
451
449
### Troubleshooting
452
450
@@ -461,17 +459,21 @@ splitting it into a dedicated `Playbook` document (potentially with some monitor
461
459
details). For now, we leave it here.
462
460
-->
463
461
464
-
###### How does this feature react if the API server and/or etcd is unavailable?
462
+
***How does this feature react if the API server and/or etcd is unavailable?**
465
463
466
-
The feature does not depend on the API server / etcd.
464
+
*The feature does not depend on the API server / etcd.
467
465
468
-
###### What are other known failure modes?
466
+
***What are other known failure modes?**
469
467
470
-
n/a
468
+
- Kubelet does not detect the shutdown e.g. due to kubelet is not started as a Windows service.
469
+
- Detection: Kubelet logs
470
+
- Mitigations: Workloads will not be affected, graceful node shutdown will not be enabled
471
+
- Diagnostics: At default (v2) logging verbosity, kubelet will log if it is [running as a windows service](https://github.com/kubernetes/kubernetes/blob/b4e17418b340e161b8c6cc7f85a6e716abcb561a/pkg/windows/service/service.go#L130)
472
+
- Testing: Working on adding SIG-Windows node level E2E tests check for graceful node shutdown including priority based shutdown
471
473
472
-
###### What steps should be taken if SLOs are not being met to determine the problem?
474
+
***What steps should be taken if SLOs are not being met to determine the problem?**
0 commit comments