sync commit 0c8e22ef4dd91d67de02b6ee6d9c95330813f49b from kubevela-refs/heads/master

This commit is contained in:
kubevela-bot 2021-04-14 02:56:54 +00:00
parent 1b4f0898d5
commit 9ed2975753
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ title: Define resources located in defferent namespace with application
In this section, we will introduce how to use cue template create resources (workload/trait) in different namespace with the application.
By default, the `metadata.namespace` of K8s resource in CuE template is automatically filled with the same namespace of the applicaiton.
By default, the `metadata.namespace` of K8s resource in CuE template is automatically filled with the same namespace of the application.
If you want to create K8s resources running in a specific namespace witch is different with the application, you can set the `metadata.namespace` field.
KubeVela will create the resources in the specified namespace, and create a resourceTracker object as owener of those resources.

View File

@ -571,7 +571,7 @@ context:
## Dry-Run the `Application`
When CUE template is good, we can use `vela system dry-run` to dry run and check the rendered resources in real Kubernetes cluster. This command will exactly execute the same render logic in KubeVela's `Application` Controller adn output the result for you.
When CUE template is good, we can use `vela system dry-run` to dry run and check the rendered resources in real Kubernetes cluster. This command will exactly execute the same render logic in KubeVela's `Application` Controller and output the result for you.
First, we need use `mergedef.sh` to merge the definition and cue files.