File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ Routing Policies
174174If you need to enable load balancing, modify `.spec.replicas` as shown in the following example :
175175
176176` ` ` shell
177- $ kubectl patch veg gateway1 --type=merge -p '{"spec": {" replicas": 2}}'
178- vpcegressgateway.kubeovn.io/gateway1 patched
177+ $ kubectl scale veg gateway1 --replicas=2
178+ vpcegressgateway.kubeovn.io/gateway1 scaled
179179
180180$ kubectl get veg gateway1
181181NAME VPC REPLICAS BFD ENABLED EXTERNAL SUBNET PHASE READY AGE
Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ Routing Policies
174174如果您需要开启多副本负载均衡,修改 `.spec.replicas` 即可,示例如下:
175175
176176` ` ` shell
177- $ kubectl patch veg gateway1 --type=merge -p '{"spec": {" replicas": 2}}'
178- vpcegressgateway.kubeovn.io/gateway1 patched
177+ $ kubectl scale veg gateway1 --replicas=2
178+ vpcegressgateway.kubeovn.io/gateway1 scaled
179179
180180$ kubectl get veg gateway1
181181NAME VPC REPLICAS BFD ENABLED EXTERNAL SUBNET PHASE READY AGE
Original file line number Diff line number Diff line change @@ -78,3 +78,4 @@ This list records the feature stages from the 1.8 release.
7878| Load Balance in Custom VPC | false | Alpha | 1.11 | |
7979| DNS in Custom VPC | false | Alpha | 1.11 | |
8080| Underlay and Overlay Interconnection | false | Beta | 1.12 | |
81+ | VPC Egress Gateway | true | Alpha | 1.14 | |
Original file line number Diff line number Diff line change 7777| [ 默认 VPC Load Balancer 类型 Service] ( ../guide/loadbalancer-service.md ) | false | Alpha | 1.11 | |
7878| [ 自定义 VPC 内部 DNS] ( ../advance/vpc-internal-dns.md ) | false | Alpha | 1.11 | |
7979| [ Underlay 和 Overlay 互通] ( ../start/underlay.md ) | false | Beta | 1.12 | |
80+ | [ VPC Egress Gateway] ( ../advance/vpc-egress-gateway.md ) | true | Alpha | 1.14 | |
You can’t perform that action at this time.
0 commit comments