mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-10-19 18:22:55 +03:00
fix language
This commit is contained in:
@@ -37,7 +37,7 @@ For RHEL, run:
|
|||||||
sudo yum install -y socat device-mapper-libs ostree
|
sudo yum install -y socat device-mapper-libs ostree
|
||||||
```
|
```
|
||||||
|
|
||||||
Also for RHEL, the specific library version used to build crio has not yet been released yet. For now, symlink like so:
|
Also for RHEL, the specific library version used to build crio has not yet been released. For now, symlink like so:
|
||||||
```
|
```
|
||||||
sudo ln -s /usr/lib64/libdevmapper.so.1.02 /usr/lib64/libdevmapper.so.1.02.1
|
sudo ln -s /usr/lib64/libdevmapper.so.1.02 /usr/lib64/libdevmapper.so.1.02.1
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user