We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have successfully installed the CSI driver, but when I make a pod there is a creation error:
Error: stat /data/kubelet/pods/71acd9f8-0469-4b44-8523-7276a646691f/volumes/kubernetes.io~csi/tls/mount: no such file or directory
I can see the directory only has vol_data.json:
vol_data.json
{"attachmentID":"csi-d757e34a4db1de6adb6903587d8310b2f726fe24dc0c0d6cd97abad0017b95d0","driverName":"csi.cert-manager.io","nodeName":"k3s","specVolID":"tls","volumeHandle":"csi-510ce9dd2d1838b8d7126fa802b89a4b759abab419ee815edcc1fb98cb0d0c31","volumeLifecycleMode":"Ephemeral"}
I can list CertificateRequests and see that they have been made, approved, and report ready.
CertificateRequests
I've never seen a mount file referenced before and google doesn't turn up much.
mount
Is it possible that using SubPath is causing this?
SubPath
I've confirmed that removing subPath at least allows the pod to initialize.
The text was updated successfully, but these errors were encountered:
Merge pull request cert-manager#136 from SgtCoDFish/e2e-util
5f3fc87
Add e2e util package to abstract common e2e tasks
No branches or pull requests
I have successfully installed the CSI driver, but when I make a pod there is a creation error:
I can see the directory only has
vol_data.json
:I can list
CertificateRequests
and see that they have been made, approved, and report ready.I've never seen amount
file referenced before and google doesn't turn up much.Is it possible that usingSubPath
is causing this?I've confirmed that removing subPath at least allows the pod to initialize.
The text was updated successfully, but these errors were encountered: