Hi Folks,
I am Lorenz and I am trying to provide (NFS) RWX PVCS using the NetApp Astra Trident Operator via the Cloud Volumes Service for GCP.
However I encountered the following problem with myTridentBackendConfig:
{
"apiVersion": "trident.netapp.io/v1",
"kind": "TridentBackendConfig",
"metadata": {
"name": "basic-nfs",
"namespace": "nfs"
},
"spec": {
"version": 1,
"storageClass": "software",
"serviceLevel": "standard",
"storageDriverName": "gcp-cvs",
"projectNumber": "XXXXXXXXX",
"apiRegion": "eu-west3",
"apiKey": {
"type": "service_account",
"project_id": "XXXXXXXXXXXXX",
"client_email": "astra-trident-XXXXX@XXXXXXXXXXXXX.iam.gserviceaccount.com",
"client_id": "XXXXXXXXXXXXXXX",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/astra-trident-XXXXXXXXXXXXXX.iam.gserviceaccount.com"
},
}
Error status:
status:
backendInfo:
backendName: ""
backendUUID: ""
deletionPolicy: delete
lastOperationStatus: Failed
message: 'Failed to create backend: problem initializing storage driver ''gcp-cvs'':
error validating gcp-cvs driver. failed to read version'
phase: ""