-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Piotr Mazurkiewicz
committed
Jun 22, 2020
1 parent
8174f21
commit 902cc87
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Status | |
====== | ||
|
||
Successfully run this driver on production Kubernetes cluster for over half a year without any loss of data. | ||
The current stable version is: [2.5.3](../../releases/tag/2.5.3). | ||
The current stable version is: [2.5.4](../../releases/tag/2.5.4). | ||
|
||
Version 2.4.0 introduces [external vcloud-provisioner](provisioner) for ease provisioning Persistent Volumes. | ||
Provisioner is deployed inside Kubernetes cluster as a Pod controlled by [Deployment](provisioner/deployment). | ||
|
@@ -63,15 +63,15 @@ Install packages: | |
Install the driver itself: | ||
|
||
``` | ||
git checkout 2.5.3 | ||
git checkout 2.5.4 | ||
python3 setup.py build | ||
sudo python3 setup.py install | ||
``` | ||
|
||
or | ||
|
||
``` | ||
pip3 install --process-dependency-links git+https://github.com/answear/[email protected].3 | ||
pip3 install --process-dependency-links git+https://github.com/answear/[email protected].4 | ||
``` | ||
|
||
* Restart kubelet process. | ||
|