Skip to content

Commit

Permalink
docs: add descriptions of local files
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Oct 9, 2020
1 parent b6ef433 commit f3759b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/local-files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Local Files

Kube-OVN will store files to the host filesystem. Administrators should take care of these locations to avoid malicious application access to them or accidentally delete them.

* `/etc/origin/ovn` and `/etc/origin/openvswitch` store the OVN and OVS db files. These files store the logical network topology.
* `/var/run/ovn` and `/var/run/openvswitch` store the OVN and OVS socket files. These files provide endpoints to OVN/OVS control plane.
* `/var/log/ovn` and `/var/log/openvswitch` store the log files of OVN and OVS.
* `/etc/cni/net.d` stores the Kube-OVN CNI conf.
* `/etc/cni/bin` stores the Kube-OVN CNI binary.

0 comments on commit f3759b7

Please sign in to comment.