Skip to content

Commit

Permalink
fix VPC document
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzujian committed Sep 16, 2021
1 parent 7df6129 commit 25f634f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ By default, all subnets without VPC options belong to the default VPC. All funct

```yaml
kind: Vpc
apiVersion: kubeovn.io/v1
metadata:
name: test-vpc-1
spec:
namespaces:
- ns1
---
kind: Vpc
apiVersion: kubeovn.io/v1
metadata:
name: test-vpc-2
spec: {}
Expand Down Expand Up @@ -78,6 +80,7 @@ VPC level policy routes to orchestrate traffic.

```yaml
kind: Vpc
apiVersion: kubeovn.io/v1
metadata:
name: test-vpc-1
spec:
Expand Down

0 comments on commit 25f634f

Please sign in to comment.