Make symlink error message more helpful #646
Labels
enhancement
This issue is a feature request
error msg improvement
good first issue
An issue that will be a good candidate for a new contributor
snack
This issue has been identified as lightweight and potentially quick to deliver.
Describe the problem/challenge you have
Using symlinks like in Kubernetes to mount a configmap or secret into a container causes a error unless using
--allow-symlink-destination
. This error message is confusing as to why symlinks aren't allowed by default.The current error:
Describe the solution you'd like
A more clear error that describes how to solve the problem:
Anything else you would like to add:
Originating issue: #643
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: