-
Actual Behaviorhello I created an pvc, and it auto created an pv which bound to this pvc but where this path is located? I using windows with wsl,
Steps to Reproduce
Resultno pv folder found Expected Behaviorshould be an pv folder Additional InformationNo response Rancher Desktop Version1.3.0 Rancher Desktop K8s Versionk3s 1.23.5 Which container runtime are you using?containerd (nerdctl) What operating system are you using?Windows Operating System / Build Versionwin11 What CPU architecture are you using?x64 Linux only: what package format did you use to install Rancher Desktop?No response Windows User OnlyNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You are not showing the commands you run to look for the folder, but it is exactly where you expected it. I deployed mariadb and see the PVC right there: PS C:\Users\Jan> wsl -d rancher-desktop ls /var/lib/rancher/k3s/storage
pvc-92b11f96-ac34-487a-8d55-bec2d8246e47_default_data-my-release-mariadb-0
PS C:\Users\Jan> wsl -d rancher-desktop ls /var/lib/rancher/k3s/storage/pvc-92b11f96-ac34-487a-8d55-bec2d8246e47_default_data-my-release-mariadb-0/data
aria_log.00000001 ib_buffer_pool ibtmp1 mysql sys
aria_log_control ib_logfile0 multi-master.info mysql_upgrade_info test
ddl_recovery.log ibdata1 my_database performance_schema I'm going to move this to "Discussions" as it doesn't seem to be a bug report, but rather a usage question. |
Beta Was this translation helpful? Give feedback.
-
thanks, I use wsl -d rancher-desktop to go to shell, but /var/lib/rancher/k3s/storage/ is empty. |
Beta Was this translation helpful? Give feedback.
You are not showing the commands you run to look for the folder, but it is exactly where you expected it.
I deployed mariadb and see the PVC right there: