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
"The backend config name used for functions&sinks&sources in the same namespace")
113
114
flag.BoolVar(&secureMetrics, "metrics-secure", true, "If set, the metrics endpoint is served securely via HTTPS."+
114
115
" Use --metrics-secure=false to use HTTP instead.")
116
+
flag.BoolVar(&addDefaultAffinity, "add-default-affinity", lookupEnvOrBool("ADD_DEFAULT_AFFINITY", true), "If set, the generated pod will add two default podAntiAffinities:"+
117
+
" one is make pods prefer to be in different zones (soft rule), and one is make pods must not be scheduled on the same node (hard rule).")
0 commit comments