Skip to content

Commit 2b4d003

Browse files
committed
KEP-1847: Fix heading formatting
1 parent b9c4dfc commit 2b4d003

File tree

1 file changed

+8
-12
lines changed
  • keps/sig-apps/1847-autoremove-statefulset-pvcs

1 file changed

+8
-12
lines changed

keps/sig-apps/1847-autoremove-statefulset-pvcs/README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
- [Scalability](#scalability)
5858
- [Will enabling / using this feature result in any new API calls?](#will-enabling--using-this-feature-result-in-any-new-api-calls)
5959
- [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)
6464
- [Troubleshooting](#troubleshooting)
6565
- [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)
6666
- [What are other known failure modes?](#what-are-other-known-failure-modes)
@@ -531,26 +531,22 @@ of this feature?
531531
##### Will enabling / using this feature result in introducing new API types?
532532
No.
533533

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?
536535
PVC deletion may cause PV deletion, depending on reclaim policy, which will result in
537536
cloud provider calls through the volume API. However, as noted above, these calls would
538537
have been happening anyway, manually.
539538

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?
542540
- PVC, new ownerRef.
543541
- StatefulSet, new field
544542

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?
547544
No. (There are currently no StatefulSet SLOs?)
548545

549546
Note that scale-up may be slower when volumes were deleted by scale-down. This
550547
is by design of the feature.
551548

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?
554550
No.
555551

556552
###### Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?

0 commit comments

Comments
 (0)