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 was archived by the owner on Jan 9, 2025. It is now read-only.
In the CreateAndWaitForReadiness function, create is called without any option set for FieldValidation, which defaults to Ignore. We should either set set the FieldValidation to at least "Warn" (I would prefer "Strict", unless anyone knows any downsides to this) or enable the ServerSideFieldValidation feature gate.
The text was updated successfully, but these errors were encountered:
Can you pleas link to the function in question?
Validation during AdmissionControl is non-optional on the server-side, so I am not sure what client setting you are referring to.
In the
CreateAndWaitForReadiness
function,create
is called without any option set forFieldValidation
, which defaults toIgnore
. We should either set set theFieldValidation
to at least "Warn" (I would prefer "Strict", unless anyone knows any downsides to this) or enable theServerSideFieldValidation
feature gate.The text was updated successfully, but these errors were encountered: