From a1779ff045ebb98ec9b3794f3a433d013947d446 Mon Sep 17 00:00:00 2001 From: kubevela-bot Date: Mon, 29 Mar 2021 10:33:37 +0000 Subject: [PATCH] kubevela(bba5de9a8c0fa02e2b5e3950dd380c95d86909a5) for refs/heads/master commit --- docs/rollout/appdeploy.md | 2 +- docs/rollout/roadmap.md | 2 +- docs/rollout/rollout.md | 9 +++++++-- sidebars.js | 14 ++++++++------ 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/docs/rollout/appdeploy.md b/docs/rollout/appdeploy.md index 770dc4cc..1264b93e 100644 --- a/docs/rollout/appdeploy.md +++ b/docs/rollout/appdeploy.md @@ -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), diff --git a/docs/rollout/roadmap.md b/docs/rollout/roadmap.md index a6b342f5..f0cbf89d 100644 --- a/docs/rollout/roadmap.md +++ b/docs/rollout/roadmap.md @@ -1,5 +1,5 @@ --- -title: KubeVela Rollout RoadMap +title: Progressive Rollout RoadMap --- Here are some workitems on the roadmap diff --git a/docs/rollout/rollout.md b/docs/rollout/rollout.md index 78a4053b..7729079a 100644 --- a/docs/rollout/rollout.md +++ b/docs/rollout/rollout.md @@ -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) \ No newline at end of file +![](../../resources/approllout-status-transition.jpg) + +## Roadmap + +Our recent roadmap for progressive rollout is [here](./roadmap). \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 7593ee5a..aa7c761a 100644 --- a/sidebars.js +++ b/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" - ] } ], },