chival
0c7706d442
show&install caps in default center ( #1621 )
...
* add:show & install caps in default center and docs
other things:
* fix #1601 (.md) error
* adjust clean-md.py
* refactor capability install part to reuse code
* fix typo/bug, make get retrieve single file
* try again
* add:registry interface
* add local registry
* modify e2e test
* add copyright
* add unittest, fix docs
* add copyright
* fix e2e test
* clean up testdata
* clean up usage of fmt, rename
* fix docs, rename func
* fix docs
2021-05-25 17:22:02 +08:00
Jianbo Sun
cd93196aef
update roadmap for 2021-6 and 2021-9 ( #1707 )
...
* update roadmap for 2021-6 and 2021-9
* update roadmap and minor changes
2021-05-25 10:22:12 +08:00
wyike
76744ad26e
fix cloneset rollout docs ( #1660 )
2021-05-24 17:23:02 +08:00
Jianbo Sun
c93db6494a
use custom domain for vela charts ( #1701 )
2021-05-24 16:30:09 +08:00
Zheng Xi Zhou
27c1eda2a6
Add service-binding trait to chart ( #1692 )
...
* Add service-binding trait to chart
Also add docs for the trait.
* Update charts/vela-core/templates/defwithtemplate/service-binding.yaml
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
* address comments
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-05-24 00:41:21 +08:00
Jianbo Sun
b124873fd7
fix docs link ( #1695 )
2021-05-20 19:52:31 +08:00
Yue Wang
0556f03f28
fix traitDef appliesToWorkloads ( #1667 )
...
update docs
Signed-off-by: roy wang <seiwy2010@gmail.com>
2021-05-20 19:06:38 +08:00
Lei Zhang (Harry)
f73236a617
Minor fix on wording ( #1687 )
2021-05-19 20:06:59 +08:00
wangyuan249
98a31f68ae
Add new label for configmap which store the parameter json schema of the Definition ( #1652 )
...
* fix
* add description for newlabel
fix
* fix description
2021-05-18 21:10:47 +08:00
yangsoon
512a87466e
update docker image ( #1677 )
2021-05-18 17:23:46 +08:00
yangsoon
8f67454396
Explain vela next ( #1671 )
...
* Explain vela next
* fix def
Co-authored-by: Lei Zhang <resouer@gmail.com>
2021-05-17 22:42:29 +08:00
yangsoon
2fa02bc1c0
Preview and Build website in docker container ( #1668 )
...
* start/build docs in docker
* restore old fashion
* fix release ci
2021-05-17 19:09:37 +08:00
Scaat Feng
37d9adbc6c
[IMP]easy for users to copy ( #1655 )
2021-05-14 14:51:31 +08:00
Lei Zhang (Harry)
138676315f
Update introduction ( #1651 )
2021-05-13 21:43:18 +08:00
Lei Zhang (Harry)
9772907d66
update the revision doc ( #1650 )
2021-05-13 10:25:09 +08:00
Jian.Li
58b3fffa36
Implement retainKeys patchStrategy in CUE based patch trait ( #1627 )
...
* strategyPatch retainKeys
* merge rewrite
* rewrite strategyPatch
* Improve test coverage
* upgrade docs
* Update docs/en/platform-engineers/cue/patch-trait.md
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-05-12 15:28:36 +08:00
yangsoon
c4cb69120e
fix docs ( #1636 )
2021-05-12 13:43:15 +08:00
chival
2a5573015e
update cap center example ( #1630 )
2021-05-10 18:51:54 +08:00
Zheng Xi Zhou
f137a9adf3
Update samples for "vela show xxx --web" ( #1616 )
...
* Update samples for "vela show xxx --web"
Also stop generating components/traits docs under
docs/en/end-user and remove the command from Makefile
Fix #1602
* fix doc build issue
* Update references/plugins/references.go
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
* Enhance --web feature for "vela show"
- Find the capability in "vela-system" if notfound in the current ns
- Don't depend on local capabilities
* add ut for GetCapabilityByName in references/plugins/cluster.go
* add ut for GetNamespacedCapabilitiesFromCluster in references/plugins/cluster.go
* add ut for GenerateTerraformCapabilityProperties in references/plugins/references.go
* fix import issue
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-05-09 08:50:31 +08:00
yangsoon
1660930ed3
applicaiton supports specifying different versions of Definition ( #1597 )
...
* app support specify the version of definition
* add e2e-test
* add docs
* add helm related test
* fix doc
* add more test
* fix docs
2021-05-07 17:52:44 +08:00
Zheng Xi Zhou
5cc92e5420
Rename file name for trait "cpusclaer" and "scaler" ( #1617 )
...
As the file name (.cue/.yaml) of trait "cpusclaer" and "scaler"
are "cpuhpa" and "manaualscale" respectively, renmae them in
order to avoid confustions
2021-05-07 17:33:37 +08:00
Lei Zhang
2ca7ce5c8b
Fix docs
2021-05-04 11:28:11 -07:00
Zheng Xi Zhou
675b0e24db
Refine Terraform doc ( #1590 )
...
Added applying Terraform Provider introduction, and removed `.md`
to make it work in official site
2021-04-30 19:33:55 +08:00
wyike
7ed1c66578
fix appRollout docs small issue ( #1592 )
...
* fix docs targetSize
* add comment
* delete comment
2021-04-30 19:33:30 +08:00
Zheng Xi Zhou
b3302b318c
Support server-side Terraform as cloud resource provider ( #1519 )
...
* Support server-side Terraform as cloud resource provider
Provide another schematic `Terraform` to provision cloud
resource.
Fix #698
* make namespace optional
add unit-tests
* support vela show to generate componentdefinition usage
* add unit-tests
* tidy go mod
* clean go mod and updated go sum
* Remove `variable` from `properties` of Terraform compoent
* don't literally set component catagory
* refine error message when a capability could not be found
* fix ut
* Code refactor and add unittests
* fix ci issues
* Update references/plugins/references.go
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
* add test cases
* fix ci issue
* revert lowercase of "Properties"
* fix ci issue
* add ut for appfile
* fix e2e issue
* add docs
* fix official site build
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-04-30 16:28:00 +08:00
wyike
29744a6f18
[Feature] embed rollout in an application ( #1568 )
...
* WIP refactor rollout reconcile
add construct func for reconcile
refactor application event
WIP fix failed test
fix event reason
delete useless yaml
fix samll issue
add more test
fix more test
add e2e test and extract rollout plan from appRevision
extract inline appRollout status from appStatus
* fix-plugin-test
* debug e2e
* fix comments and rename app-embed-test
* delete empty line
* fix docs
* update rollout docs
fix appRollout docs
* update docs and delete useless debug info
* fix deployment plugin bug and algin with rollout related workload to deployment
* fix docs comment
* rename package crossplane-runtime v1alpha2
* copy from https://github.com/wangyikewxgm/kubevela/pull/1
* fix some comments issue and add todo
* fix error test
2021-04-30 15:17:43 +08:00
Jianbo Sun
fbd4565115
use accelerate domain for global users ( #1585 )
2021-04-29 21:10:22 -07:00
guoxudong
bba6e056a5
Add krew auto release and docs ( #1582 )
...
* add krew auto release and docs
* fix
2021-04-29 11:16:05 +08:00
Lei Zhang (Harry)
c40108f413
Update arch ( #1561 )
2021-04-24 09:15:48 +08:00
SataQiu
4dd00ac536
docs: remove the command prompt to support fast copy/paste ( #1558 )
...
Signed-off-by: SataQiu <1527062125@qq.com>
2021-04-23 11:49:38 +08:00
Lei Zhang (Harry)
55b6ef1846
Update concept doc ( #1556 )
2021-04-23 10:47:36 +08:00
Lei Zhang (Harry)
737b4dc2e4
Revise readme for better structure ( #1554 )
...
* Update pictures
* Revisit readme
2021-04-22 12:11:52 +08:00
wyike
60b8ec3ff2
Set scpoe reference in application status.Service ( #1540 )
...
* WIP add new type
* add code and test
* WIP finish docs
* add sidbar for docs
2021-04-22 12:11:04 +08:00
Lei Zhang (Harry)
85d6c77fad
Update pictures ( #1548 )
2021-04-22 10:29:12 +08:00
Lei Zhang (Harry)
00a4e4ca01
Align with doc site ( #1545 )
2021-04-21 15:49:10 +08:00
Ryan Zhang
467506c498
Finalize deployment rollout ( #1539 )
...
* finalize deployment rollout
* refactor workload controllers to base on the same parent
2021-04-21 13:42:49 +08:00
Mason Kwok
7377e17f8f
remove applicationdeployments.core.oam.dev from the advanced-install.md ( #1533 )
2021-04-20 11:27:56 +08:00
Yue Wang
21c631ac26
add docs for volumes ( #1524 )
...
Signed-off-by: roy wang <seiwy2010@gmail.com>
2021-04-19 11:36:32 +08:00
yangsoon
b9a56aeb17
fix url ( #1517 )
2021-04-16 23:23:45 +08:00
Zheng Xi Zhou
3800a700b0
Add parameters comments for crossplane definitions ( #1515 )
...
* Add parameters commetns for crossplane definitions
Added parameter comments for ComponentDefinition alibaba-oss
alibaba-rds and TraitDefinition service-binding
* add the result of vela show
2021-04-16 22:24:50 +08:00
Jianbo Sun
75f081f248
Add More End User Docs ( #1511 )
...
* update docs
* update docs
* refine cloud resource docs
* update install guidegst
2021-04-16 21:46:44 +08:00
yangsoon
1a267bc6d1
add end-user/sidecar ( #1513 )
2021-04-16 20:42:41 +08:00
Zheng Xi Zhou
8643558f6b
Add cloud service docs for end-users ( #1510 )
...
* Add cloud service docs for end-users
Split cloud service into two section, one for platform engineers,
and the other for end-users
* correct titles
* adjust componentdefinition and traitdefinition order
* address comments
2021-04-16 18:13:54 +08:00
yangsoon
d063cd3b78
rm printcolumn AGE in crd ( #1509 )
2021-04-16 17:35:08 +08:00
yangsoon
c4fa81b703
add kubectl vela show in docs ( #1508 )
2021-04-16 17:27:05 +08:00
yangsoon
3be63bba91
add end-user/labels.md ( #1505 )
2021-04-16 13:58:42 +08:00
yangsoon
3a68ec77fd
fix CI: add action to release kubectl-vela binary file ( #1503 )
...
* add kubectl-vela release
* add docs
2021-04-15 22:54:31 +08:00
Jianbo Sun
c6b65cbd5b
fix flaky test ( #1498 )
...
* fix flaky test
* fix flaky check apprevision created more than one
* remove unused annottaion
2021-04-15 18:25:17 +08:00
Lei Zhang (Harry)
1ad6dcc1a7
Modify doc title of keda trait ( #1494 )
2021-04-15 08:54:27 +08:00
yangsoon
1659528015
fix-resources-url ( #1492 )
2021-04-14 23:50:07 +08:00
Jianbo Sun
ce20f55382
add an overview for end user guide ( #1469 )
...
* add an overview for end user guide
end user guide
* add explore section
* finish scale section
* add expose section
* remove trait already contains as built-in feature
* try fix flaky test
2021-04-14 21:38:04 +08:00
Gallardot
0c8e22ef4d
fix tiny typo ( #1480 )
...
Signed-off-by: Gallardot <tttick@163.com>
2021-04-14 10:56:33 +08:00
Lei Zhang (Harry)
e9004d7478
Fix introduction ( #1479 )
2021-04-14 10:55:31 +08:00
Lei Zhang (Harry)
d8eb7d687c
Add user docs ( #1472 )
2021-04-13 15:20:39 +08:00
Yue Wang
63b348f4d8
implement cli `vela system live-diff` ( #1419 )
...
move dry-run and live-diff into an independent pkg
WIP add sample and doc
WIP unit test for live-diff
add unit test
Signed-off-by: roy wang <seiwy2010@gmail.com>
2021-04-13 12:29:25 +08:00
yangsoon
5164efeb4a
add context.appRevisionNum ( #1466 )
2021-04-12 15:36:19 +08:00
Yue Wang
bc6a60dde2
add volumes definition in worker/webservice ( #1459 )
...
Signed-off-by: roywang <seiwy2010@gmail.com>
2021-04-11 14:18:48 +08:00
Ryan Zhang
6d65169449
fix webhooks and try to fix e2e ( #1441 )
...
* fix webhooks and try to fix e2e
* address comments
2021-04-09 13:27:16 +08:00
Lei Zhang (Harry)
473164efbd
Finalize the message ( #1426 )
2021-04-08 15:54:40 +08:00
yangsoon
7dec0afc16
vela-cli support use "vela system cue-packages" to list cue-package ( #1417 )
...
* support list cue-package
* add test kube package doc
* refine words
* fix workflow
* fix the docs
Co-authored-by: 天元 <jianbo.sjb@alibaba-inc.com>
2021-04-08 15:54:25 +08:00
yangsoon
1261e2678f
add podDisruptive to traitdefinition ( #1192 )
...
* add podDisruptive to traitdefinition
* fix docs & example
* fix diff and add docs
* use bool type for podDisruptive
Co-authored-by: 天元 <jianbo.sjb@alibaba-inc.com>
2021-04-08 13:39:03 +08:00
Ryan Zhang
325a4cdb0e
Add a new cloneset scale controller ( #1301 )
...
* add scale implementation
* fine tune the logic and adjust e2e test
* fix tests and fine tune logic
* try to fix flaky verification
* allow zero size step
* fix scale down check
2021-04-07 11:14:46 -07:00
wyike
b33b6fbead
garbage collection for cross-namespace workloads and traits in application layer ( #1421 )
...
* add logic for gc cross ns resources
WIP regenerate api and charts
rewrite handle resourceTracker logic
WIP add e2e test logic
add more e2e test
* WIP refactor sevral funs name and add comments for code
* WIP add more corener case e2e test
* add unit test and fix bug
* WIP refactor handleResouceTracker logic
* refactor func name aglin with others and add comments
* make generate to fix check-diff ci error
* change resourceTracker status as a subresource
2021-04-07 21:34:48 +08:00
yangsoon
8c73ea5d8a
fix keda.md ( #1420 )
2021-04-06 16:07:22 +08:00
Jianbo Sun
f47ca0f4da
remove no used ingress notes in charts ( #1405 )
...
* remove no used ingress notes in charts
* remove helm repo update
2021-04-02 10:58:07 +08:00
Lei Zhang (Harry)
06069d3580
Update docs to reflect app delivery idea ( #1401 )
2021-04-01 15:26:25 +08:00
yangsoon
43057161bf
update contributing guide ( #1398 )
2021-04-01 13:54:56 +08:00
woshicai
50ded65805
Fix: update homebrew before install kubevela client ( #1395 )
...
Co-authored-by: charles <charles.cai@sap.com>
2021-04-01 12:45:40 +08:00
Zheng Xi Zhou
d6d19a7c5a
Remove outputSecretName in cloud service provisoing and consuming ( #1393 )
...
Refer to the reason https://github.com/oam-dev/kubevela/issues/1128#issuecomment-811590631
2021-04-01 11:13:19 +08:00
Jianbo Sun
6b8875012d
use shell instead action to sync website && don't sync index.js and config.js ( #1386 )
...
* use shell instead action to sync website && don't sync index.js and config.js
* update test website build
* use bash instead sh
2021-04-01 10:06:34 +08:00
joelhy
7ae6a148a0
Fix grammar error: changed "an success story" to "a success story" ( #1385 )
2021-03-31 23:33:00 +08:00
Jianbo Sun
bbea29c8e5
fix kube-webhook-certgen to patch CRD conversation && remove cert-manager in CI e2e test && remove issuer create from CLI env ( #1267 )
...
* remove cert-manager in CI e2e test and remove issuer create from CLI env
* update job patch image(https://github.com/wonderflow/kube-webhook-certgen )
2021-03-31 21:21:28 +08:00
Robin Brämer
6e6c4c76a6
fix docs typo ( #1384 )
2021-03-31 19:56:36 +08:00
yangsoon
352fe1ba5b
remove useless script & update install.mdx ( #1382 )
2021-03-31 18:40:34 +08:00
yangsoon
3cb9fa79bf
fix index.js ( #1380 )
2021-03-31 16:01:53 +08:00
yangsoon
b5bf7a4f62
fix siderbar ( #1373 )
2021-03-31 14:39:09 +08:00
Lei Zhang (Harry)
d473e41f20
Update readme and doc ( #1376 )
2021-03-31 14:38:46 +08:00
yangsoon
f7196e10ca
fix upgrade in install.mdx ( #1364 )
2021-03-30 21:37:48 +08:00
Ryan Zhang
0629049e1f
add initial finalizer and abandon support ( #1362 )
...
* add initial finalizer and abandon support
* fix lint
2021-03-30 02:04:38 -07:00
yangsoon
553b5d19eb
add docs readme ( #1359 )
2021-03-30 16:37:46 +08:00
Jianbo Sun
07c8c23884
minor fix for docs ( #1356 )
...
* minor fix for docs
* minor fix for docs
* remove blog
2021-03-30 08:47:20 +08:00
Hongchao Deng
d5d0cd1878
Add AppRevision option in webservice template and refine website doc ( #1355 )
2021-03-30 07:22:35 +08:00
wyike
eb4efc960f
add demo for app doc ( #1349 )
...
* add demo for app doc
* Update docs/en/application.md
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-03-29 23:25:43 +08:00
Hongchao Deng
2d95800618
Merge pull request #1352 from wonderflow/hongchaodeng-revlabel
...
add AppRevision label to cuetemplate
2021-03-29 05:26:52 -07:00
天元
de798f3c8a
add docs about revision and context
2021-03-29 20:01:58 +08:00
天元
8ef3a37c50
:evert "add AppRevision label to cuetemplate"
...
This reverts commit 49f16274c9 .
2021-03-29 19:46:56 +08:00
yangsoon
14caa9cb70
fix docs: change restful-api url refer to static resource ( #1346 )
...
* change restful-api refer to static resource
* fix vela-cli install cmd in windows
2021-03-29 18:46:12 +08:00
Zheng Xi Zhou
f58b68205b
Add cloud service doc in official site ( #1348 )
2021-03-29 18:34:33 +08:00
Jianbo Sun
bba5de9a8c
update TOC ( #1347 )
...
* update TOC
* Update docs/sidebars.js
2021-03-29 18:33:00 +08:00
天元
26b9db6322
Merge branch 'revlabel' of git://github.com/hongchaodeng/kubevela into hongchaodeng-revlabel
2021-03-29 17:35:36 +08:00
Zheng Xi Zhou
9e40b77b60
Support cloud resource provisiong and consuming ( #1264 )
...
* Support cloud resource provisioning and consuming (Crossplane)
Provided a way to store secret for cloud resource generated by
Crossplane and to consume the secret
Refer to #1128
* Separate cloud resource producer and consumer in two applications
* add unit test to check whether application can consume cloud resource secret
* update Cloud Resource doc
* Provisioning and consuming cloud resource in different applications v1 (one cloud resource)
* one component consumes two cloud resources
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-03-29 17:20:33 +08:00
guoxudong
14635b6f2d
fix docs build ( #1344 )
...
Co-authored-by: guoxudong <guoxudong.dev@gmial.com>
2021-03-29 16:45:40 +08:00
yangsoon
ba78ea7f0e
fix link & add upgrade step in installation ( #1345 )
2021-03-29 16:12:15 +08:00
guoxudong
ce5f345fc4
fix ( #1336 )
...
Co-authored-by: guoxudong <guoxudong.dev@gmial.com>
2021-03-29 12:17:56 +08:00
yangsoon
284cd8aa72
fix docs ( #1338 )
2021-03-29 11:20:37 +08:00
Hongchao Deng
49f16274c9
add AppRevision label to cuetemplate
2021-03-28 22:21:29 -04:00
Hongchao Deng
66bcb612ef
add appdeployment control logic ( #1320 )
...
* add appdeployment control logic
* fix check
* fix test
* add test
* comment
2021-03-28 18:18:47 -07:00
yangsoon
ea60117ba5
remove useless files ( #1333 )
2021-03-29 08:20:46 +08:00
yangsoon
aa548ab3d4
fix action ( #1332 )
2021-03-28 17:18:21 +08:00
yangsoon
52c88ec6c5
Update docs for the format of the new website ( #1330 )
...
* update docs
* fix toc
* add zh-CN
2021-03-28 16:37:35 +08:00
yangsoon
c71b5a20b6
fix error links. ( #1329 )
2021-03-28 14:03:21 +08:00
yangsoon
c4512decf1
fix vela show ( #1327 )
2021-03-28 10:37:31 +08:00
wyike
4540270813
Support create resources (workloads/traits) in different namespace with application ( #1197 )
...
[WIP]create tracker if needed and update components
[WIP] add finalizer code and add logic for ac controller
[WIP] refactor handle func to app handler
[WIP] support helm cross namespace
[WIP] rewrite application controller logic
rebase master and solve conflict
WIP add base cross namespace workload and fix some bugs
add more e2e-test and fix some bugs
rebase master and resolve confilict
move resourceTracker to v1beta1
add v1beta1 to test scheme to fix test
modify e2e test, change v1alpha2 application to v1beta1
delete resourceTracker crossplane catagory
add controller logic test
add unittest for finalizer related func
add more unit test
neet order import
walk around check-diff error
add docs
add some comments in AC controller
as review said modify some issues
2021-03-27 15:19:43 +08:00
Ryan Zhang
95622cafa4
add rollout doc ( #1324 )
...
* add rollout doc
* fix doc
2021-03-27 15:10:51 +08:00
Lei Zhang (Harry)
cbc866ccae
Rewrite the doc ( #1322 )
2021-03-27 15:02:23 +08:00
yangsoon
6469d538be
update docs & fix vela cap uninstall. ( #1319 )
2021-03-27 10:59:23 +08:00
Yue Wang
aa21bfcb60
fix e2e test of kube schematic ( #1321 )
...
* fix kube schematic
Signed-off-by: roywang <seiwy2010@gmail.com>
* fix e2e test
Signed-off-by: roywang <seiwy2010@gmail.com>
2021-03-27 10:15:57 +08:00
Yue Wang
baa8d87e71
implemente kube schematic ( #1298 )
...
* implemente kube schematic
generate schema for kube schematic parameters
add e2e test
Signed-off-by: roywang <seiwy2010@gmail.com>
* add unit test
Signed-off-by: roy wang <seiwy2010@gmail.com>
* add doc
Signed-off-by: roy wang <seiwy2010@gmail.com>
2021-03-26 23:02:58 +08:00
yangsoon
2c68c0e6d4
fix docs example ( #1316 )
2021-03-26 19:14:07 +08:00
Jianbo Sun
20a31d4554
add cloud resource story doc ( #1306 )
2021-03-26 11:46:00 +08:00
Ryan Zhang
0926469541
fix appRollout CRD version ( #1303 )
...
* fix appRollout CRD version
* make rollout e2e more robust
2021-03-26 08:23:10 +08:00
Jianbo Sun
94b7cbff21
better docs for build trait and use parameters ( #1304 )
2021-03-26 07:04:52 +08:00
Jianbo Sun
d042c0c7ec
add extend component definition in KubeVela ( #1297 )
...
* update docs
* refactor docs
2021-03-25 23:26:32 +08:00
Jianbo Sun
b726481e7a
update the docs v1alpha2->v1beta1 ( #1292 )
...
* fix example
* update the docs v1alpha2->v1beta1
* add more dependency for build runner
2021-03-25 16:44:47 +08:00
Jianbo Sun
53ae9aaa40
add webhook convert. ( #1282 )
...
fix diff
update example and test data version
fix convert function
fix e2e for helm
clean up creationTimestamp in a hack way
fix ci
pending package suit test
fix group version
fix ci
fix ut
rename type to kind
fix example
fix conflicts
Co-authored-by: yangsoon <yangsoonlx@gmail.com>
2021-03-24 17:15:20 -07:00
Ryan Zhang
a4fda31829
Restore rollout after the change to point to appRevision ( #1271 )
...
* modify appRollout to reference appRevision
* fine tune rollout e2e tests
2021-03-24 14:09:40 -07:00
Jianbo Sun
9366c6e0b4
add hpa trait and fix template without params ( #1279 )
2021-03-24 16:18:58 +08:00
Jianbo Sun
320651c80d
add doc for cue development guide ( #1269 )
...
* create toc
* add CUE development-guide
* fix dry-run description
* Update docs/en/cue/development-guide.md
* finish the guide
* fix ci and sidebar
Co-authored-by: yangsoon <yangsoonlx@gmail.com>
2021-03-24 11:08:09 +08:00
guoxudong
94068571c5
fix the website ( #1273 )
...
Co-authored-by: guoxudong <guoxudong.dev@gmial.com>
2021-03-24 10:25:39 +08:00
Lei Zhang (Harry)
a96225a12b
Merge pull request #1270 from resouer/readme
...
Add more details in readme
2021-03-23 15:46:21 -07:00
Lei Zhang
086effa141
Add more details in readme
2021-03-23 15:38:54 -07:00
Jianbo Sun
acf497b1c7
make CUE inner kube package as a standalone package && clean code ( #1263 )
2021-03-23 16:30:49 +08:00
Jianbo Sun
30f30d9c93
update to the website ( #1259 )
...
* add more info into readme
* update readme to add more details
2021-03-23 12:04:00 +08:00
Yue Wang
f554523196
generate OpenAPI schema for Helm schematic compDef ( #1250 )
...
* get JSON schema for Helm schematic ComponentDefinition
Signed-off-by: roy wang <seiwy2010@gmail.com>
* add e2e test
update doc
add unit tests
Signed-off-by: roywang <seiwy2010@gmail.com>
2021-03-23 00:16:17 +08:00
zhuhuijun
a856499c3f
docs(rollout) add rollout state transition graph
...
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
2021-03-22 09:41:08 +08:00
ᴜɴᴋɴᴡᴏɴ
98bf8e6b86
Update concepts.md
2021-03-21 21:30:19 +08:00
ᴜɴᴋɴᴡᴏɴ
628f2e1fdb
Update introduction.md
2021-03-21 21:09:52 +08:00
Ryan Zhang
135282834d
swap appConfig with appContext ( #1245 )
...
* swap appConfig with appContext
* fix e2e test
* fix e2e test
* surpress helm test
2021-03-20 00:02:58 -07:00
Jianbo Sun
d6dc946998
Merge pull request #1247 from resouer/sidebar
...
Make sidebar even better
2021-03-20 13:08:19 +08:00
天元
7931e2a0a5
more useful vela system dry-run
2021-03-20 12:51:00 +08:00
Lei Zhang
3f28a6d917
Make sidebar even better
2021-03-19 21:31:22 -07:00
天元
f4c20d4459
update faq
2021-03-20 08:50:24 +08:00
天元
63d965d381
update vela cli docs and remove the deleted command docs
2021-03-20 08:45:39 +08:00
天元
d750cf2657
merge config/samples into docs/examples
2021-03-20 08:37:00 +08:00
Jianbo Sun
243fba3b23
Merge pull request #1242 from resouer/doc
...
Fix message in doc readme
2021-03-20 08:15:06 +08:00
Lei Zhang
485cdff57a
Fix message in doc readme
2021-03-19 16:07:13 -07:00
Lei Zhang (Harry)
bd00d2fc51
Merge pull request #1234 from resouer/doc
...
Fix sidebar and 404
2021-03-19 16:05:47 -07:00
Lei Zhang
d09531b343
Fix sidecar to 2 layers
2021-03-19 16:01:23 -07:00
Jian.Li
e4a5b17e90
Support import K8s native API and CRD in definition ( #1211 )
...
* vela builtin package
* add test cases
* add gvk test cases
* lint
* testEnv
* lint
* check-diff
* Optimized code
* test case split
* add docs
2021-03-18 22:22:40 -07:00
Lei Zhang
540d826295
Fix sidecar and 404
2021-03-18 17:23:21 -07:00
Lei Zhang (Harry)
ae5b8ff4af
Revert "refactor docs into 2 layers" ( #1232 )
2021-03-18 12:06:12 -07:00
天元
fdeedb31be
refactor docs into 2 layers
2021-03-18 15:37:57 +08:00
Jianbo Sun
ee649d9592
Merge pull request #1218 from resouer/fix-doc
...
Revise the doc site with recent features
2021-03-18 14:11:03 +08:00
Lei Zhang
7bddeff93d
Revise the doc site with recent features
2021-03-17 21:48:35 -07:00
Ryan Zhang
d4c2b7cb5a
Refactor appConfig Controller to make it reusable and rename appDeployment to appRollout ( #1208 )
...
* temp
* rename appDeploy and refactor AC controller
2021-03-16 22:46:38 -07:00
Jianbo Sun
abde9e789d
Merge pull request #1047 from captainroy-hy/doc-trait-definition
...
add doc about definition and template
2021-03-16 16:05:00 +08:00
Jianbo Sun
f589471640
Merge pull request #1183 from ryanzhang-oss/add-failure-rollback
...
Add deployment controller
2021-03-16 15:03:58 +08:00
Yue Wang
a76f847668
update doc about Helm schematic workload ( #1198 )
...
* update doc about Helm schemantic
Signed-off-by: roy wang <seiwy2010@gmail.com>
* update doc
Signed-off-by: roy wang <seiwy2010@gmail.com>
* Update docs/en/helm/known-issues.md
* Update docs/en/helm/known-issues.md
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-03-16 13:39:46 +08:00
roy wang
33df4d9dea
add doc about defition and template
...
Signed-off-by: roy wang <seiwy2010@gmail.com>
2021-03-16 14:30:45 +09:00
Ryan Zhang
14b3a4d6cb
refine the user experience by waiting for the AC to be templated
2021-03-15 22:03:23 -07:00
Ryan Zhang
e61cba4add
add deployment demo
2021-03-15 20:40:02 -07:00
Yue Wang
1652b4cf0c
init Helm module ( #1131 )
...
use settings from App to override Values
add discovery util to get workload created by helm module
add helm typed structs into workloadDef and traitDef
update doc & refine code
add e2e test for helm module application
use oam.dev/catalog as helm repo
Signed-off-by: roywang <seiwy2010@gmail.com>
2021-03-15 00:54:43 -07:00
yangsoon
60df873b93
Store ComponentDefinition capability schema in configMap ( #1180 )
...
* store componentdefinition capability schema in configMap
* fix componenetdef & traitdef controller test.
* change some componentdefinition field
* fix unit test error
* fix some code bug
* fix some yaml file error.
* fix copyright error
2021-03-15 11:08:46 +08:00
wyike
ccc5826616
Remove 3 standard controller (route autoscaler metrics ) ( #1172 )
...
* delete 4 standard controllers related code
delete related yaml
delete setup controller
add back podspecworkload controller
try to fix e2e
update related docs
fix failed test
fix docs problem
remove useless scheme
up timeout for e2e-test
change doc structure
* fix go mod
2021-03-12 14:57:59 +08:00
Ryan Zhang
1048b399fd
rename appRollout and add more fine tune tests ( #1166 )
...
* rename appRollout and add more fine tune tests
* improve rollout
* do not advance AC if we are not rolling
* fix e2e test bug
* fix the test
2021-03-11 15:56:38 +08:00
天元
339889813b
add quick start for application CRD
...
add quick start for application CRD
Update docs/en/quick-start.md
Co-authored-by: Hongchao Deng <hongchaodeng1@gmail.com>
Update docs/en/quick-start.md
Co-authored-by: Hongchao Deng <hongchaodeng1@gmail.com>
2021-03-10 10:57:26 +08:00
Zheng Xi Zhou
c2b6e6efdd
Store capability OpenAPI V3 JSON schema in ConfigMap ( #1106 )
...
* Store capability OpenAPI V3 JSON schema in ConfigMap
Store the OpenAPI v3 JSON Schema generated from the parameters of
a capability which could be used by api server
To fix #899
address comments
try to fix data race issue
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
* address comments: generate cue instance from cue json instead of local file
* update ConfigMap data at any time
* add more unit-test
* fix conflicts
* adapt to new spec.schematic.cue.template
* adapt to new spec.schematic.cue.template for controller unittest cases
* fix ci issues
* adapt to namespaced scope definition
* add more testcases on namespaced definitions with and without namespaces
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-03-10 10:44:58 +08:00
yangsoon
f60d6820d9
doc: add demo for webserver workload ( #1153 )
...
* add demo for webserver workload
* fix some fmt error
2021-03-09 16:47:07 +08:00
Jianbo Sun
31b1490359
Merge pull request #1150 from Cweiping/fix/improve_install_doc_command_style
...
improve install doc command style
2021-03-08 11:17:14 +08:00
Weiping Cai
0c1b9eba35
improve install doc command style
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2021-03-06 21:05:55 +08:00
Weiping Cai
f17d3feb06
fix vela svc ls error
...
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2021-03-06 15:27:52 +08:00
Ryan Zhang
c520a24423
fix rolling with manaul annotation and improve the demo a bit
2021-03-04 00:34:09 -08:00
Jianbo Sun
570cf01949
Merge pull request #1117 from wonderflow/cap
...
align workload/trait definition schema with v0.2.2 spec
2021-03-04 11:55:08 +08:00
天元
8c8ca60756
align workload/trait definition schema with v0.2.2 spec
2021-03-02 17:35:58 +08:00
Ryan Zhang
7207819080
fine tune rollout experience with demo ( #1119 )
...
* fine tune rollout experience with demo
* fix test
2021-03-02 17:24:12 +08:00
yangsoon
488341398a
fix:fix doc
2021-03-01 20:25:18 +08:00
Ryan Zhang
abf9270473
manual e2e test example with bug fixes
2021-03-01 01:00:27 -08:00
Holger Protzek
d6f28bfd9e
Removed prometheus and certmanager crd's ( #1005 )
...
* Removed prometheus and certmanager crd's, use cert-manager helm chart dependency instead
* Fixed unit and 2e2 tests. Added servicemonitors and certmanager crd dependencies for tests as testdata.
* Run `helm dependency update`
* Delete kubevela helm release and namespace if existing
* WIP - Bad hack to add the certmanager crds before installing kubevela with cert-manager as dependency. The cert-manager crds are not available, when kubevela Issuer are installed otherwise.
* WIP Added admission patch for webhook
* WIP Refactored secrets config
* WIP Fixed helm chart
* WIP Disabled metrics cap, due missing prometheus dependency by default
* WIP Added certmanager for e2e tests
* WIP Added certmanager for e2e tests
* WIP cleanup
* Updated docs
* Re-added certificate mount path
2021-02-26 16:46:01 +08:00
天元
6eeb98870f
fix doc and test
2021-02-24 18:59:36 +08:00
天元
98b059c0ae
output not allowed in traitdefinition, should use outputs:<resource>:<full object>
2021-02-23 16:20:30 +08:00
Jian.Li
95cd9bb198
Use "context.outputs" to reference auxiliary objects defined in the definition template ( #1087 )
...
* refer outputs
* add docs
* update docs
* rename object
2021-02-22 21:36:57 -08:00
Jianbo Sun
dd222ac876
refactor cli/dashboard/apiserver to reference folder ( #1084 )
...
* refactor cli/dashboard/apiserver to reference folder
* address comments
2021-02-23 13:03:38 +08:00
just-do1
1c91d46ce3
Fix remove the parameter "--sync" ( #1083 )
...
* [#929 ] Modification to comand vela show WORKLOAD_TYPE or TRAIT
* update the describetion of --web
* [#929 ] update --web describtion
* update the doc of check-ref-doc.md
* remove --sync parameter
2021-02-20 16:09:10 +08:00
Lei Zhang (Harry)
6419b8ff57
Merge pull request #1066 from resouer/doc
...
Fix readme in doc site
2021-02-19 15:07:19 -08:00
Jianbo Sun
645312a129
Merge pull request #1067 from zzxwill/init-container-trait
...
Check whether parameter.command is nill for init-container trait
2021-02-19 10:06:34 +08:00
Jianbo Sun
e48515850d
Merge pull request #1058 from vnzongzna/docs-update
...
Add sync capability section in install doc
2021-02-19 09:58:47 +08:00
zzxwill
936dc4100d
Check whether parameter.command is nill for init-container trait
...
Check whether parameter.command is nill before setting the value of
spec.template.spec.initContainers.command
Fix #1062
2021-02-18 14:58:25 +08:00
Harry Zhang
5c9e396e5c
Fix typo in vela appfile doc
2021-02-17 21:55:21 -08:00
Lei Zhang (Harry)
bb7033b1e6
Fix typo in vela appfile doc ( #1065 )
2021-02-17 19:53:15 -08:00
Harry Zhang
7db9b93e1a
Move appfile doc to ref dir
2021-02-17 17:32:49 -08:00
vnzongzna
8554fb1a2d
add sync capability section in install doc
2021-02-17 01:13:33 +05:30
Lei Zhang (Harry)
1f0af863ef
Fix quick start and concept based on app crd ( #1051 )
2021-02-10 13:28:49 -08:00
Lei Zhang (Harry)
9d47a85f80
Fix link in cap docs ( #1050 )
2021-02-09 15:51:06 -08:00
Harry Zhang
101ac18836
Revise the app crd doc
2021-02-08 22:14:47 -08:00
roy wang
67adafce1b
update doc about traitDef definitionRef
...
Signed-off-by: roy wang <seiwy2010@gmail.com>
2021-02-08 20:34:47 +09:00
天元
a4da93877d
add status loop back doc
2021-02-08 17:30:52 +08:00
天元
87fca7b22a
add trait with CUE
2021-02-08 16:47:45 +08:00
天元
fa053a53d0
add workload type with CUE
2021-02-08 16:10:47 +08:00
天元
b8ee8e879f
advanced cue grammar
2021-02-08 16:10:47 +08:00
天元
cd6d0a5787
add basic CUE
2021-02-08 16:10:47 +08:00
天元
52e3bacfae
add application CRD introduction
2021-02-08 16:10:47 +08:00
Zheng Xi Zhou
3ee746ae17
Add latest release tag to be the prefix of latest version of Chart ( #1007 )
...
* Add latest release tag to be the prefix of latest version of Chart
Currently the latest chart is vela-core:latest, which could
not be supported by Artifacthub, add latest tag and make the
latest chart version as `vx.y.z-latest`
* calculate the next tag to be the latest master chart version
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-02-07 17:55:34 +08:00
Harry Zhang
cd971063f8
Update the details of the doc
2021-02-04 14:26:21 -08:00
Jianbo Sun
b6f10bb1fa
Merge pull request #975 from leejanee/app-status
...
display trait status information with customized style
2021-02-04 20:22:19 +08:00
天元
868e0925d4
move health check and status out of extention
2021-02-04 17:56:20 +08:00
Harry Zhang
966a773195
Fix doc detail
2021-02-03 10:04:43 -08:00
Lei Zhang (Harry)
b99a4b619c
Merge pull request #960 from resouer/dev
...
Explain KubeVela
2021-02-02 11:33:30 -08:00
Lei Zhang (Harry)
5ae47074d1
Update docs/en/platform-engineers/overview.md
...
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-02-02 10:32:01 -08:00
Lei Zhang (Harry)
5a2305b83e
Update docs/en/platform-engineers/overview.md
...
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-02-02 10:31:50 -08:00
Lei Zhang (Harry)
78a145fa74
Update docs/en/platform-engineers/overview.md
...
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-02-02 10:31:30 -08:00
Holger Protzek
f737379738
Added ingressClass to route trait ( #947 )
...
* Added ingressClass to route trait
* typo
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
* run make reviewable
* fixed ingress test
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-02-02 09:52:20 +08:00
Jianbo Sun
c41bd241ce
update kubevela installation guide ( #955 )
...
* update kubevela installation guide
* adress comments
* Update docs/en/install.md
Co-authored-by: Hongchao Deng <hongchaodeng1@gmail.com>
* Update docs/en/install.md
Co-authored-by: Hongchao Deng <hongchaodeng1@gmail.com>
* remove line
* address comments
Co-authored-by: Hongchao Deng <hongchaodeng1@gmail.com>
2021-01-29 15:46:58 +08:00
Jianbo Sun
66fb99954e
fix quick start guide as we don't have route trait installed as default ( #954 )
...
* fix quick start guide as we don't have route trait installed as default
* add a description for ingress trait
2021-01-29 14:56:38 +08:00
Jianbo Sun
f39660c286
Merge pull request #953 from wonderflow/svcd
...
deprecate unused vela commands
2021-01-29 13:48:31 +08:00
天元
aed2494875
allow multiple outputs for workloaddefintion
2021-01-29 11:39:44 +08:00
Lei Zhang (Harry)
d1c93ed90c
Update docs/en/platform-engineers/overview.md
...
Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com>
2021-01-28 19:22:08 -08:00
Harry Zhang
ef5d3c35c6
Explain KubeVela
2021-01-28 12:30:25 -08:00
天元
52aed26b96
update docs
2021-01-28 15:21:04 +08:00
just-do1
0a6065d7d0
[ #929 ] Modification to comand vela show WORKLOAD_TYPE or TRAIT ( #948 )
...
* [#929 ] Modification to comand vela show WORKLOAD_TYPE or TRAIT
* update the describetion of --web
* [#929 ] update --web describtion
* update the doc of check-ref-doc.md
2021-01-28 12:28:47 +08:00
Jianbo Sun
fa58501a97
remove 3rd party dependency from default installation ( #946 )
...
* remove 3rd party dependency from default installation
* fix CI
2021-01-27 18:29:42 -08:00
Zheng Xi Zhou
aa03e9c9d4
OpenAPI: Application creation based on Application object ( #924 )
...
* OpenAPI: Application creation based on Application object
Implemented Application creation OpenAPI based on new Application object
To #913
* fix e2e problems
* fix import issue
2021-01-28 10:15:26 +08:00
Jianbo Sun
72ee26dbb4
add advanced trait tutorial ( #921 )
...
* add advanced trait tutorial
* add more intersiting trait
* init container and patch
* add more traits
* node affinity
* addressing comment
2021-01-25 10:53:36 +08:00
zeed-w-beez
5b1a55b58b
happy new year
...
Use variable-year in copyrights.
2021-01-22 11:25:21 +08:00
Zheng Xi Zhou
eba7049f39
Add Getdefinition OpenAPI in Restful-api docs ( #917 )
...
Added Getdefinition api docs and update email contact
2021-01-22 10:20:22 +08:00
Harry Zhang
879c6c8878
Fix ref doc guide
2021-01-20 21:22:49 -08:00
Hongchao Deng
c722f561b0
Merge pull request #901 from zzxwill/ref-docs
...
Add `Writing Appfile` based on capability references docs
2021-01-20 19:20:32 -08:00
Harry Zhang
87cc86dde2
Update the concept doc to reflect app crd
2021-01-20 17:33:20 -08:00
Zheng Xi Zhou
f0d8bd078b
address comments
...
Co-authored-by: Jianbo Sun <wonderflow.sun@gmail.com>
2021-01-20 15:56:20 +08:00
zzxwill
78b86d84b6
Add `Writing Appfile` based on capability references docs
...
Introduced `vela show` with and without flag `--no-website`, and
official site to help setting properties for workload types and
traits.
2021-01-20 15:56:20 +08:00
guoxudong
806c396264
update docs
2021-01-20 13:37:43 +08:00
Jianbo Sun
721ca9ff92
Merge pull request #886 from zzxwill/ref-docs
...
Generate the reference doc for a workload type or trait in the local host website and in a table style on Cli console
2021-01-20 10:34:03 +08:00
zzxwill
48f3ed94b7
convert configuration files to variables
...
open the exact reference doc link for a capability
add option `--no-website` to support display reference docs on console
2021-01-19 15:16:40 +08:00
Hongchao Deng
cb368c2f8c
roadmap: add template, rewrite 2020 winter, add 2021 spring ( #891 )
...
* roadmap: add template, rewrite 2020 winter, add 2021 spring
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* Update docs/en/roadmap/2020-12-roadmap.md
Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com>
* update
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com>
2021-01-19 09:57:27 +08:00
Hongchao Deng
a10dccf5bd
Vela APIServer and Catalog Design ( #881 )
...
* APIServer + Catalog Architecture Design
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* update
2021-01-15 11:22:59 -08:00
Jianbo Sun
4732bd943d
Update docs/en/concepts.md
...
Co-authored-by: Zheng Xi Zhou <zzxwill@gmail.com>
2021-01-15 19:05:40 +08:00
Harry Zhang
00ba0697dc
Update concepts and readme to reflect recent change
2021-01-14 22:14:57 -08:00
Harry Zhang
30585f80e6
Init platform builder doc
2021-01-14 21:38:03 -08:00
Zheng Xi Zhou
83ce5ec724
Add `ConflictsWith` and more sections for Rollout ( #869 )
...
Added `ConflictsWith` and `How Rollout Works` section to Rollout Reference Docs.
To fix #777
2021-01-14 17:22:55 +08:00
zzxwill
509895511b
Expend column width for "vela workloads/traits"
...
Expended column width for `vela workloads/traits` and also
shortened the description for all workloads and traits.
Fixed a tiny issue in hack/reference/generate.go
To fix issue #827
2020-12-28 20:57:22 +08:00
zzxwill
4b27f9b4e2
Add "How to fix issue: MutatingWebhookConfiguration mutating-webhook-configuration exists?"
...
Added another question.
To cover issue #794
2020-12-28 17:44:58 +08:00
Zheng Xi Zhou
ddba62fba0
Generate restful api based on Swagger ( #765 )
...
* Generate restful api based on Swagger
As OpenAPI has to be quickly developped to support front-end developement, so
did the restufl api docs. Based on swagger, generate the docs automatically
* fix conflicts and add application list annotation
2020-12-22 16:35:26 -08:00
guoxudong
15a24c65b9
fix toc ( #802 )
2020-12-22 16:32:48 -08:00
guoxudong
56285ca540
add restful api docs ( #801 )
2020-12-22 15:16:56 +08:00
guoxudong
e23f6b3866
docs add brew
2020-12-22 14:47:54 +08:00
zzxwill
56aa3c24d7
Add "Autoscale: how to enable metrics server in various Kubernetes clusters?" in FAQ
...
Also linked the FAQ in set-autoscale.md
2020-12-18 21:02:11 +08:00
天元
dbd855cc25
address comments
2020-12-18 19:11:57 +08:00
Jianbo Sun
1694980eba
Update docs/blog/zh/extend-kubevela-by-cuelang-in-20-mins.md
...
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com>
2020-12-17 09:54:46 +08:00
Jianbo Sun
feee1306fd
Update docs/blog/zh/extend-kubevela-by-cuelang-in-20-mins.md
...
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com>
2020-12-17 09:54:30 +08:00
Jianbo Sun
0d56da4ab8
Update docs/blog/zh/extend-kubevela-by-cuelang-in-20-mins.md
...
Co-authored-by: Lei Zhang (Harry) <resouer@gmail.com>
2020-12-17 09:53:28 +08:00
天元
b8fd6f9823
add blog about how to extend kubevela by cuelang
2020-12-15 20:14:50 +08:00
Zheng Xi Zhou
f51dccf956
Minor updates on docs ( #758 )
...
Updated reference docs for autoscale and task, updated
cli docs
2020-12-09 10:35:59 -08:00
zzxwill
c1de71d122
Minor docs fix
...
In extending trait docs, correct heading level for "Step 3"
2020-12-09 17:06:14 +08:00
Jianbo Sun
922892a909
Merge pull request #753 from zzxwill/faq
...
Add `what's the difference between Kubevela and helm` in FAQ
2020-12-09 14:35:43 +08:00
zzxwill
f36f7296fd
Add `what's the difference between Kubevela and helm` in FAQ
...
Added the question from #704 in FAQ
2020-12-09 14:32:30 +08:00
Jianbo Sun
eff9d5f6e9
Merge pull request #752 from ElementakGod/fix-rds
...
Fixed the problem that the rds crd name is incorrect
2020-12-09 13:55:13 +08:00
guoxudong
f011fe14bc
fix
2020-12-09 13:40:04 +08:00
陈浩
7889a8c467
change the name of rds crd
2020-12-09 13:37:48 +08:00
guoxudong
f37cb3a1a7
Toc adapts to narrow screens
2020-12-09 13:01:35 +08:00
guoxudong
960322c21f
Docs update ( #741 )
...
* update docs
* add blog
* fix
2020-12-08 10:17:24 -08:00
zzxwill
901b1ef83e
Fix broken link
...
Fixed broken link for `Capability Oriented` in appfile-design.md
2020-12-05 23:50:09 +08:00