Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Kube OVN
Commits
0a533984
Unverified
Commit
0a533984
authored
3 years ago
by
vseeker
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
docs:revise vpc.md
image, externalPort, internalPort must be quote
parent
b5681250
master
acl
acl-doc
add_unknown_to_lsp
allow-subnet
base/enable-dbg
centralized-policy-route
chore/show-gw-error
chore/size
ci/base-update
ci/retry
ci/trivy
ci/update-kind
cni
db-monitor
debug
delete-qos
delete-qos-queue
doc/optimization
doc/vip
docs/corigine
docs/optimize-cilium
ecmp
env-check
fdb
feat/mcast
feat/multicast
fix-base
fix-dnat
fix-resubmit-limit
fix/avx512
fix/ecmp-hash
fix/gw-del
fix/iptables
fix/ipv6-svc
fix/metrics-name
fix/np-log
fix/src-priority
fix/subnet-without-protocol
fix/uninstall
fix_make_kind_reload
gc-vm-lsp
ip
join
klog/v2
log/rotate
ls-dnat-mod-dl-dst
lsp-address
lsp-ipam
mahz-master
multus
namespace
nat-gw
nbctl
networkpolicy
nodeport
np_master
ns-subnet
ovn-controller
ovn-db-recover
ovs-nonstop
ovs-win64-ci
perf/libovsdb
perf/optimization
poc
policy-route
port-group
push-img
qos
qos-e2e
qos-query
reflactor_note
release-1.10
release-1.9
release-1.9-monitor
release/prepare-1.9
remove_no_need_parms_svcAsName
restore
revert-1094-vpc-lb
revert-1264-yd-master
revert-1309-fixcni
security/update-ubuntu
sg-acl
stspod
subnet
svc
sync-ovn-db
test/fix-flaky
testing
update-ovs
update/1.7-1.8
update/1.8.2
upgrade-ovs
vm-migrate
vm-static-ip
vpc-nat-gw
webhook
v1.10.7
v1.10.6
v1.10.5
v1.10.4
v1.10.3
v1.10.2
v1.10.1
v1.10.0
v1.9.14
v1.9.13
v1.9.12
v1.9.10
v1.9.9
v1.9.8
v1.9.7
v1.9.6
v1.9.5
v1.9.4
v1.9.3
v1.9.2
v1.9.1
v1.9.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/vpc.md
+3
-3
docs/vpc.md
with
3 additions
and
3 deletions
+3
-3
docs/vpc.md
+
3
-
3
View file @
0a533984
...
...
@@ -128,7 +128,7 @@ metadata:
name
:
ovn-vpc-nat-gw-config
namespace
:
kube-system
data
:
image
:
kubeovn/vpc-nat-gateway:v1.8.0
# Docker image for vpc nat gateway
image
:
'
kubeovn/vpc-nat-gateway:v1.8.0
'
# Docker image for vpc nat gateway
enable-vpc-nat-gw
:
true
# 'true' for enable, 'false' for disable
nic
:
eth1
# The nic that connect to underlay network, use as the 'master' for macvlan
```
...
...
@@ -156,10 +156,10 @@ spec:
internalIp
:
10.0.1.5
dnatRules
:
-
eip
:
192.168.0.112
externalPort
:
8888
externalPort
:
'
8888
'
protocol
:
tcp
internalIp
:
10.0.1.10
internalPort
:
80
internalPort
:
'
80
'
snatRules
:
-
eip
:
192.168.0.112
internalCIDR
:
10.0.1.0/24
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help