Wei (段少)
2c2784090e
Fix: unfold ingress in installation ( #549 )
2022-03-17 14:52:47 +08:00
Zheng Xi Zhou
9b472ddff7
Add guide on how to enable Tecent Cloud Providers ( #547 )
...
Added a doc of introducing how to enable Terraform Provider for
Tencent Cloud
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-03-17 14:09:36 +08:00
Zheng Xi Zhou
2c9509bf47
Fix Terraform Addon names ( #546 )
...
Terraform addo name `provider-xxx` is wrong, rename it to `terraform-xxx`
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-03-17 13:58:45 +08:00
Tianxin Dong
1f3e571078
Feat: add ai addon docs and update webservice properties ( #537 )
...
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
2022-03-11 11:54:09 +08:00
Zheng Xi Zhou
4f1892cef9
Add doc: how to provision RDS instance with multiple databases ( #529 )
...
* Add doc: how to provision RDS instance with multiple databases
Added one how-to doc on provisioning an RDS instance with more
than one databases
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* fix build issues
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-03-10 11:27:41 +08:00
Avery
f312994bb1
add docs for vela def doc-gen from local file ( #534 )
...
Signed-off-by: Nicola115 <2225992901@qq.com>
2022-03-10 11:06:19 +08:00
Zheng Xi Zhou
6a29724e8b
Update cloud resource table ( #527 )
...
* Update cloud resource table
Also add a Makefile target to automatically update the table
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* add title
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* Add baidu cloud resources
Also added Baidu Cloud VPC in cloud resources table
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-03-10 11:05:36 +08:00
Zheng Xi Zhou
ec7aae44e1
Update Alibaba RDS reference doc ( #528 )
...
As there are two added properties for Alibaba Cloud RDS, updated
the reference doc
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-03-03 10:07:58 +08:00
Zheng Xi Zhou
74f05333d2
Add a doc on how to secure your database by access the intranet host ( #521 )
...
* Add a doc on how to secure your database by access the intranet host
Added a doc on how to secure Alibaba RDS database securely.
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* Add doc: how to secure your database connection
Added a doc on database
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-03-02 17:40:10 +08:00
Zheng Xi Zhou
a50e0d0593
Translate doc `extend a Terraform addon` ( #524 )
...
Tranalated English doc `extend a Terraform addon`
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-03-01 17:57:43 +08:00
Avery
cd435fbd86
add docs for gcp resources ( #525 )
...
* add docs for gcp resources
Signed-off-by: Nicola115 <2225992901@qq.com>
* add docs for gcp-kthw
Signed-off-by: Nicola115 <2225992901@qq.com>
2022-03-01 17:57:06 +08:00
Zheng Xi Zhou
fd237801b1
Add a tutorial on how to provision a database with sql file imported ( #480 )
...
Add a turotial to introduct how to provision a relational database with
SQL file imported, and bootstrap an application which depends on the database.
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-02-28 11:02:58 +08:00
wyike
5f047dec11
Feat: addon installation without internet ( #518 )
...
* addon installation without internet
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
fix check
fix
* fix comments
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
2022-02-25 16:52:09 +08:00
barnettZQG
03c8d2931d
Docs: change the default install version to 1.2.4
...
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
2022-02-24 10:35:34 +08:00
barnettZQG
75d829a5b0
Docs: change uischema doc ( #516 )
...
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
2022-02-24 10:24:40 +08:00
Avery
6e5d636a72
Update Terraform resource extension doc ( #509 )
...
* modify documents for component-terraform
Signed-off-by: Nicola115 <2225992901@qq.com>
* fix typo
Signed-off-by: Nicola115 <2225992901@qq.com>
2022-02-17 21:00:34 +08:00
Avery
416a8e13ec
add provider-gcp and provider-baidu in consume-cloud-services.md ( #514 )
...
* add provider-gcp and provider-baidu in consume-cloud-services.md
Signed-off-by: Nicola115 <2225992901@qq.com>
* change provider-xxx into terraform-xxx
Signed-off-by: Nicola115 <2225992901@qq.com>
* fix names of addon
Signed-off-by: Nicola115 <2225992901@qq.com>
* Update i18n/zh/docusaurus-plugin-content-docs/current/tutorials/consume-cloud-services.md
Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-02-17 20:45:01 +08:00
Avery
c8e0240366
add gcp resource: gcp network's docs ( #513 )
...
* add gcp resource: gcp network's docs
Signed-off-by: Nicola115 <2225992901@qq.com>
* add gcp network in the cloud-resouces-list table
Signed-off-by: Nicola115 <2225992901@qq.com>
2022-02-17 19:41:50 +08:00
Zheng Xi Zhou
e090ab1dc0
Guide on how to generate a Terraform addon in one click ( #494 )
...
* Guide on how to generate a Terraform addon in one click
Guide of Terraform addon extension
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* use Makefile target to generate a Terraform addon
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* address comments
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* Update sidebars.js
Co-authored-by: Jianbo Sun <wonderflow@icloud.com>
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* Update i18n/zh/docusaurus-plugin-content-docs/version-v1.2.json
Co-authored-by: Jianbo Sun <wonderflow@icloud.com>
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* update doc
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* fix version-v1.2.json
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
Co-authored-by: Jianbo Sun <wonderflow@icloud.com>
2022-02-15 20:11:54 +08:00
barnettZQG
0abcb550fd
Docs: provide install options for helm user ( #507 )
...
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
2022-02-15 15:36:16 +08:00
Jianbo Sun
d2364f9754
Fix: use raw instead k8s object as we didn't have that type
...
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
2022-02-15 13:42:50 +08:00
Jianbo Sun
c909c1bf75
Feat: refine addon extension docs
...
Signed-off-by: Jianbo Sun <jianbo.sjb@alibaba-inc.com>
2022-02-14 19:27:14 +08:00
wyike
cae5c0ac3c
fix-duplicate ( #505 )
...
Signed-off-by: 楚岳 <wangyike.wyk@alibaba-inc.com>
2022-02-14 17:53:57 +08:00
Wei (段少)
b905622d82
Fix: remove extra space in cURL ( #506 )
2022-02-14 17:53:09 +08:00
Xiaoxi He
56bad2e9c9
Docs: update the trigger list
...
Signed-off-by: Xiaoxi He <xxhe@alauda.io>
2022-02-11 10:23:21 +08:00
barnettZQG
c6d3110286
Merge pull request #503 from oam-dev/update-baseline
...
update baseline without rds and webhook trigger
2022-02-11 10:08:33 +08:00
BinaryHB0916
5edb69fd89
update baseline without rds and webhook trigger
2022-02-10 20:33:54 +08:00
barnettZQG
50fc37b017
Docs: add the k3s option
...
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
2022-02-10 19:25:14 +08:00
Zheng Xi Zhou
96935246d8
Add docs for top 50 famous cloud resources for AWS ( #501 )
...
* Add docs for top 50 famous cloud resources for AWS
Generated docs for https://github.com/oam-dev/catalog/pull/244
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-02-10 15:28:22 +08:00
barnettZQG
c84f2cb79f
Docs: change upgrade doc
...
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
2022-02-10 14:31:10 +08:00
barnettZQG
3c46898156
Docs: add outcome of install
...
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
2022-02-10 10:17:19 +08:00
barnettZQG
ab8095a962
Docs: update cli doc
...
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
2022-02-10 10:17:19 +08:00
barnettZQG
1c60a1c4c7
Feat: upgrade version to 1.2.3
...
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
2022-02-10 10:17:15 +08:00
Zheng Xi Zhou
654b4f92e0
Generate Terraform cloud resources reference docs ( #496 )
...
Generated reference docs for Terraform cloud resources. Also updated
provision-and-consume-cloud-services docs
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-02-09 16:33:43 +08:00
barnettZQG
813feab36f
Merge pull request #491 from JooKS-me/update-addon
...
Fix wrong format in addon install page (CN)
2022-02-07 09:55:10 +08:00
barnettZQG
33ad6bf849
Merge pull request #492 from JooKS-me/update-ob-1
...
Update the page of observability (Chinese)
2022-02-07 09:54:41 +08:00
barnettZQG
fa55e3f35b
Merge pull request #493 from chwetion/dockerhub-and-jfrog-trigger-docs
...
Docs: update trigger how to docs
2022-02-07 09:54:12 +08:00
chwetion
adab84649c
Feat: update trigger how to docs
...
Signed-off-by: chwetion <chwetion@foxmail.com>
2022-02-07 02:02:25 +08:00
zhukunshuai
383c09d355
Update the page of observability (Chinese)
...
Signed-off-by: zhukunshuai <jookunshuai@gmail.com>
2022-02-05 20:32:19 +08:00
zhukunshuai
90f548548f
Fix wrong format in addon install page (CN)
...
Signed-off-by: zhukunshuai <jookunshuai@gmail.com>
2022-02-05 01:16:24 +08:00
Zheng Xi Zhou
764a80c572
Add reference doc for MQ ( #489 )
2022-02-04 10:07:32 +08:00
Yin Da
3c52c49a08
Docs: add how-to for Target
...
Signed-off-by: Yin Da <yd219913@alibaba-inc.com>
2022-01-29 17:05:58 +08:00
Zheng Xi Zhou
096861279f
Add reference doc for Alibaba Cloud mongodb ( #486 )
...
Added one more cloud resource's reference doc
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-01-29 11:30:44 +08:00
Zheng Xi Zhou
9b28d14676
Add reference doc for Tencent Cloud Subnet ( #485 )
...
* Add reference doc for Tencent Cloud Subnet
Added the reference doc for Tecent Cloud subnet
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* fix link issue
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-01-28 10:28:01 +08:00
Zheng Xi Zhou
3ec1f911de
Update Alibaba Cloud MSE reference doc ( #487 )
...
Updated the reference doc for Alibaba Cloud MSE
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-01-27 23:54:49 +08:00
Zheng Xi Zhou
905b724dec
Add reference doc for Tencent Cloud VPC ( #484 )
...
* Add reference doc for Tencent Cloud VPC
Added the reference doc for Tecent Cloud VPC
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* address comments
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* fix link issue
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-01-27 23:53:33 +08:00
Zheng Xi Zhou
573e1eee59
Update Alibaba Cloud RDS reference doc ( #479 )
...
Updated the reference doc for Alibaba Cloud RDS
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-01-27 17:18:08 +08:00
Zheng Xi Zhou
8dc4311ee9
Fix invalid link of installing cloud resources links ( #469 )
...
* Fix invalid link of installing cloud resources links
As the previous link of installing cloud resources in `provision and consume
cloud resources` is invalid, fixed it. Also update the wrong file name
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
* Update deploy cloud resources in Chinese
Signed-off-by: Zheng Xi Zhou <zzxwill@gmail.com>
2022-01-27 16:55:23 +08:00
Diego Pinheiro
fae918f844
fix - typo ( #477 )
...
Signed-off-by: GitHub <noreply@github.com>
2022-01-26 10:11:17 +08:00
barnettZQG
87c64d4e37
Docs: change install version to 1.2.2 ( #476 )
...
Signed-off-by: barnettZQG <barnett.zqg@gmail.com>
2022-01-25 18:57:42 +08:00