cbi icon indicating copy to clipboard operation
cbi copied to clipboard

Error while installing

Open yaron2 opened this issue 6 years ago • 2 comments

Deployed the following on AKS, 1.11.5 with RBAC: kubectl apply -f https://raw.githubusercontent.com/containerbuilding/cbi/master/cbi-latest.yaml

Response:

namespace/cbi-system created error: error validating "https://raw.githubusercontent.com/containerbuilding/cbi/master/cbi-latest.yaml": error validating data: [ValidationError(CustomResourceDefinition.status): missing required field "conditions" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus, ValidationError(CustomResourceDefinition.status): missing required field "storedVersions" in io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus]; if you choose to ignore these errors, turn validation off with --validate=false

yaron2 avatar Jan 15 '19 00:01 yaron2

You need to remove the status field on the CRD..

yaron2 avatar Jan 15 '19 00:01 yaron2

thanks for the report!

AkihiroSuda avatar Jan 15 '19 01:01 AkihiroSuda