-
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
Showing
1 changed file
with
4 additions
and
4 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,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). | ||
|
||
|
||
|
@@ -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/[email protected].0rc1 | ||
pip3 install --process-dependency-links git+https://github.com/sysoperator/[email protected].1rc1 | ||
``` | ||
|
||
* Restart kubelet process. | ||
|