-
Notifications
You must be signed in to change notification settings - Fork 73
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
docs: update the rwx volume document #699
Conversation
I will move these changes to v1.4 after the reviews |
Let's associate this with a relevant issue for clarity. |
|
updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review done
ccfba4c
to
806cacd
Compare
Updated to both dev/v1.4 |
806cacd
to
4e5b6f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed the new note
12609ab
to
e326f32
Compare
413133b
to
d3b7b82
Compare
Signed-off-by: Vicente Cheng <vicente.cheng@suse.com> Co-authored-by: Jillian <67180770+jillian-maroket@users.noreply.github.com>
d3b7b82
to
29b57bf
Compare
Hi @jillian-maroket, I made some minor changes as below:
Could you help to check again? |
docs/rancher/csi-driver.md
Outdated
### Prerequisites | ||
|
||
- Harvester v1.4 or later is installed on the host cluster. | ||
|
||
- Create [Storage Network](../advanced/storagenetwork.md) and configure it on Harvester cluster. | ||
|
||
We need to reserve a range for the VMs of guest cluster. Please use **exclude** to reserve some IP addresses. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need a hint on how many IPs to reserve.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, missed the update. See my comment about cluster/external networking
.
@@ -377,6 +395,12 @@ Now you can create a new StorageClass that you intend to use in your guest Kuber | |||
harvester-networkfs-manager-xvkgp 1/1 Running 4 (37m ago) 3h41m | |||
``` | |||
|
|||
- The VM must have two interfaces. The first one is the default network interface for cluster/external networking. The second one must be in a network which can connect to the storage network. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The VM must have two interfaces. The first one is the default network interface for cluster/external networking. The second one must be in a network which can connect to the storage network. | |
- The virtual machine must have two network interfaces: 1) the default network interface for intra-cluster communications and allowing access from the infrastructure network (external to the Harvester cluster); and 2) a network that can connect to the storage network. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cluster/external networking
was a bit vague. Is this what you mean?
@@ -391,6 +415,21 @@ Now you can create a new StorageClass that you intend to use in your guest Kuber | |||
|
|||
- SUSE and OpenSUSE: `zypper install -y nfs-client` | |||
|
|||
- An IP is manually assigned to the storage network interface. | |||
|
|||
You can assign any of the reserved IPs using the following commands: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a side topic. Don't we have any IPAM in this case? @starbops
Are you guys waiting for me with this PR? I'm being asked for a review, but I don't have permission to approve it :) |
Related issues:
harvester/harvester#7158
harvester/harvester#7138
For v1.4, we need to use storage network for this feature.
Update the RWX volume document.