• Joe Julian's avatar
    bug: fix segfault when EnableServiceLinks is nil · e9f17005
    Joe Julian authored
    When upgrading to 1.13, pods that were created prior to the upgrade have
    no pod.Spec.EnableServiceLinks set. This causes a segfault and prevents
    the pod from ever starting.
    
    Check and set to the default if nil.
    
    Fixes #71749
    e9f17005
kubelet_pods.go 65.5 KB