[Doc] Incorrect installation for kolla-kubernetes by pip

Bug #1737764 reported by Yushiro FURUKAWA
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla-kubernetes
In Progress
Undecided
Yushiro FURUKAWA

Bug Description

In deployment-guide(https://docs.openstack.org/kolla-kubernetes/latest/deployment-guide.html), following installation exists:

  $ sudo pip install -U kolla-ansible/ kolla-kubernetes/

However, this command cannnot install kolla-kubernetes correctly. Because of following dependencies:

  websocket-client>=0.32.0 (from docker>=2.4.2->kolla-ansible==6.0.0.0b3.dev10)
  websocket-client<=0.40.0,>=0.32.0 (from kubernetes>=1.0.0->kolla-kubernetes==0.6.1.dev158)

Therefore, first constraint only evaluated and installed following websocket-client:

    Collecting websocket-client>=0.32.0 (from docker>=2.4.2->kolla-ansible==6.0.0.0b3.dev10)
      Downloading websocket_client-0.44.0-py2.py3-none-any.whl (199kB)

In order to solve this bug, it's better to swap or execute 'pip install' twice.

[How to reproduce]

$ git clone https://github.com/openstack/kolla-ansible.git
$ git clone https://github.com/openstack/kolla-kubernetes.git
$ sudo pip install -U kolla-ansible/ kolla-kubernetes/
$ kollakube --debug help

Changed in kolla-kubernetes:
assignee: nobody → Yushiro FURUKAWA (y-furukawa-2)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-kubernetes (master)

Fix proposed to branch: master
Review: https://review.openstack.org/527401

Changed in kolla-kubernetes:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla-kubernetes (master)

Change abandoned by Yushiro FURUKAWA (<email address hidden>) on branch: master
Review: https://review.openstack.org/527401
Reason: move to https://review.openstack.org/#/c/524125/

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.