Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: fix segfault when EnableServiceLinks is nil
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 kubernetes#71749
- Loading branch information