Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix description #213

Merged
merged 1 commit into from
Apr 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Outputs:
EcsLoginAddress:
Description:
en: Ecs login address.
zh-cn: ECS登陆地址
zh-cn: ECS登录地址
Value:
Fn::Sub:
- 'https://ecs-workbench.aliyun.com/?from=EcsConsole&instanceType=ecs&regionId=${Region}&instanceId=${InstanceId}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Outputs:
EcsLoginAddress:
Description:
en: Ecs login address.
zh-cn: ECS登陆地址
zh-cn: ECS登录地址
Value:
Fn::Sub:
- https://ecs-workbench.aliyun.com/?from=EcsConsole&instanceType=ecs&regionId=${Region}&instanceId=${InstanceId}
Expand Down
2 changes: 1 addition & 1 deletion documents/solution/ai/ack-ai-fine-tuning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Resources:
Outputs:
EcsLoginAddress:
Description:
zh-cn: ECS登陆地址
zh-cn: ECS登录地址
en: Ecs login address.
Value:
Fn::Sub:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Resources:
Outputs:
EcsLoginAddress:
Description:
zh-cn: ECS登陆地址
zh-cn: ECS登录地址
en: Ecs login address.
Value:
'Fn::Sub':
Expand Down
3 changes: 1 addition & 2 deletions documents/solution/ai/exclusive-qa-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ Resources:
DashVectorCluster:
Type: 'ALIYUN::DashVector::Cluster'
Properties:
IgnoreExisting: true
ReplicaCount: 1
ClusterName:
Ref: ClusterName
Expand Down Expand Up @@ -547,7 +546,7 @@ Outputs:
- PublicIps
EcsLoginAddress:
Description:
zh-cn: ECS登陆地址
zh-cn: ECS登录地址
en: Ecs login address.
Value:
'Fn::Sub':
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ Resources:
Outputs:
MasterEcsLoginAddress:
Description:
zh-cn: Master Ecs登陆地址
zh-cn: Master Ecs登录地址
en: Master Ecs login address.
Value:
Fn::Sub: https://ecs-workbench.aliyun.com/?from=EcsConsole&instanceType=ecs&regionId=${ALIYUN::Region}&instanceId=${MasterEcs}
Expand Down
4 changes: 2 additions & 2 deletions documents/solution/storage/snapshot-optimize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Parameters:
Outputs:
EcsLoginAddress:
Description:
zh-cn: Ecs登陆地址
zh-cn: Ecs登录地址
en: Ecs login address.
Value:
'Fn::Sub':
Expand All @@ -59,7 +59,7 @@ Outputs:
Ref: 'ALIYUN::Region'
EcsCloneLoginAddress:
Description:
zh-cn: Ecs(克隆)登陆地址
zh-cn: Ecs(克隆)登录地址
en: Ecs clone login address.
Value:
'Fn::Sub':
Expand Down
2 changes: 1 addition & 1 deletion integrate/ecs/publish-community-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Parameters:
- self
Description:
zh-cn: >-
如果如果您是RAM用户,请提前联系RAM管理员账号为您添加ROSFullAccess策略,否则创建会报错。
如果您是RAM用户,请提前联系RAM管理员账号为您添加ROSFullAccess策略,否则创建会报错。
请参考<a href='https://help.aliyun.com/zh/ram/user-guide/grant-permissions-to-the-ram-user'
target='_blank'><b><font color='blue'>为RAM用户授权</font></b></a>。
en: >-
Expand Down
Loading