|
57 | 57 | - [Scalability](#scalability)
|
58 | 58 | - [Will enabling / using this feature result in any new API calls?](#will-enabling--using-this-feature-result-in-any-new-api-calls)
|
59 | 59 | - [Will enabling / using this feature result in introducing new API types?](#will-enabling--using-this-feature-result-in-introducing-new-api-types)
|
60 |
| - - [Will enabling / using this feature result in any new calls to the cloud](#will-enabling--using-this-feature-result-in-any-new-calls-to-the-cloud) |
61 |
| - - [Will enabling / using this feature result in increasing size or count of](#will-enabling--using-this-feature-result-in-increasing-size-or-count-of) |
62 |
| - - [Will enabling / using this feature result in increasing time taken by any](#will-enabling--using-this-feature-result-in-increasing-time-taken-by-any) |
63 |
| - - [Will enabling / using this feature result in non-negligible increase of](#will-enabling--using-this-feature-result-in-non-negligible-increase-of) |
| 60 | + - [Will enabling / using this feature result in any new calls to the cloud provider?](#will-enabling--using-this-feature-result-in-any-new-calls-to-the-cloud-provider) |
| 61 | + - [Will enabling / using this feature result in increasing size or count of the existing API objects?](#will-enabling--using-this-feature-result-in-increasing-size-or-count-of-the-existing-api-objects) |
| 62 | + - [Will enabling / using this feature result in increasing time taken by any operations covered by existing SLIs/SLOs?](#will-enabling--using-this-feature-result-in-increasing-time-taken-by-any-operations-covered-by-existing-slisslos) |
| 63 | + - [Will enabling / using this feature result in non-negligible increase of resource usage (CPU, RAM, disk, IO, ...) in any components?](#will-enabling--using-this-feature-result-in-non-negligible-increase-of-resource-usage-cpu-ram-disk-io--in-any-components) |
64 | 64 | - [Troubleshooting](#troubleshooting)
|
65 | 65 | - [How does this feature react if the API server and/or etcd is unavailable?](#how-does-this-feature-react-if-the-api-server-andor-etcd-is-unavailable)
|
66 | 66 | - [What are other known failure modes?](#what-are-other-known-failure-modes)
|
@@ -531,26 +531,22 @@ of this feature?
|
531 | 531 | ##### Will enabling / using this feature result in introducing new API types?
|
532 | 532 | No.
|
533 | 533 |
|
534 |
| -##### Will enabling / using this feature result in any new calls to the cloud |
535 |
| -provider? |
| 534 | +##### Will enabling / using this feature result in any new calls to the cloud provider? |
536 | 535 | PVC deletion may cause PV deletion, depending on reclaim policy, which will result in
|
537 | 536 | cloud provider calls through the volume API. However, as noted above, these calls would
|
538 | 537 | have been happening anyway, manually.
|
539 | 538 |
|
540 |
| -##### Will enabling / using this feature result in increasing size or count of |
541 |
| -the existing API objects? |
| 539 | +##### Will enabling / using this feature result in increasing size or count of the existing API objects? |
542 | 540 | - PVC, new ownerRef.
|
543 | 541 | - StatefulSet, new field
|
544 | 542 |
|
545 |
| -##### Will enabling / using this feature result in increasing time taken by any |
546 |
| -operations covered by existing SLIs/SLOs? |
| 543 | +##### Will enabling / using this feature result in increasing time taken by any operations covered by existing SLIs/SLOs? |
547 | 544 | No. (There are currently no StatefulSet SLOs?)
|
548 | 545 |
|
549 | 546 | Note that scale-up may be slower when volumes were deleted by scale-down. This
|
550 | 547 | is by design of the feature.
|
551 | 548 |
|
552 |
| -##### Will enabling / using this feature result in non-negligible increase of |
553 |
| -resource usage (CPU, RAM, disk, IO, ...) in any components? |
| 549 | +##### Will enabling / using this feature result in non-negligible increase of resource usage (CPU, RAM, disk, IO, ...) in any components? |
554 | 550 | No.
|
555 | 551 |
|
556 | 552 | ###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?
|
|
0 commit comments