Merge "Update the HTTP links to HTTPS in manual.rstl."
This commit is contained in:
commit
ab66d383cd
@ -9,7 +9,7 @@ Install ``kuryr-k8s-controller`` in a virtualenv::
|
|||||||
$ mkdir kuryr-k8s-controller
|
$ mkdir kuryr-k8s-controller
|
||||||
$ cd kuryr-k8s-controller
|
$ cd kuryr-k8s-controller
|
||||||
$ virtualenv env
|
$ virtualenv env
|
||||||
$ git clone http://git.openstack.org/openstack/kuryr-kubernetes
|
$ git clone https://git.openstack.org/openstack/kuryr-kubernetes
|
||||||
$ . env/bin/activate
|
$ . env/bin/activate
|
||||||
$ pip install -e kuryr-kubernetes
|
$ pip install -e kuryr-kubernetes
|
||||||
|
|
||||||
@ -115,7 +115,7 @@ Install ``kuryr-cni`` in a virtualenv::
|
|||||||
$ cd kuryr-k8s-cni
|
$ cd kuryr-k8s-cni
|
||||||
$ virtualenv env
|
$ virtualenv env
|
||||||
$ . env/bin/activate
|
$ . env/bin/activate
|
||||||
$ git clone http://git.openstack.org/openstack/kuryr-kubernetes
|
$ git clone https://git.openstack.org/openstack/kuryr-kubernetes
|
||||||
$ pip install -e kuryr-kubernetes
|
$ pip install -e kuryr-kubernetes
|
||||||
|
|
||||||
Create ``/etc/kuryr/kuryr.conf``::
|
Create ``/etc/kuryr/kuryr.conf``::
|
||||||
|
Loading…
Reference in New Issue
Block a user