Skip to content

Commit d7a2f9e

Browse files
committed
clean up the non-goals section
1 parent 364eace commit d7a2f9e

File tree

1 file changed

+1
-1
lines changed
  • vertical-pod-autoscaler/enhancements/7571-support-pod-level-resources

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/enhancements/7571-support-pod-level-resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To address this, this AEP proposes extending the VPA object's `spec` and `status
8888

8989
### Non-Goals
9090

91-
* Since the latest VPA does not support `initContainers` ([the native way to use sidecar containers](https://kubernetes.io/blog/2023/08/25/native-sidecar-containers/)), this AEP does not aim to implement support for them. Support for `initContainers` may be explored in a future proposal. At the same time, other non-native sidecar containers defined in the Pod `spec.containers` should be included by default in the calculation of pod-level recommendations when a pod-level resources stanza is present.
91+
* Since the latest VPA does not support `initContainers` ([the native way to use sidecar containers](https://kubernetes.io/blog/2023/08/25/native-sidecar-containers/)), this AEP does not aim to implement support for them. In other words, `initContainers` are simply ignored when calculating pod-level recommendations. Support for `initContainers` may be explored in a future proposal.
9292

9393
## Design Details
9494

0 commit comments

Comments
 (0)