kubevela(bba5de9a8c0fa02e2b5e3950dd380c95d86909a5) for refs/heads/master commit

This commit is contained in:
kubevela-bot 2021-03-29 10:33:37 +00:00
parent a25bceb2ef
commit a1779ff045
4 changed files with 17 additions and 10 deletions

View File

@ -1,5 +1,5 @@
---
title: AppDeployment Tutorial
title: Multi-Revision, Multi-Cluster Deploy
---
The files needed for the tutorial are in [`docs/examples/appdeployment`](https://github.com/oam-dev/kubevela/tree/master/docs/examples/appdeployment),

View File

@ -1,5 +1,5 @@
---
title: KubeVela Rollout RoadMap
title: Progressive Rollout RoadMap
---
Here are some workitems on the roadmap

View File

@ -1,6 +1,7 @@
---
title: KubeVela Rollout
title: Progressive Rollout
---
`Rollout` or `Upgrade` is one of the most essential "day 2" operation on any application
. KubeVela, as an application centric platform, definitely needs to provide a customized solution
to alleviate the burden on the application operators.
@ -258,4 +259,8 @@ ApplicationRollout's "Rolling State" becomes `rolloutSucceed`
## State Transition
Here is the high level state transition graph
![](../../resources/approllout-status-transition.jpg)
![](../../resources/approllout-status-transition.jpg)
## Roadmap
Our recent roadmap for progressive rollout is [here](./roadmap).

View File

@ -16,6 +16,14 @@ module.exports = {
'quick-start',
],
},
{
type: 'category',
label: 'Progressive Rollout',
items:[
"rollout/rollout",
"rollout/appdeploy"
]
},
{
type: 'category',
label: 'Platform Builder Guide',
@ -70,12 +78,6 @@ module.exports = {
]
}
]
},
{
"Progressive Rollout":[
"rollout/appdeploy",
"rollout/rollout"
]
}
],
},