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
Init container copy intercept library from container to host, however the copy cannot complete in some scenario.
init container log: cp: cannot overwrite directory '/tmp/lib/libcuinterpose.so' with non-direcotry
cp: cannot overwrite directory '/tmp/lib/libcuinterpose.so' with non-direcotry
This means the current host has a folder named libcuinterpose.so under /opt/alnair, which may created due to incomplete installation.
To address add rm -r /tmp/lib/libcuinterpose.so before copy
rm -r /tmp/lib/libcuinterpose.so
The text was updated successfully, but these errors were encountered:
close by #124
Sorry, something went wrong.
No branches or pull requests
Init container copy intercept library from container to host, however the copy cannot complete in some scenario.
init container log:
cp: cannot overwrite directory '/tmp/lib/libcuinterpose.so' with non-direcotry
This means the current host has a folder named libcuinterpose.so under /opt/alnair, which may created due to incomplete installation.
To address add
rm -r /tmp/lib/libcuinterpose.so
before copyThe text was updated successfully, but these errors were encountered: