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

doc: refine inline volume example #1027

Merged

Conversation

andyzhangx
Copy link
Member

What type of PR is this?
/kind documentation

What this PR does / why we need it:
doc: refine inline volume example

Which issue(s) this PR fixes:

Fixes #1022

Requirements:

Special notes for your reviewer:

Release note:

none

@k8s-ci-robot k8s-ci-robot added kind/documentation Categorizes issue or PR as related to documentation. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 7, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 7, 2023
@andyzhangx andyzhangx merged commit 43bebf5 into kubernetes-sigs:master Oct 7, 2023
12 of 14 checks passed
@calohmn
Copy link

calohmn commented Oct 9, 2023

to avoid performance issue, use persistent volume instead of inline volume when numerous pods are accessing the same volume.

@andyzhangx This is a bit confusing to me. Since the inline volume is directly associated with the pod, there is only one pod accessing one inline volume, if I'm not mistaken. Or did you mean "accessing the same storage account/container"?

@andyzhangx
Copy link
Member Author

@calohmn if you have 10 pods on one node using inline volume accessing the same storage account & container, there would be 10 standalone blobfuse mount on one node, while if you use one pv (representing one storage account & container), there would be only one blobfuse mount on the node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/documentation Categorizes issue or PR as related to documentation. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inline volume support for nfs protocol to azure storage account blob
3 participants