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
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:
use podutil.SetInitContainersAndStatuses in conversion.go to avoid duplicated code (avoid code missed before removing annotation and easy to remove when graduate).
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.SetInitContainersAndStatusesbased on Move init-container feature from alpha to beta. #31026podutil.SetInitContainersAndStatusesinconversion.goto avoid duplicated code (avoid code missed before removing annotation and easy to remove when graduate).