Skip to content

Commit

Permalink
update i18n links (kubevela#1025)
Browse files Browse the repository at this point in the history
Signed-off-by: Arhell <[email protected]>

Signed-off-by: Arhell <[email protected]>
  • Loading branch information
Arhell authored Oct 31, 2022
1 parent 1e66bad commit e20783f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 招商银行 KubeVela 离线部署实践
author: 马祥博
author_title: (云平台开发团队)
author_url: http://www.cmbchina.com/
author_url: https://www.cmbchina.com/
author_image_url: /img/china-merchants-bank.jpg
tags: [ KubeVela ]
description: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image: https://raw.githubusercontent.com/oam-dev/KubeVela.io/main/docs/resources
hide_table_of_contents: false
---

[KubeVela](http://kubevela.net/) 是一个现代化的软件交付控制平面,目标是让应用的部署和运维在如今的混合多云环境下更简单、敏捷、可靠。自 [1.1 版本](https://kubevela.net/zh/blog/2021/10/08/blog-1.1)发布以来,KubeVela 架构上天然打通了企业面向混合多云环境的交付难题,且围绕 OAM 模型提供了充分的可扩展性,赢得了大量企业开发者的喜爱,这也使得 KubeVela 的迭代速度不断加快。
[KubeVela](https://kubevela.net/) 是一个现代化的软件交付控制平面,目标是让应用的部署和运维在如今的混合多云环境下更简单、敏捷、可靠。自 [1.1 版本](https://kubevela.net/zh/blog/2021/10/08/blog-1.1)发布以来,KubeVela 架构上天然打通了企业面向混合多云环境的交付难题,且围绕 OAM 模型提供了充分的可扩展性,赢得了大量企业开发者的喜爱,这也使得 KubeVela 的迭代速度不断加快。

[1.2 版本](https://kubevela.net/zh/blog/2022/01/27/blog-1.2)我们发布了开箱即用的可视化控制台,终端用户可以通过界面发布和管理多样化的工作负载;[1.3 版本](https://kubevela.net/zh/blog/2022/04/06/multi-cluster-management) 的发布则完善了以 OAM 模型为核心的扩展体系,提供了丰富的插件功能,并给用户提供了包括 LDAP 权限认证在内的大量企业级功能,同时为企业集成提供了巨大的便利。至今为止,你已经可以在 KubeVela 社区的[插件中心](https://github.com/kubevela/catalog)里获得 30 多种插件,其中不仅包含了 argocd、istio、traefik 这样的 CNCF 知名项目,更有 flink、mysql 等数据库中间件,以及上百种不同云厂商资源可供直接使用。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ title: 代码规范

* 代码注释

* [Go 的注释惯例](http://blog.golang.org/godoc-documenting-go-code)
* [Go 的注释惯例](https://go.dev/blog/godoc)

* 在容易让人感到疑惑的代码处写下注释将会带来很大帮助。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This module configures AWS Config, a service that enables you to assess, audit,
findings_notification_arn | The ARN for an SNS topic to send findings notifications to. This is only used if create_sns_topic is false.\nIf you want to send findings to an existing SNS topic, set the value of this to the ARN of the existing topic and set\ncreate_sns_topic to false.\n | string | false |
force_destroy | A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without error. These objects are not recoverable | bool | false |
global_resource_collector_region | The region that collects AWS Config data for global resources such as IAM | string | true |
iam_role_arn | The ARN for an IAM Role AWS Config uses to make read or write requests to the delivery channel and to describe the\nAWS resources associated with the account. This is only used if create_iam_role is false.\n\nIf you want to use an existing IAM Role, set the value of this to the ARN of the existing topic and set\ncreate_iam_role to false.\n\nSee the AWS Docs for further information:\nhttp://docs.aws.amazon.com/config/latest/developerguide/iamrole-permissions.html\n | string | false |
iam_role_arn | The ARN for an IAM Role AWS Config uses to make read or write requests to the delivery channel and to describe the\nAWS resources associated with the account. This is only used if create_iam_role is false.\n\nIf you want to use an existing IAM Role, set the value of this to the ARN of the existing topic and set\ncreate_iam_role to false.\n\nSee the AWS Docs for further information:\nhttps://docs.aws.amazon.com/config/latest/developerguide/iamrole-permissions.html\n | string | false |
managed_rules | A list of AWS Managed Rules that should be enabled on the account.\n\nSee the following for a list of possible rules to enable:\nhttps://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html\n | map(object({\n description = string\n identifier = string\n input_parameters = any\n tags = map(string)\n enabled = bool\n })) | false |
s3_bucket_arn | The ARN of the S3 bucket used to store the configuration history | string | true |
s3_bucket_id | The id (name) of the S3 bucket used to store the configuration history | string | true |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: 概述

## KubeVela 是否与云对话?

KubeVela 依靠 [Terraform Controller](https://github.com/oam-dev/terraform-controller)[Crossplane](http://crossplane.io/) 作为提供者与云对话。请查看以下文档以了解详细步骤。
KubeVela 依靠 [Terraform Controller](https://github.com/oam-dev/terraform-controller)[Crossplane](https://crossplane.io/) 作为提供者与云对话。请查看以下文档以了解详细步骤。

- [Terraform](../platform-engineers/components/component-terraform)
- [Crossplane](./crossplane)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ $ vela show alibaba-oss

你也可以使用 `--web` 参数来在本地浏览器中查看使用说明。

- 阅读 [官网文档](http://kubevela.net/docs/end-user/components/cloud-services/cloud-resources-list).
- 阅读 [官网文档](https://kubevela.net/docs/end-user/components/cloud-services/cloud-resources-list).

比如,你可以在[这里](http://kubevela.net/docs/end-user/components/cloud-services/terraform/alibaba-oss)查看阿里云 OSS 的使用参数。
比如,你可以在[这里](https://kubevela.net/docs/end-user/components/cloud-services/terraform/alibaba-oss)查看阿里云 OSS 的使用参数。


For different vendors, these parameters update accordingly. All cloud resources have the following common parameters.
Expand Down

0 comments on commit e20783f

Please sign in to comment.