zzxwill
7031e04c75
Revise Autoscaler doc with appfile focused
...
- Splitted autoscale docs to be appfile focused,
and add cpu utilization scaling policy for appfile
- Allow user to input parameter with int type, like
10 instead of "10"
- Change cpuRequest/cpu to proper names
To fix #564
2020-11-12 19:02:14 +08:00
天元
40ab610a8e
remove annotation for apiversion and kind, use discoverymapper instead
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com>
2020-11-12 12:04:08 +08:00
天元
07351d9dd7
update vela init UI
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com>
2020-11-11 16:16:01 +08:00
天元
5c0f26c6f6
fix doc gen path
2020-11-10 20:16:15 +08:00
天元
fd3f300901
support rollout trait
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com>
2020-11-10 20:13:27 +08:00
Zheng Xi Zhou
91f47586cf
Autoscaler for appfile ( #510 )
...
* Autoscaler for appfile
completed spec.extension.template to support autoscale in
cli and appfile
* add alias name to cpuRequest in Cli for deploying webservice
2020-11-07 07:54:59 +08:00
天元
9a27c604b1
don't specify replica in template
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com>
2020-11-06 14:30:17 +08:00
天元
630e27f762
don't add name for workload object
2020-11-06 13:05:40 +08:00
Jianbo Sun
2121fa6cc1
Merge pull request #500 from zzxwill/docs-scale
...
Add Autoscaler docs and support cli and appfile
2020-11-04 14:32:20 +08:00
zzxwill
81d40a2f51
Wrongly rebased newly merged requests from comments, fixed it.
...
co-authored-by: 天元 <jianbo.sjb@alibaba-inc.com>
2020-11-04 11:39:05 +08:00
Hongchao Deng
e20b6c9bf4
doc: add app init, config, and capability references
...
additionally:
- change backend workload type to worker
- add cue format script
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
2020-11-03 19:25:41 -08:00
天元
5066320a2f
start promethus instance on installation
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com>
2020-11-03 16:15:46 +08:00
zzxwill
d082502406
Add Autoscaler docs and support cli and appfile
...
added Autoscaler docs and add spec.extension.template
for cli and appfile
2020-11-03 12:02:23 +08:00
天元
26b6327919
fix metric capability and add tutroial
...
Signed-off-by: 天元 <jianbo.sjb@alibaba-inc.com>
2020-11-02 15:50:20 +08:00
Hongchao Deng
8b3c2104bc
update manualscale cue to set default replica 1 and update appfile example to exclude scaler trait
2020-10-30 21:14:53 -07:00
Hongchao Deng
8fdf48eac1
Add appfile tutorial and fix code
...
includes:
- fix up command to save appfile to env dir
- update cue template to include cmd and config
- move design to doc/design
2020-10-29 22:41:07 -07:00
Hongchao Deng
b52fc92e93
change podspec workload to deployment in built-in templates ( #458 )
...
* change podspec workload to deployment in built-in templates
* fix
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
2020-10-28 13:28:27 +08:00
Jianbo Sun
5dd91add89
Merge pull request #447 from wonderflow/fixdoc
...
fix doc gen path
2020-10-27 17:06:21 +08:00
Hongchao Deng
ac9a2a2b81
fix e2e
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
2020-10-27 01:38:10 -07:00
天元
4d4ea8f3c4
fix doc gen path
2020-10-27 15:48:44 +08:00
Hongchao Deng
182805c9ca
move and remove extra parameter def
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
2020-10-26 23:14:48 -07:00
Hongchao Deng
eed2e2f219
fix
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
2020-10-26 20:51:16 -07:00
Hongchao Deng
16d3cbd5a4
add readme
2020-10-26 20:51:16 -07:00
Hongchao Deng
80cf81e4d5
update templates
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
2020-10-26 20:51:16 -07:00
Ryan Zhang
109e807d17
add flagger rollout example README
2020-10-24 19:26:27 +08:00
Hongchao Deng
8b0764e170
fix codecov
...
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
2020-10-21 17:15:13 -07:00
Hongchao Deng
20a5457d5f
refactor pkg/application to use Appfile ( #402 )
...
* refactor pkg/application to use Appfile
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* fix build
* fix workload
* refactor pkg/application to use Appfile
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* rebase
* fix
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* e2e
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* update design
* add test coverage for appfile
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* comment
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
2020-10-21 13:01:46 +08:00
天元
04fcad21d4
refactor command and add vela generate-doc for cli
2020-10-20 14:54:02 +08:00
Hongchao Deng
b08c6b9441
Appfile: Extensible, User-friendly Application Config Format ( #390 )
...
* design doc
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* Support deployment via appfile
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* design update
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* comments
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* update
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
* refactor
* add multi services example in design doc
2020-10-18 11:22:17 +08:00
Hongchao Deng
4fa3fb6486
move codecov upload to github workflow
2020-10-16 16:44:35 -07:00
Hongchao Deng
62de2e4d50
test codecov
2020-10-16 16:19:40 -07:00
Hongchao Deng
4889e458d4
add token
2020-10-16 16:07:47 -07:00
Hongchao Deng
8f4d9b37d2
fix
2020-10-16 15:24:59 -07:00
Hongchao Deng
0e83ff303c
add codecov
2020-10-16 15:16:58 -07:00
Jianbo Sun
1479109324
move chart build to source file, allow chart CRD switching to V1 of cert-manager ( #382 )
...
* add chart_source
* generate chart to fake file
* switching to V1 of cert-manager
make exec time longer
2020-10-13 17:20:59 +08:00
Jianbo Sun
53a9e9284d
Merge pull request #359 from wonderflow/fixroute
...
Some fixes
2020-10-09 08:31:37 +08:00
roy wang
ceaf6db82c
fix minor bugs in generate.go
...
Signed-off-by: roy wang <seiwy2010@gmail.com>
2020-10-08 19:09:22 +09:00
天元
6d50eed4f9
fix temparory chart dir created when develop locally
2020-10-08 15:58:43 +08:00
Ryan Zhang
61544a0be6
rename containerized to podspecworkload
2020-10-06 00:25:16 -07:00
Zheng Xi Zhou
08701568a1
Fix OpenAPIV3Schema Validation Issue ( #300 )
...
* Fix OpenAPIV3Schema Validation Issue
Temporarily corrects spec.validation.openAPIV3Schema issue, and it would be removed
after this issue was fixed https://github.com/oam-dev/kubevela/issues/284 .
* fix vela install issue
* return error during fixing APIV3SchemaValidation issue
2020-09-22 15:51:38 +08:00
天元
1e4a1159b5
clean up
2020-09-11 17:52:14 +08:00
天元
12ecb89bc4
release
2020-09-10 20:33:37 +08:00
Ryan Zhang
8597a122fb
add manual test for containerized and metricsTrait
2020-09-02 21:16:44 -07:00
Ryan Zhang
c1e18f1b40
fix the test
2020-08-27 00:09:22 -07:00
Ryan Zhang
291a9e628e
add all the controllers
2020-08-26 21:52:51 -07:00
天元
4f13b58663
init rudrx
2020-07-07 00:12:13 +08:00