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 versions different components emulate their capabilities (APIs, features, ...) of.\n"+
237
237
"If set, the component will emulate the behavior of this version instead of the underlying binary version.\n"+
238
-
"Version format could only be major.minor, for example: '--emulated-version=wardle=1.2,kube=1.31'. Options are:\n"+strings.Join(r.unsafeVersionFlagOptions(true), "\n")+
239
-
"If the component is not specified, defaults to \"kube\"")
238
+
"Version format could only be major.minor, for example: '--emulated-version=wardle=1.2,kube=1.31'.\nOptions are:"+strings.Join(r.unsafeVersionFlagOptions(true), ",")+
239
+
"\nIf the component is not specified, defaults to \"kube\"")
240
240
241
241
fs.Var(cliflag.NewColonSeparatedMultimapStringStringAllowDefaultEmptyKey(&r.featureGatesConfig), "feature-gates", "Comma-separated list of component:key=value pairs that describe feature gates for alpha/experimental features of different components.\n"+
242
242
"If the component is not specified, defaults to \"kube\". This flag can be repeatedly invoked. For example: --feature-gates 'wardle:featureA=true,wardle:featureB=false' --feature-gates 'kube:featureC=true'"+
0 commit comments