Search code examples
azureazure-aksazure-cloud-shell

Unable to connect to AKS Cluster from Azure Cloud shell


Trying to connect AKS cluster from azure cloud shell and getting the below issue. enter image description here

Also getting the same error while running other commands as well.

Could anyone suggest/guide resolving this issue?


Solution

  • I tested in my environment, and it is working fine for me.

    enter image description here

    The error you are facing is generally comes when your cloud shell storage->FileShare is full. You can check the FileShare Properties which you have created while connecting with AzureCloudShell.

    enter image description here

    You could increase the quota or delete some files to resolve the issue.

    You can refer this thread in which another user encountered the same kind of error.