Skip to content

Commit 1dff553

Browse files
committed
Frances Overby: Merge pull request #1521 from coligo/fmo-upd-04Oct21-b
1 parent 1cad232 commit 1dff553

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: appdeploy-access.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2021
5-
lastupdated: "2021-09-30"
5+
lastupdated: "2021-10-04"
66

77
keywords: applications in code engine, apps in code engine, http requests in code engine, deploy apps in code engine, app workloads in code engine, deploying workloads in code engine, application, app, memory, cpu, environment variables
88

@@ -34,7 +34,7 @@ Find details about your app from the console or with the CLI.
3434
### Accessing app details from the console
3535
{: #access-appdetails-ui}
3636

37-
Details about your app are available in the console from the app page by clicking the name of your app from the list of applications within your project. You can view information about the running instances of your application and its revisions, configuration details, and controls for the visibility of the endpoints of your application for receiving requests.
37+
Details about your app are available in the console from the app page by clicking the name of your app from the list of applications within your project. You can view information about the running instances of your application and its revisions, and configuration details.
3838

3939
### Accessing app details with the CLI
4040
{: #access-appdetails-cli}

Diff for: appdeploy-update.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2021
5-
lastupdated: "2021-10-01"
5+
lastupdated: "2021-10-04"
66

77
keywords: applications in code engine, apps in code engine, http requests in code engine, deploy apps in code engine, app workloads in code engine, deploying workloads in code engine, application, app, memory, cpu, environment variables
88

@@ -32,7 +32,7 @@ Update the application that you created in [Deploying an application from a publ
3232
* Locate the [{{site.data.keyword.codeengineshort}} Projects page](https://cloud.ibm.com/codeengine/projects){: external}.
3333
* Click the name of your project to open the **Overview** page.
3434
* Click **Applications** to open a list of your applications. Click the name of your application to open its application page.
35-
2. From the application page, you can view information about the running instances of your application and its revisions and configuration details. Click the name of the application revision that you want to work with to open the configuration summary for that revision. Or, you can click the **Configuration** tab to open the configuration summary for the latest application revision.
35+
2. From the application page, you can view information about the running instances of your application and its revisions, and configuration details. Click the name of the application revision that you want to work with to open the configuration summary for that revision. Or, you can click the **Configuration** tab to open the configuration summary for the latest application revision.
3636
3. Click **Edit and create new revision** to change the app configuration.
3737
4. Click **Environment variables**.
3838
5. Click **Add environment variable**. Define this environment variable as a literal value. Enter `TARGET` for name and `Stranger` for value. Click **Done**.
@@ -255,9 +255,9 @@ For more information about creating a build configuration from the console, see
255255
Update an application to reference an image that is built from source code by using the {{site.data.keyword.codeengineshort}} CLI.
256256
{: shortdesc}
257257
258-
For this example, let's make another change to the `myhelloapp` that you updated in [Updating an app to reference a different image in Container Registry with the CLI](#update-app-crimage-cli) to reference a different image that is built from your source code.
258+
For this example, let's change the `myhelloapp` that you updated in [Updating an app to reference a different image in Container Registry with the CLI](#update-app-crimage-cli) to reference a different image that is built from your source code.
259259

260-
From the previous example, the `myhelloapp` app references the `us.icr.io/mynamespace2/helloworld_repo` by using the `myregistry` access information. Let's create a build configuation, run the build, and update the `myhelloapp` to reference the image that was built from source code.
260+
From the previous example, the `myhelloapp` app references the `us.icr.io/mynamespace2/helloworld_repo` by using the `myregistry` access information. Let's create a build configuration, run the build, and update the `myhelloapp` to reference the image that was built from source code.
261261
262262
1. Create the build configuration. For example, the following **`build create`** command creates a build configuration that is called `helloworld-build` that builds from the public Git repo `https://github.com/IBM/CodeEngine`, uses the `dockerfile` strategy and `medium` build size, and stores the image to `us.icr.io/mynamespace/codeengine-helloworld` by using the image registry secret that is defined in `myregistry`.
263263

Diff for: release-notes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Review the release notes for 16 September 2021.
6363
CLI version 1.19.0 released.
6464
: See [CLI version history](/docs/codeengine?topic=codeengine-cli_versions).
6565

66-
Updated the Dockerfile build strategy to use the Buildkit tool.
66+
Updated the Dockerfile build strategy to use the BuildKit tool.
6767
: See [Choosing a build strategy](/docs/codeengine?topic=codeengine-plan-build#build-strategy).
6868

6969
### 9 September 2021
@@ -256,7 +256,7 @@ CLI version 1.11.0 released.
256256
Subscription ping limits
257257
: Added information about limits for subscription ping data. See [Subscription ping limits](/docs/codeengine?topic=codeengine-limits#subscription-cron-limit).
258258

259-
Applications that use WebSockers
259+
Applications that use WebSockets
260260
: Added information about apps that use WebSockets need to reconnect before the session expires. See [Do Code Engine apps support WebSockets?](/docs/codeengine?topic=codeengine-faqs#app-websockets)
261261

262262
Updated versions for buildpacks.

0 commit comments

Comments
 (0)