updates relative path of the doc
Signed-off-by: Amit Singh <singhamitch@outlook.com>
This commit is contained in:
parent
1b34503dca
commit
ce88dc32f6
|
@ -3,7 +3,7 @@ title: Definition Version Control
|
|||
---
|
||||
|
||||
## Introduction
|
||||
KubeVela supports Semantic Versioning for all types of [Definitions](../getting-started/definition), providing control over which versions of Definitions are used in Applications. This feature enables to specify exact version or version range for Definitions, enforce Semantic Versioning, and manage automatic upgrades of Definitions within KubeVela Applications.
|
||||
KubeVela supports Semantic Versioning for all types of [Definitions](../getting-started/definition.md), providing control over which versions of Definitions are used in Applications. This feature enables to specify exact version or version range for Definitions, enforce Semantic Versioning, and manage automatic upgrades of Definitions within KubeVela Applications.
|
||||
|
||||
## Feature Overview
|
||||
1. Semantic Versioning for Definition
|
||||
|
|
|
@ -20,7 +20,7 @@ Source code of this addon are all here: https://github.com/kubevela/catalog/tree
|
|||
|
||||
* [Prometheus Server](../../platform-engineers/operations/observability.md): Collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.
|
||||
* [Node Exporter](../../platform-engineers/operations/observability.md): Prometheus exporter for hardware and OS metrics exposed by *NIX kernels, written in Go with pluggable metric collectors.
|
||||
* [Mysql Exporter](../../../../../../versioned_docs/version-v1.10/reference/addons/mysql-exporter.md): Prometheus exporter for MySQL server metrics.
|
||||
* [Mysql Exporter](../../../../../../docs/reference/addons/mysql-exporter.md): Prometheus exporter for MySQL server metrics.
|
||||
* [Grafana](../../platform-engineers/operations/observability.md): Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
|
||||
* [Loki](../../platform-engineers/operations/o11y/logging.md): A log aggregation system designed to store and query logs from all your applications and infrastructure.
|
||||
* [Kube State Metrics](../../platform-engineers/operations/observability.md): A simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
|
||||
|
@ -62,11 +62,11 @@ Source code of this addon are all here: https://github.com/kubevela/catalog/tree
|
|||
|
||||
## Storage
|
||||
|
||||
* [ChartMuseum](../../../../../../versioned_docs/version-v1.10/reference/addons/chartmuseum): An open-source and easy to deploy Helm Chart Repository server.
|
||||
* [ChartMuseum](../../../../../../docs/reference/addons/chartmuseum): An open-source and easy to deploy Helm Chart Repository server.
|
||||
|
||||
## SaaS Workload
|
||||
|
||||
* [netlify](../../../../../../versioned_docs/version-v1.10/reference/addons/netlify): Netlify is a SaaS platform that can serve website especially for frontend service, it provides free allowances that was pretty cool to be used for demo and test.
|
||||
* [netlify](../../../../../../docs/reference/addons/netlify): Netlify is a SaaS platform that can serve website especially for frontend service, it provides free allowances that was pretty cool to be used for demo and test.
|
||||
|
||||
## Developer Tools
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Definition Version Control
|
|||
---
|
||||
|
||||
## Introduction
|
||||
KubeVela supports Semantic Versioning for all types of [Definitions](../getting-started/definition), providing control over which versions of Definitions are used in Applications. This feature enables to specify exact version or version range for Definitions, enforce Semantic Versioning, and manage automatic upgrades of Definitions within KubeVela Applications.
|
||||
KubeVela supports Semantic Versioning for all types of [Definitions](../getting-started/definition.md), providing control over which versions of Definitions are used in Applications. This feature enables to specify exact version or version range for Definitions, enforce Semantic Versioning, and manage automatic upgrades of Definitions within KubeVela Applications.
|
||||
|
||||
## Feature Overview
|
||||
1. Semantic Versioning for Definition
|
||||
|
|
|
@ -141,13 +141,13 @@ Provision cloud resources from UI Console can be more appropriate.
|
|||
|
||||

|
||||
|
||||
- Bind the cloud provider to the [target](../../../docs/how-to/dashboard/target/overview.md). You can do that in `Resources/Targets` page. Edit the `Shared Variables`, select provider you want to bind to this target.
|
||||
- Bind the cloud provider to the [target](../how-to/dashboard/target/overview.md). You can do that in `Resources/Targets` page. Edit the `Shared Variables`, select provider you want to bind to this target.
|
||||
|
||||

|
||||
|
||||
### Creating your cloud service
|
||||
|
||||
The UI console operations are the same, you can refer to [this guide](../../../docs/how-to/dashboard/application/create-application.md).
|
||||
The UI console operations are the same, you can refer to [this guide](../how-to/dashboard/application/create-application.md).
|
||||
|
||||
Firstly, Create an application and choose the type of your cloud service, they will always has a prefix of vendor such as `aws-`, `azure` or `alibaba-`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue