Merge pull request #26456 from eTimS/patch-2

Minor - Systemd enable command to enable CRI-O at boot time
This commit is contained in:
Kubernetes Prow Robot
2021-02-11 04:00:16 -08:00
committed by GitHub
@@ -420,7 +420,7 @@ Start CRI-O:
```shell
sudo systemctl daemon-reload
sudo systemctl start crio
sudo systemctl enable crio --now
```
Refer to the [CRI-O installation guide](https://github.com/cri-o/cri-o/blob/master/install.md)