Skip to content

Commit

Permalink
Update version to 2.2.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolnierz committed Nov 8, 2018
1 parent 39a98aa commit 9c4d80b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Status
======

Successfully run this driver on production Kubernetes cluster for over half a year without any loss of data.
The current Release Candidate is: [2.2.0rc1](../../releases/tag/2.2.0rc1).
The current Release Candidate is: [2.2.1rc1](../../releases/tag/2.2.1rc1).

WARNING: Versions prior to [2.2.0rc1](../../releases/tag/2.2.0rc1) have a problem with unstable disk paths which under some circumstances could cause data loss.
WARNING: Versions prior to [2.2.1rc1](../../releases/tag/2.2.1rc1) have a problem with unstable disk paths which under some circumstances could cause data loss.
After upgrade from affected versions make sure udev rules have been properly converted to the new format using [this script](scripts/fix_udev_rules.sh).


Expand Down Expand Up @@ -60,15 +60,15 @@ Install packages:
Install the driver itself:

```
git checkout 2.2.0rc1
git checkout 2.2.1rc1
python3 setup.py build
sudo python3 setup.py install
```

or

```
pip3 install --process-dependency-links git+https://github.com/sysoperator/kube-vcloud-flexvolume.git@2.2.0rc1
pip3 install --process-dependency-links git+https://github.com/sysoperator/kube-vcloud-flexvolume.git@2.2.1rc1
```

* Restart kubelet process.
Expand Down

0 comments on commit 9c4d80b

Please sign in to comment.