File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ Routing Policies
174
174
If you need to enable load balancing, modify `.spec.replicas` as shown in the following example :
175
175
176
176
` ` ` 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
179
179
180
180
$ kubectl get veg gateway1
181
181
NAME 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
174
174
如果您需要开启多副本负载均衡,修改 `.spec.replicas` 即可,示例如下:
175
175
176
176
` ` ` 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
179
179
180
180
$ kubectl get veg gateway1
181
181
NAME 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.
78
78
| Load Balance in Custom VPC | false | Alpha | 1.11 | |
79
79
| DNS in Custom VPC | false | Alpha | 1.11 | |
80
80
| 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 77
77
| [ 默认 VPC Load Balancer 类型 Service] ( ../guide/loadbalancer-service.md ) | false | Alpha | 1.11 | |
78
78
| [ 自定义 VPC 内部 DNS] ( ../advance/vpc-internal-dns.md ) | false | Alpha | 1.11 | |
79
79
| [ 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