You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PVC created by local-path successfully.
PV shows path on the Node is /opt/local-path-provisioner/pvc-b881b372-6543-4cd1-88bc-e7f01c61acf1_test_dsfhsdfhsdfhsdfh
First I execute shell in the Pod, and make a new file to the folder of PVC.
And then I step into the Node, execute:
cd /opt/local-path-provisioner/pvc-b881b372-6543-4cd1-88bc-e7f01c61acf1_test_dsfhsdfhsdfhsdfh
ls -al
Expect can see the file created in Pod, but actually see no files.
But the PVC is really worked, even reboot the Node, restart the Pod, the PVC is worked, the files are keeped.
What I used is the default deploy config.
So what is the actual storage path of these files on Node?
The text was updated successfully, but these errors were encountered:
PVC created by local-path successfully.
PV shows path on the Node is
/opt/local-path-provisioner/pvc-b881b372-6543-4cd1-88bc-e7f01c61acf1_test_dsfhsdfhsdfhsdfh
First I execute shell in the Pod, and make a new file to the folder of PVC.
And then I step into the Node, execute:
Expect can see the file created in Pod, but actually see no files.
But the PVC is really worked, even reboot the Node, restart the Pod, the PVC is worked, the files are keeped.
What I used is the default deploy config.
So what is the actual storage path of these files on Node?
The text was updated successfully, but these errors were encountered: