Skip to content

Commit

Permalink
How to create symbolic link to RKE2 related directory
Browse files Browse the repository at this point in the history
SURE-7512.

Signed-off-by: Masashi Honma <[email protected]>
  • Loading branch information
masap committed May 16, 2024
1 parent 404791c commit cc8b301
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,9 @@ spec:
- name: NVIDIA_DRIVER_CAPABILITIES
value: all
```

## How to create symbolic link to RKE2 related directory
If you want to create symbolic link to RKE2 related directory, please create a symbolic link with `-r` option as follows to allow RKE2 to resolve it.
```sh
sudo ln -sr /mnt/disk2/rancher /var/lib/rancher
```

0 comments on commit cc8b301

Please sign in to comment.