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 CustomResourceDefinition "vmagents.victoriametrics.com" is invalid:
* spec.validation.openAPIV3Schema.properties[spec].properties[containers].items.type: Invalid value: "object": must be a scalar or atomic type as item of a list with x-kubernetes-list-type=set
* spec.validation.openAPIV3Schema.properties[spec].properties[volumeMounts].items.type: Invalid value: "object": must be a scalar or atomic type as item of a list with x-kubernetes-list-type=set
* spec.validation.openAPIV3Schema.properties[spec].properties[remoteWrite].items.type: Invalid value: "object": must be a scalar or atomic type as item of a list with x-kubernetes-list-type=set
* spec.validation.openAPIV3Schema.properties[spec].properties[initContainers].items.type: Invalid value: "object": must be a scalar or atomic type as item of a list with x-kubernetes-list-type=set
* spec.validation.openAPIV3Schema.properties[spec].properties[imagePullSecrets].items.type: Invalid value: "object": must be a scalar or atomic type as item of a list with x-kubernetes-list-type=set
listType=set must be removed to fix it.
with 1.18 cluster version
The CustomResourceDefinition "appservices.app.example.com" is invalid: spec.validation.openAPIV3Schema.properties[spec].properties[initContainers].items.properties[ports].items.properties[protocol].default: Required value: this property is in x-kubernetes-list-map-keys, so it must have a default or be a required property
There are two problems:
listType=set must be removed to fix it.
Kubernetes upstream problem.
operator-framework/operator-sdk#3235
need to find out minimal version of Kubernetes, that operator supports.
The text was updated successfully, but these errors were encountered: