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
if policy.State != appsv1alpha1.ProbeSucceeded && policy.State != appsv1alpha1.ProbeFailed {
allErrors = append(allErrors, field.Required(fldPath.Child("state"), "marker policy state must be 'True' or 'False'"))
return allErrors
}
i see. Filed "spec.markerPolicy.state" can only be "Succeeded" or "Failed"
kruise version: v1.4.0
when i apply this yaml, the error occurs below:
admission webhook "vpodprobemarker.kb.io" denied the request: spec.markerPolicy.state: Required value: marker policy state must be 'True' or 'False'
The text was updated successfully, but these errors were encountered: