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
What happened:
configmap
volumeMounts : - name: jfs-cache mountPath: /data/cache volumes : - name: jfs-cache persistentVolumeClaim: claimName: jfs-cache-pvc
and with cachedir=/data/cache option to create mountpod
cachedir=/data/cache
will cause mountpod creation failure
error
mountPath: Invalid Value: "/data/cache": must be unique
The reason is we will create a hostpath volume for each cachedir option.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Environment:
kubectl version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened:
configmap
and with
cachedir=/data/cache
option to create mountpodwill cause mountpod creation failure
error
The reason is we will create a hostpath volume for each cachedir option.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: