Skip to content

Commit d420aeb

Browse files
enhance VZ content (#163)
1 parent c8082bd commit d420aeb

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

documentation/staging/1.3/content/navigate/verrazzano/vz-application.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ description: "Define and deploy a Verrazzano application."
1919
A Verrazzano application is comprised of Components. Components encapsulate application implementation details.
2020
For detailed information, see [Applications](https://verrazzano.io/latest/docs/applications/) in the Verrazzano documentation.
2121

22+
The `Application` section makes it easy to compose an application that includes the Component for the WebLogic domain.
23+
2224
### Design View
23-
`Design View` lets you specify the data used to define an Verrazzano application.
24-
Start by providing values for the following fields:
25+
`Design View` provides values for defining the application and customizing it for the target environment.
2526

2627
- `Application Name` - The name of the Verrazzano application.
2728
- `Application Namespace` - The Kubernetes namespace to which the application will be deployed.
@@ -44,7 +45,7 @@ Use the `Add Components` button to apply Traits to your application:
4445
- Logging Trait - contains the configuration for an additional logging sidecar with a custom image and Fluentd configuration file.
4546

4647
### Code View
47-
`Code View` displays a shell script for deploying the Verrazzano application for the WebLogic domain into Kubernetes
48+
`Code View` displays a shell script for deploying the application for the WebLogic domain into Verrazzano
4849
as well as the application YAML resource definition and project resource, if applicable.
4950

5051
If it is not already selected, then use the `Script Language` drop-down menu to choose the desired scripting language. Note

documentation/staging/1.3/content/navigate/verrazzano/vz-component.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ The `Component` section provides support for creating and deploying the Verrazza
2828

2929
### Design View
3030
`Design View` helps you specify the data needed to generate the component definition and deploy
31-
that resource into a Kubernetes cluster.
31+
that resource into a Kubernetes cluster. It provides values for various Kubernetes objects, including model variable overrides and secrets.
32+
33+
`Verrazzano Version`- The three digit version number of the installed Verrazzano version from the target environment.
3234

3335
The `Domain UID` field defines the name of the Kubernetes Domain custom resource object. This name must be unique
3436
within the Kubernetes namespace where it will be created, which is controlled by the `Kubernetes Namespace` field.
@@ -246,7 +248,7 @@ or the `Go` > `Deploy Verrazzano Component` menu item.
246248
### Undeploy Component
247249
`Undeploy Component` removes the domain custom object for the WebLogic domain and its
248250
dependent objects in Kubernetes. Undeploying the Verrazzano component will make any Verrazzano applications
249-
referencing these components invalid. In addition, you can choose whether to also delete the corresponding namespace.
251+
referencing these components invalid. In addition, you can choose whether to also delete the corresponding namespace.
250252
Removing the Verrazzano components' namespace removes all applications, components, secrets, ConfigMaps, and other
251253
Kubernetes objects that exist in the Kubernetes namespace.
252254
You access these actions by using the `Undeploy Component` button

0 commit comments

Comments
 (0)