File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ build `rpm` packages for `CentOS 8`
6565## Post-Install Configuration
6666
6767The provided packages install ` systemd ` service files and sample configuration.
68- The easiest way to get up and running is to copy the sample configuration in
69- the correct place and start CRI Resource Manager using systemd. You can do
70- this using the following commands:
68+ The easiest way to get up and running is to rename the sample configuration and
69+ start CRI Resource Manager using systemd. You can do this using the following
70+ commands:
7171
7272```
73- cp /usr/share/doc/ cri-resource-manager /fallback.cfg.sample /etc/cri-resmgr/fallback.cfg
73+ mv /etc/ cri-resmgr /fallback.cfg.sample /etc/cri-resmgr/fallback.cfg
7474systemctl start cri-resource-manager
7575```
7676
You can’t perform that action at this time.
0 commit comments