@@ -13,17 +13,15 @@ Below, you can find an instruction how to switch one or more nodes on running ku
1313
1414### Preparing crio
1515
16- You must prepare and install ` crio ` on each node you would like to switch. Here's the list of files that must be provided:
17-
18- | File path | Description | Location |
19- | --------------------------------------------| ----------------------------| -----------------------------------------------------|
20- | ` /etc/crio/crio.conf ` | crio configuration | Generated on cri-o ` make install ` |
21- | ` /etc/crio/seccomp.conf ` | seccomp config | Example stored in cri-o repository |
22- | ` /etc/containers/policy.json ` | containers policy | Example stored in cri-o repository |
23- | ` /bin/{crio, runc} ` | ` crio ` and ` runc ` binaries | Built from cri-o repository |
24- | ` /usr/local/libexec/crio/conmon ` | ` conmon ` binary | Built from cri-o repository |
25- | ` /opt/cni/bin/{flannel, bridge,...} ` | CNI plugins binaries | Can be built from sources ` containernetworking/cni ` |
26- | ` /etc/cni/net.d/10-mynet.conf ` | Network config | Example stored in [ README file] ( README.md ) |
16+ You must prepare and install ` crio ` on each node you would like to switch.
17+ Besides the files installed by ` make install install.config ` , here's the list of files that must be provided:
18+
19+ | File path | Description | Location |
20+ | --------------------------------------------| -----------------------------| ---------------------------------------------------------|
21+ | ` /etc/containers/policy.json ` | containers policy | [ Example] ( test/policy.json ) stored in cri-o repository |
22+ | ` /bin/runc ` | ` runc ` or other OCI runtime | Can be build from sources ` opencontainers/runc ` |
23+ | ` /opt/cni/bin/{flannel, bridge,...} ` | CNI plugins binaries | Can be built from sources ` containernetworking/plugins ` |
24+ | ` /etc/cni/net.d/... ` | CNI network config | Example [ here] ( contrib/cni ) |
2725
2826` crio ` binary can be executed directly on host, inside the container or in any way.
2927However, recommended way is to set it as a systemd service.
0 commit comments