Skip to content

Commit

Permalink
chore: Subnet Isolation documentation touch-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
cimomo committed Apr 19, 2019
1 parent 524845e commit 3ec0098
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/isolation.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Subnet Isolation

Kube-OVN supports subnet isolation and access control by modifying annotation of namespace.
Kube-OVN supports network isolation and access control at the Subnet level.

Use following keys to modify isolation policy:
- `ovn.kubernetes.io/private`: boolean, control whether ip outside this subnet can access this subnet. Default: false.
- `ovn.kubernetes.io/allow`: strings of cidr separated by comma, control which address can visit this subnet, if private=true.
Use following annotations to specify the isolation policy:
- `ovn.kubernetes.io/private`: boolean, controls whether to deny traffic from IP addresses outside of this Subnet. Default: false.
- `ovn.kubernetes.io/allow`: strings of CIDR separated by commas, controls which addresses can access this Subnet, if `private=true`.

Example:

Expand Down

0 comments on commit 3ec0098

Please sign in to comment.