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
Environment:
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
Kubespray version (commit) (git rev-parse --short HEAD): v2.17.0
git rev-parse --short HEAD
Anything else do we need to know: In Ubuntu, cp is located at/bin/cp.
cp
/bin/cp
The text was updated successfully, but these errors were encountered:
I think we can use /bin/cp according to https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#binEssentialUserCommandBinaries
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment:
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):Linux 5.4.0-84-generic x86_64
NAME="Ubuntu"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
Kubespray version (commit) (
git rev-parse --short HEAD
): v2.17.0Anything else do we need to know:
In Ubuntu,
cp
is located at/bin/cp
.The text was updated successfully, but these errors were encountered: