diff --git a/app/scripts/modules/appengine/helpContents/appengineHelpContents.ts b/app/scripts/modules/appengine/helpContents/appengineHelpContents.ts index 4fad4e58661..00f6860b261 100644 --- a/app/scripts/modules/appengine/helpContents/appengineHelpContents.ts +++ b/app/scripts/modules/appengine/helpContents/appengineHelpContents.ts @@ -13,7 +13,7 @@ module(APPENGINE_HELP_CONTENTS_REGISTRY, [HELP_CONTENTS_REGISTRY]) }, { key: 'appengine.serverGroup.gitCredentialType', - value: `The credential type that will be used to access the git repository for this deployment. + value: `The credential type that will be used to access the git repository for this deployment. You can configure these credentials alongside your App Engine credentials.` }, { @@ -23,7 +23,7 @@ module(APPENGINE_HELP_CONTENTS_REGISTRY, [HELP_CONTENTS_REGISTRY]) { key: 'appengine.serverGroup.applicationDirectoryRoot', value: `(Optional) Path to the directory root of the application to be deployed, - starting from the root of the git repository. This is the directory from which + starting from the root of the git repository. This is the directory from which gcloud app deploy will be run.`, }, { @@ -34,15 +34,15 @@ module(APPENGINE_HELP_CONTENTS_REGISTRY, [HELP_CONTENTS_REGISTRY]) }, { key: 'appengine.serverGroup.configFiles', - value: `

(Optional) The contents of an App Engine config file (e.g., an app.yaml or - cron.yaml file). These files should not conflict with the config filepaths above: + value: `

(Optional) The contents of an App Engine config file (e.g., an app.yaml or + cron.yaml file). These files should not conflict with the config filepaths above: if you include, for example, the contents of an app.yaml file here, you should not specify the file path to an app.yaml above.

If this is a pipeline stage, you can use Spinnaker Pipeline Expressions here.

`, }, { key: 'appengine.serverGroup.matchBranchOnRegex', - value: `(Optional) A Jenkins trigger may produce details from multiple repositories and branches. + value: `(Optional) A Jenkins trigger may produce details from multiple repositories and branches. Spinnaker will use the regex specified here to help resolve a branch for the deployment. If Spinnaker cannot resolve exactly one branch from the trigger, this pipeline will fail.`, }, @@ -66,9 +66,9 @@ module(APPENGINE_HELP_CONTENTS_REGISTRY, [HELP_CONTENTS_REGISTRY]) }, { key: 'appengine.loadBalancer.migrateTraffic', - value: `If selected, traffic will be gradually shifted to a single version. For gradual traffic migration, - the target version must be located within instances that are configured for - both warmup requests and automatic scaling. + value: `If selected, traffic will be gradually shifted to a single version. For gradual traffic migration, + the target version must be located within instances that are configured for + both warmup requests and automatic scaling. Gradual traffic migration is not supported in the App Engine flexible environment.` }, { @@ -77,7 +77,7 @@ module(APPENGINE_HELP_CONTENTS_REGISTRY, [HELP_CONTENTS_REGISTRY]) }, { key: 'appengine.loadBalancer.textLocator', - value: `Either the name of a server group, or a Spinnaker Pipeline Expression + value: `Either the name of a server group, or a Spinnaker Pipeline Expression that resolves to the name of a server group.` }, { @@ -87,8 +87,8 @@ module(APPENGINE_HELP_CONTENTS_REGISTRY, [HELP_CONTENTS_REGISTRY]) ` diff --git a/app/scripts/modules/appengine/loadBalancer/details/details.controller.ts b/app/scripts/modules/appengine/loadBalancer/details/details.controller.ts index 81f113a8525..e9adbc69e9f 100644 --- a/app/scripts/modules/appengine/loadBalancer/details/details.controller.ts +++ b/app/scripts/modules/appengine/loadBalancer/details/details.controller.ts @@ -118,7 +118,7 @@ class AppengineLoadBalancerDetailsController { if (hasMoreThanOne) { const listOfServerGroupNames = serverGroupNames.map(name => `
  • ${name}
  • `).join(''); return ` -
    +

    Deleting ${this.loadBalancer.name} will destroy the following server groups: