diff --git a/src/app/frontend/chrome/chrome.html b/src/app/frontend/chrome/chrome.html index 11b448939b95..ac7eae57d201 100644 --- a/src/app/frontend/chrome/chrome.html +++ b/src/app/frontend/chrome/chrome.html @@ -17,7 +17,7 @@
- +

diff --git a/src/app/frontend/deploy/deploy.html b/src/app/frontend/deploy/deploy.html index f115bfe3dbf5..0ead9bb333e5 100644 --- a/src/app/frontend/deploy/deploy.html +++ b/src/app/frontend/deploy/deploy.html @@ -30,7 +30,7 @@

Deploy a Containerized App

To learn more, - + take the Dashboard Tour open_in_new diff --git a/src/app/frontend/deploy/deployfromsettings.html b/src/app/frontend/deploy/deployfromsettings.html index 04c68005b830..16c5a980d989 100644 --- a/src/app/frontend/deploy/deployfromsettings.html +++ b/src/app/frontend/deploy/deployfromsettings.html @@ -32,8 +32,8 @@ {{ctrl.namespace}}. - Application name must start with a lowercase letter - and contain only lowercase letters, numbers, and '-' between words. + Application name must start with a lowercase letter and contain only lowercase letters, + numbers, and '-' between words. Name must be up to {{ctrl.nameMaxLength}} characters long. @@ -43,8 +43,11 @@ - An 'app' label with this value will be added to the Replication Controller and Service that get deployed. - Learn more + An 'app' label with this value will be added to the Replication Controller and Service that get + deployed. + + Learn more + @@ -56,20 +59,25 @@ kd-valid-imagereference invalid-image-error-message="ctrl.containerImageErrorMessage"> Container image is required. - Container image is invalid: {{ ctrl.containerImageErrorMessage }} + + Container image is invalid: {{ ctrl.containerImageErrorMessage }} + Enter the URL of a public image on any registry, or a private image hosted on Docker Hub or Google Container Registry. - Learn more + + Learn more + - + Number of pods is required. Number of pods must be a positive integer. @@ -77,8 +85,12 @@ - A Replication Controller will be created to maintain the desired number of pods across your cluster. - Learn more + A Replication Controller will be created to maintain the desired number of pods across your + cluster. + + Learn more + @@ -92,7 +104,9 @@ The internal DNS name for this Service will be: {{ctrl.name}}. - Learn more + + Learn more + @@ -111,8 +125,8 @@ - The description will be added as an annotation to the Replication Controller and displayed in the - application's details. + The description will be added as an annotation to the Replication Controller and displayed in + the application's details. @@ -125,14 +139,17 @@
Value
- + +
- The specified labels will be applied to the created Replication Controller, Service (if any) and Pods. - Common labels include release, environment, tier, partition and track. - Learn more + The specified labels will be applied to the created Replication Controller, Service (if any) + and Pods. Common labels include release, environment, tier, partition and track. + + Learn more + @@ -150,7 +167,9 @@ Namespaces let you partition resources into logically named groups. - Learn more + + Learn more + @@ -169,7 +188,9 @@ The specified image could require a pull secret credential if it is private. You may choose an existing secret or create a new one. - Learn more + + Learn more + @@ -195,7 +216,9 @@ You can specify minimum CPU and memory requirements for the container. - Learn more + + Learn more + @@ -214,7 +237,10 @@ By default, your containers run the selected image's default entrypoint command. You can use the command options to override the default. - Learn more + + Learn more + @@ -226,7 +252,10 @@ Processes in privileged containers are equivalent to processes running as root on the host. - Learn more + + Learn more + @@ -236,19 +265,20 @@ Environment variables available for use in the container. Values can reference other variables using $(VAR_NAME) syntax. - Learn more + + Learn more + + ng-click="ctrl.switchMoreOptions()" ng-hide="ctrl.isMoreOptionsEnabled()"> arrow_drop_downshow advanced options + ng-click="ctrl.switchMoreOptions()" ng-show="ctrl.isMoreOptionsEnabled()"> arrow_drop_uphide advanced options