Skip to content

Commit

Permalink
捉虫
Browse files Browse the repository at this point in the history
  • Loading branch information
ucloudhsl committed Apr 22, 2021
1 parent c207043 commit 5e7625d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/stateless.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ spec:

在上面的例子中,

1. 我们创建了一个LoadBalancer类型的Service,K8S姜维该Service分配一个ExternalIP,IP类型为内网IP。在UK8S中,意味着这将在你的云账户下创建一个ULB(云负载均衡)。
1. 我们创建了一个LoadBalancer类型的Service,K8S将为该Service分配一个ExternalIP,IP类型为内网IP。在UK8S中,意味着这将在你的云账户下创建一个ULB(云负载均衡)。

2. 通过metadata.annotations,我们声明该ULB的类型为inner,这意味着该ULB只能在VPC内可达。

Expand Down

0 comments on commit 5e7625d

Please sign in to comment.