vsphere-tmm / Supervisor-Services

vSphere with Tanzu: Supervisor Services
https://vsphere-tmm.github.io/Supervisor-Services/
20 stars 10 forks source link

Failed to check the YAML content in the content check specification. - when uploading service definition file #8

Closed dsputnikk closed 1 year ago

dsputnikk commented 1 year ago

I'm on vSphere 7.0.3.01200 vSphere with Tanzu Standard. I'm trying to install Contour, Harbor into the supervisor cluster and starting off by making the service available.

For anything in this repo except for Velero, I've been getting the following error:

Failed to check the YAML content in the content check specification.

This happens when I go to Menu --> Workload management --> Services, New Service, Register Service

dsputnikk commented 1 year ago

Found this error in wcp_audit.log on vCenter:

2023-03-14T17:10:38.303Z debug wcp [log/logger.go:70] [opID=vapi] Sending response with output {"error":{"ERROR":{"com.vmware.vapi.std.errors.error":{"data":{"OPTIONAL":null},"error_type":{"OPTIONAL":null},"messages":[{"STRUCTURE":{"com.vmware.vapi.std.localizable_message":{"args":[],"default_message":"Failed to check the YAML content in the content check specification.","id":"vcenter.wcp.appplatform.supervisorservice.checkContent.error","localized":{"OPTIONAL":"Failed to check the YAML content in the content check specification."},"params":{"OPTIONAL":null}}}},{"STRUCTURE":{"com.vmware.vapi.std.localizable_message":{"args":[],"default_message":"This vCenter does not support Supervisor Services packaged with Carvel.","id":"vcenter.wcp.appplatform.supervisorservice.checkContent.carvel_not_supported","localized":{"OPTIONAL":"This vCenter does not support Supervisor Services packaged with Carvel."},"params":{"OPTIONAL":null}}}}]}}}}

I'm confused as to why this is the case. This is a NSX backed Tanzu cluster as well.

douglas-c commented 1 year ago

Unfortunately, Contour and Harbor require vCenter 8.0 Monthly Patch 1 or later to install.

Of the services in this repo, only Velero and the vDPP Services are supported on vSphere 7.x releases.

We need to improve our documentation and error messages around the minimum supported versions.

dsputnikk commented 1 year ago

Got ya. Thanks.