kubevela(bba5de9a8c0fa02e2b5e3950dd380c95d86909a5) for refs/heads/master commit
This commit is contained in:
parent
a25bceb2ef
commit
a1779ff045
|
@ -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),
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: KubeVela Rollout RoadMap
|
||||
title: Progressive Rollout RoadMap
|
||||
---
|
||||
|
||||
Here are some workitems on the roadmap
|
||||
|
|
|
@ -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
|
||||
|
||||

|
||||

|
||||
|
||||
## Roadmap
|
||||
|
||||
Our recent roadmap for progressive rollout is [here](./roadmap).
|
14
sidebars.js
14
sidebars.js
|
@ -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"
|
||||
]
|
||||
}
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue