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
Under some scenarios the balloon type in the annotation can be only a preference rather than a strict requirement. If a preferred balloon type does not exist, he pod/container should be handled as if there would not be balloon annotation at all. That is, chooseBalloonDef() based on namespaces in balloon types or assigning the pod to a default balloon.
Potential ways to introduce such behavior include:
use an annotation that specifically means preference instead of a requirement
add an option to ignore the non-existing balloon type error
The text was updated successfully, but these errors were encountered:
Description
Under some scenarios the balloon type in the annotation can be only a preference rather than a strict requirement. If a preferred balloon type does not exist, he pod/container should be handled as if there would not be balloon annotation at all. That is,
chooseBalloonDef()
based on namespaces in balloon types or assigning the pod to a default balloon.Potential ways to introduce such behavior include:
The text was updated successfully, but these errors were encountered: