mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-23 22:46:53 +00:00
Minor fix on doc framework (#442)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||

|
||||
|
||||
*Making shipping applications more enjoyable.*
|
||||
*Make shipping applications more enjoyable.*
|
||||
|
||||
# KubeVela
|
||||
|
||||
|
||||
+2
-2
@@ -8,9 +8,9 @@ Learn and use KubeVela with tutorials and user stories.
|
||||
- [Concepts](concepts.md)
|
||||
|
||||
**For Developers**
|
||||
- [Configuring Deployment Environment](developers/config-enviroments.md)
|
||||
- [Setting Up Deployment Environment](developers/config-enviroments.md)
|
||||
- [Deploying Application](developers/deploy-app.md)
|
||||
- [Visiting Application](developers/set-route.md)
|
||||
- [Setting Routes](developers/set-route.md)
|
||||
- [Setting Auto-scaling Policy](developers/set-autoscaling.md)
|
||||
- [Setting Rollout Strategy](developers/set-rollout.md)
|
||||
- [Monitoring Application](developers/set-metrics.md)
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
# Configuring Deployment Environments
|
||||
# Setting Up Deployment Environment
|
||||
|
||||
Before working with your application, you need to prepare a deployment environment (e.g. test, staging, prod etc) which will configure the workspace, email for certificate issuer and domain for your application.
|
||||
|
||||
## Create environment
|
||||
|
||||
> TODO `--namespace` and `--domain` should be able to skipped
|
||||
|
||||
> TODO why don't use xip.io as demo?
|
||||
|
||||
```console
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Visiting Application
|
||||
# Setting Routes
|
||||
|
||||
Once your web services of the application is deployed, you can visit it from outside world via `route` feature.
|
||||
|
||||
|
||||
@@ -35,6 +35,10 @@ This command will install KubeVela server components in your Kubernetes cluster.
|
||||
|
||||
> TODO Paste a output of successful installation here.
|
||||
|
||||
## Dependencies
|
||||
|
||||
> TODO Describe how vela install handle Prometheus & Grafana, Flagger and KEDA, and what if user want to replace them with his own version. (It's fine to say KEDA, Flagger is a temporary fork and we will ship the fixes to upstreams very soon)
|
||||
|
||||
|
||||
## Clean Up
|
||||
|
||||
|
||||
Reference in New Issue
Block a user