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
{{ message }}
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.
Also the controller-manager uses this flag to determine endpoint generation, but the scheduler does NOT use this flag to determine the default port mapping strategy. There's a disconnect here.
also, wondering if the kubelet-executor should also have this flag, to control (at least) the func in executor/registry that preserves container ports across pod updates -- there's no need for this code to execute if we're doing doing any kind of dynamic port assignment.
decided against passing the flag to the kubelet; we'll stay conservative for now, blocking any changes to pod container network configuration once it's launched.
Flags should be using
-
delimiters instead of_
.Also the controller-manager uses this flag to determine endpoint generation, but the scheduler does NOT use this flag to determine the default port mapping strategy. There's a disconnect here.
xref kubernetes/kubernetes#21276
The text was updated successfully, but these errors were encountered: