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

archlinux yay python-openshift errors #118

Open
brunnels opened this issue Mar 18, 2021 · 3 comments
Open

archlinux yay python-openshift errors #118

brunnels opened this issue Mar 18, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@brunnels
Copy link

If you've used prior versions of this project then need to pip uninstall many things before the aur python-openshift package will build.

pip uninstall \
kubernetes \
python-string-utils \
ruamel.yaml \
ruamel.yaml.clib \
certifi \
python-dateutil \
pyasn1 \
pyasn1-modules \
rsa \
cachetools \
google-auth \
websocket-client \
requests-oauthlib \
openshift
@brunnels brunnels added the bug Something isn't working label Mar 18, 2021
@brunnels
Copy link
Author

Also needed to comment out the pip openshift install in common/tasks/archlinux.yml which is what is adding everything to pip to start with.

@anthr76
Copy link
Member

anthr76 commented Mar 18, 2021

@brunnels Thanks for this report.

The pip install and aur install should not both take place. I have not personally tested https://aur.archlinux.org/packages/python-openshift/ though it seems to be a fine replacement over the pip installation which we previously used for both debain flavored distros and Arch before a proper package existed for the debain flavored distros.

It's unfortunate that dropping the pip installation requires you to do manual intervention. We'll get a fix submitted but would like to hear from others on their suggestions first.

@brunnels
Copy link
Author

I can send a PR. There are quite a few issues with arch that I have added fixes for. I also added support for common_is_rpi: false var to support a mixed cluster.

I'm not sure what arch you tested with but I've been using standard arch arm with cloud-init package and also https://gitlab.archlinux.org/archlinux/arch-boxes for amd64. I'm using the cloud-init image on baremetal and also in a vm.

I have been having a lot of problems with the cni and arch's iptables. Flannel won't work at all on arch and weave only works with kube_proxy_mode: ipvs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants