Skip to content

Commit

Permalink
fix(auth): update console reminder for ha
Browse files Browse the repository at this point in the history
  • Loading branch information
leonarliu authored and tke-robot committed Sep 28, 2020
1 parent 51d67a1 commit f7fe3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/installer/src/modules/installer/components/Step2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class Step2 extends React.Component<RootProps> {
<p>
<Text theme={'label'} reset>
<p>
VIP绑定Master集群的80(tke控制台)、443(tke控制台)、6443(kube-apiserver端口)端口,
VIP绑定Master集群的80(tke控制台)、443(tke控制台)、6443(kube-apiserver端口)、31138(tke-auth-api端口)端口,
</p>
<p>同时确保该VIP有至少两个LB后端(Master节点),以避免LB单后端不可用风险</p>
</Text>
Expand Down

0 comments on commit f7fe3d2

Please sign in to comment.