Skip to content

Commit

Permalink
Release 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Mazurkiewicz committed Jun 22, 2020
1 parent 8174f21 commit 902cc87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 902cc87

Please sign in to comment.