• Kubernetes Submit Queue's avatar
    Merge pull request #51816 from liggitt/xiangpengzhao-remove-initc-anno · 6ec80eac
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Remove deprecated init-container in annotations
    
    fixes #50655
    fixes #51816 
    closes #41004
    fixes #51816 
    
    Builds on #50654 and drops the initContainer annotations on conversion to prevent bypassing API server validation/security and targeting version-skewed kubelets that still honor the annotations
    
    ```release-note
    The deprecated alpha and beta initContainer annotations are no longer supported. Init containers must be specified using the initContainers field in the pod spec.
    ```
    6ec80eac
Name
Last commit
Last update
..
BUILD Loading commit data...
apparmor.go Loading commit data...
autoscaling_utils.go Loading commit data...
configmap.go Loading commit data...
container_probe.go Loading commit data...
docker_containers.go Loading commit data...
downward_api.go Loading commit data...
downwardapi_volume.go Loading commit data...
empty_dir.go Loading commit data...
events.go Loading commit data...
expansion.go Loading commit data...
host_path.go Loading commit data...
init_container.go Loading commit data...
kubelet_etc_hosts.go Loading commit data...
networking.go Loading commit data...
pods.go Loading commit data...
privileged.go Loading commit data...
projected.go Loading commit data...
secrets.go Loading commit data...
sysctl.go Loading commit data...
util.go Loading commit data...
volumes.go Loading commit data...