Huawei / eSDK_K8S_Plugin

Container-Storage-Interface (CSI) for Huawei storage
Apache License 2.0
82 stars 47 forks source link

Issue : oceanctl command #132

Closed ccaillet1974 closed 1 year ago

ccaillet1974 commented 1 year ago

Hi all,

Environement :

I've the following issue when try to create a backend :

bin/oceanctl create backend -n kube-storage -f backend-oc5k-nfs.yaml
Error: output: ; error: error: the server doesn't have a resource type "storagebackendclaim"

I join the backend content of the backend YAML file :

storage: "oceanstor-nas"
name: "oc5k-nfs"
namespace: "kube-storage"
urls:
- "https://10.211.64.132:8088"
pools:
- "FS_Pool"
parameters:
  protocol: "nfs"
  portals:
  - "10.144.68.192"
maxClientThreads: "30"

Could you assist me for troubleshoot ?

Regards, Christophe

ccaillet1974 commented 1 year ago

Forget this issue ... I'm stupid ... I've forgotten to install CRDS