fix installation link

Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
This commit is contained in:
Hongchao Deng
2020-10-31 15:30:18 -07:00
parent c51f4d5074
commit 27bb0f8844
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Learn and use KubeVela with tutorials and user stories.
**Overview**
- [Introduction](introduction.md)
- [Installation](./installmd)
- [Installation](./install.md)
- [Quick Start](quick-start.md)
- [Concepts](concepts.md)
+3 -3
View File
@@ -17,12 +17,12 @@ Firstly, application developers have to understand quite a few new
concepts and resource specifications before deploying their applications.
Sometimes, this is not an easy task. For example, it may take a while
for developers to understand some runtime related configurations
such as `allowPrivilegeEscalation` which they rarely touch in their daily work.
such as `allowPrivilegeEscalation` which they rarely touch in daily work.
The pervasive use of CRDs makes the situation even worse since developers
have to learn all the CRD schemas as well.
Moreover, since developers have to specify the details of all the
involved resource objects, application management in Kubernetes soon
Moreover, since in Kubernetes developers have to know all of
the configuration details of involved objects, application management soon
becomes a headache of handling a large amount of resource YAML files.
We have seen that the lack of API abstraction had led to low productivity,
unexpected errors or misconfigurations in production. Application developers