By: kirk sullivan user 24 Dec 2020 at 1:45 p.m. CST

2 Responses
kirk sullivan gravatar
during install on a local platform9 cluster, with openebs installed as storage, an error occurs about storage class: 2020-12-24 14:33:33,262 - gluu-kubernetes-api - INFO - Created StorageClass/couchbase-sc Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main and ending with: raise ApiException(http_resp=r) kubernetes.client.rest.ApiException: (400) Reason: Bad Request HTTP response headers: HTTPHeaderDict({'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'Date': 'Thu, 24 Dec 2020 19:33:33 GMT', 'Content-Length': '268'}) HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"admission webhook \"couchbase-operator-admission.cbns.svc\" denied the request: validation failure list:\nat least one \"data\" service in spec.servers[*].services is required","code":400} I see the storage class that was created, of type: ouchbase-sc kubernetes.io/aws-ebs so that's not going to work. I'm using DEPLOYMENT_ARCH as 'local' Should I be using some other type of deployment arch?

By Mohammad Abudayyeh staff 24 Dec 2020 at 1:49 p.m. CST

Mohammad Abudayyeh gravatar
Hey Kirk, Cloud native support requires a paid support plan . Please get in contact with our sales and we will be happy to help.

By kirk sullivan user 24 Dec 2020 at 2:05 p.m. CST

kirk sullivan gravatar
and tried the helm-install as well, same result, couchbase-sc was created using aws-ebs which is obviously not available, and it's not trying to the default sc defined. And a side note, doing the uninstall command does not clean up that storage class couchbase-sc