-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non Azure Kubernetes cluster when tried to connect to azure storage using csi driver nfs protocol, throwing error in pvc creation #689
Comments
not sure whether this driver would support non-azure cluster since for NFS, it requires agent node and storage account in the same vnet. And about the issue, could you provide driver controller logs by: https://github.com/kubernetes-sigs/blob-csi-driver/blob/master/docs/csi-debug.md#case1-volume-createdelete-issue This driver requires azure cloud config, have you set that config? follow by: https://github.com/kubernetes-sigs/blob-csi-driver#option1-provide-cloud-provider-config-with-azure-credentials |
Hi, I tried to test the connection between on premise rancher cluster and azure blob. Configured the azure cloud config when tried to deploy the csi driver, able to deploy the pv and pvc successfully without any issues. But when tried to mount thr backend in the test nginx container it is throwing error "driver name not found in the list of registered csi drivers " . Could you please help |
@anjalisajith that means this driver daemonset is not installed successfully on the agent node, follow guide here to troubelshooting: https://github.com/kubernetes-sigs/blob-csi-driver/blob/master/docs/csi-debug.md#case2-volume-mountunmount-failed |
csi-blobe-node and csi-blob-controller pods are stuck at crashloopbackoff error. Please suggest if we missed any more details? |
@anjalisajith which version are you trying, from v1.7.0, we allow empty cloud config: #562 |
could you provide more detailed logs? |
I see where the problem is, you should set blob-csi-driver/charts/latest/blob-csi-driver/templates/csi-blob-controller.yaml Line 106 in e95db52
|
Hi Andy, These were the files that got created as part of csi-driver installation, are you suggesting to update these files ? |
from your logs, I think the issue is secret
|
Hi Andy, Scenario 1: In that case also we are getting the crashloopbackoff error for both csi-blob-node and blob-controller. On describing csi-blob-node it shows : Scenario 2: In this case also blob-controller , blobefuse-proxy and blobe-node are failing with crashloopbackoff error. Csi-blobe-node error : Csi-blobefuse-proxy and csi-blob-controller shows "back off restarting failed container" Could you please advice on this? |
pls do not use master branch to install the csi driver since it uses |
Error :
Provisioning failed blob.csi.azure.com.xyz failed to provision volume with Storage class "abc"
Rpc error : code = Internal desc = update service endpoints failed with error : SubnetClient is nil
When implemented the same solution in AKS contributor permission was provided to the VNET RG and storage contributor to Storage account,
Since this is a non-azure cluster Please advice if this is an issue with similar permission or not ? And if so please guide how to enable the connectivity for non-azure clusters in azure
The text was updated successfully, but these errors were encountered: