We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using AKS 1.16.9
I have PersistentVolumeClaims such as the below which I assume go against the default storage class.
Why do these take upwards of 3 to 4 minutes to be available? I feel like the slowness is once they are being mounted, is it formatting?
spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi
The text was updated successfully, but these errors were encountered:
can you provide more details? e.g.
kubectl describe po pod-name
The slowness could be in disk attach
Sorry, something went wrong.
#1663
No branches or pull requests
Using AKS 1.16.9
I have PersistentVolumeClaims such as the below which I assume go against the default storage class.
Why do these take upwards of 3 to 4 minutes to be available? I feel like the slowness is once they are being mounted, is it formatting?
The text was updated successfully, but these errors were encountered: