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:
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
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
Version of Ansible (ansible --version): Not Applicable
ansible --version
Version of Python (python --version): Not applicable
python --version
Kubespray version (commit) (git rev-parse --short HEAD): 4013c48
git rev-parse --short HEAD
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: