Skip to content
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

Small PersistentVolumeClaims with default storage class take long time to be available #1658

Closed
bitsofinfo opened this issue Jun 8, 2020 · 2 comments

Comments

@bitsofinfo
Copy link

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
@andyzhangx
Copy link
Contributor

can you provide more details? e.g.

  • kubectl describe po pod-name to get all events

The slowness could be in disk attach

@bitsofinfo
Copy link
Author

#1663

@ghost ghost locked as resolved and limited conversation to collaborators Jul 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants