-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[2.14] Set ansible_python_interpreter to python3 on debian #6744
[2.14] Set ansible_python_interpreter to python3 on debian #6744
Conversation
/lgtm |
I usually change the soft link to point python3 sudo rm -f /usr/bin/python
sudo ln -s /usr/bin/python3 /usr/bin/python |
I know that works. |
Makes sense, I haven't checked it but it's a way to ensure |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Miouge1, oomichi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* upstream/release-2.14: Fix unintended SIGPIPE (kubernetes-sigs#6817) Fix cinder & external_openstack cacert deployment (kubernetes-sigs#6745) (kubernetes-sigs#6832) Update hashes and set default to 1.18.10 (kubernetes-sigs#6842) Set ansible_python_interpreter to python3 on debian (fix error with mitogen) (kubernetes-sigs#6633) (kubernetes-sigs#6744)
What type of PR is this?
/kind bug
What this PR does / why we need it:
When mitogen is enable, ubuntu CI fails
This is a backport PR of #6633 for v2.14.
Does this PR introduce a user-facing change?: