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
Stateful spec is missing multiple (optional but useful) spec and status fields such as revisionHistoryLimit, currentReplicas, PodManagementPolicy, UpdateStrategy and some others.
Also StatefulSet.Spec.templates field is defined as an Option type, but the template is mandatory per k8s API definition of StatefulSet
The text was updated successfully, but these errors were encountered:
Stateful spec is missing multiple (optional but useful) spec and status fields such as revisionHistoryLimit, currentReplicas, PodManagementPolicy, UpdateStrategy and some others.
Also
StatefulSet.Spec.templates
field is defined as anOption
type, but the template is mandatory per k8s API definition of StatefulSetThe text was updated successfully, but these errors were encountered: