Skip to content
New issue

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

podman build -t kubespray . fails with: find: ‘/proc/tty/driver’: Permission denied #10130

Closed
tomodachi opened this issue May 24, 2023 · 0 comments · Fixed by #10131
Closed
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@tomodachi
Copy link
Contributor

tomodachi commented May 24, 2023

Environment:

  • Cloud provider or hardware configuration:
    Local development environment (when building the docker image

  • OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):
    Linux 6.2.15-300.fc38.x86_64 x86_64
    NAME="Fedora Linux"
    VERSION="38 (Workstation Edition)"
    ID=fedora
    VERSION_ID=38
    VERSION_CODENAME=""
    PLATFORM_ID="platform:f38"
    PRETTY_NAME="Fedora Linux 38 (Workstation Edition)"
    ANSI_COLOR="0;38;2;60;110;180"
    LOGO=fedora-logo-icon
    CPE_NAME="cpe:/o:fedoraproject:fedora:38"
    DEFAULT_HOSTNAME="fedora"
    HOME_URL="https://fedoraproject.org/"
    DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/"
    SUPPORT_URL="https://ask.fedoraproject.org/"
    BUG_REPORT_URL="https://bugzilla.redhat.com/"
    REDHAT_BUGZILLA_PRODUCT="Fedora"
    REDHAT_BUGZILLA_PRODUCT_VERSION=38
    REDHAT_SUPPORT_PRODUCT="Fedora"
    REDHAT_SUPPORT_PRODUCT_VERSION=38
    SUPPORT_END=2024-05-14
    VARIANT="Workstation Edition"
    VARIANT_ID=workstation

  • Version of Ansible (ansible --version):
    Not Applicable

  • Version of Python (python --version):
    Not applicable

Kubespray version (commit) (git rev-parse --short HEAD):
4013c48

Network plugin used:
Not applicable

Command used to invoke ansible:
Not applicable

Output of ansible run:

Anything else do we need to know:

This issue seems to be related to podman running as rootless not giving permission to /proc/
see Pull request for a fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant