Enhancement for init containers annotation. #41004
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
sig/node
Categorizes an issue or PR as relevant to SIG Node.
After #38382 , the InitContainers feature was promoted go GA; but the beta annotation value will still be respected and overrides the field value. Open this issue to trace the enhancement for initContainer annotation. Sub-tasks in my mind:
podutil.SetInitContainersAndStatuses
based on Move init-container feature from alpha to beta. #31026podutil.SetInitContainersAndStatuses
inconversion.go
to avoid duplicated code (avoid code missed before removing annotation and easy to remove when graduate).The text was updated successfully, but these errors were encountered: