Skip to content

Commit 30c0cef

Browse files
foverbyGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #493 from cloud-docs/next-publish-push
Next publish push
2 parents f7810e8 + 4cbc800 commit 30c0cef

File tree

6 files changed

+34
-17
lines changed

6 files changed

+34
-17
lines changed

ha-dr.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22

33
copyright:
4-
years: 2023
5-
lastupdated: "2023-02-21"
4+
years: 2024
5+
lastupdated: "2024-02-09"
66

77
keywords: HA for Code Engine, DR for Code Engine, high availability for Code Engine, disaster recovery for Code Engine, failover for Code Engine, backing up code engine, availability of code engine, code engine regions, backing up your Code Engine instance
88

@@ -30,7 +30,8 @@ The following table lists the high-availability (HA) status for the regions (loc
3030
| Asia Pacific | Australia (`au-syd`) | MZR |
3131
| Asia Pacific | Osaka (`jp-osa`) | MZR |
3232
| Asia Pacific | Tokyo (`jp-tok`) | MZR |
33-
| Europe | Frankfurt (`eu-de`) | MZR |
33+
| Europe | Frankfurt (`eu-de`) | MZR |
34+
| Europe | Madrid (`eu-es`) | MZR |
3435
| Europe | London (`eu-gb`) | MZR |
3536
| North America | Dallas (`us-south`) | MZR |
3637
| North America | Toronto (`ca-tor`) | MZR |
@@ -65,6 +66,7 @@ In a major regional disaster, such as an earthquake, flood, or tornado, an entir
6566
| `br-sao` | `BR` |
6667
| `ca-tor` | `CA` |
6768
| `eu-de` | `EU` |
69+
| `eu-es` | `EU` |
6870
| `eu-gb` | `EU` |
6971
| `jp-osa` | `AP` |
7072
| `jp-tok` | `AP` |

landing.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Code Engine",
3-
"lastupdated": "2024-02-06",
3+
"lastupdated": "2024-02-09",
44
"introduction": "Find out how you can use Code Engine to run your containerized workloads",
55
"section_devtools": {
66
"api": "/apidocs/codeengine/v2",

logging.md

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

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-01-25"
5+
lastupdated: "2024-02-08"
66

77
keywords: logging for code engine, logs for code engine, job logs for code engine, app logs for code engine, build logs for code engine, logs
88

@@ -66,13 +66,13 @@ For more information about configuring and starting logging in the console, see
6666
#### What if my log data is multi-line?
6767
{: #view-logs-multiline}
6868

69-
Every log line must contain log level and timestamp information to appear correctly in {{site.data.keyword.la_full_notm}}. If your log lines span multiple lines, change how you format and output your logs so that they are in a single line. Use JSONL format for your logs with {{site.data.keyword.la_full_notm}}. Your logs must also
69+
Every log line must contain log level and timestamp information to appear correctly in {{site.data.keyword.la_full_notm}}. If your log lines span multiple lines, change how you format and output your logs so that they are in a single line. Use the JSONL format for your logs with {{site.data.keyword.la_full_notm}}. Your logs must also
7070
conform to [limits for {{site.data.keyword.la_full_notm}} logs](/docs/log-analysis?topic=log-analysis-ingest_limits). After you make log formatting changes, you can take advantage of {{site.data.keyword.la_full_notm}} search and formatting features.
7171

7272
### Viewing app logs from the console
7373
{: #view-applogs-ui}
7474

75-
After you select the project that you want to work with, you can add logging capabilities from the {{site.data.keyword.codeengineshort}} Overview page, or one of its subpages such as the Applications page, or from the page that is specific to your application. The following steps assume that you are working from a specific {{site.data.keyword.codeengineshort}} application page.
75+
After you select the project that you want to work with, you can add logging capabilities from the {{site.data.keyword.codeengineshort}} Overview page or one of its child pages such as the Applications page, or from the page that is specific to your application. The following steps assume that you are working from a specific {{site.data.keyword.codeengineshort}} application page.
7676
{: note}
7777

7878
1. Go to an app that you created and deployed. From the [Projects page on the {{site.data.keyword.codeengineshort}} console](https://cloud.ibm.com/codeengine/projects){: external}, select your project and then select **Applications**. Select the app that you want to work with.
@@ -91,26 +91,26 @@ Alternatively, you can configure a {{site.data.keyword.la_short}} instance by us
9191
### Viewing job logs from the console
9292
{: #view-joblogs-ui}
9393

94-
After you select the project that you want to work with, you can add logging capabilities from the {{site.data.keyword.codeengineshort}} Overview page, or one of its subpages such as the Jobs page, or from the page that is specific to your job. The following steps assume that you are working from a specific {{site.data.keyword.codeengineshort}} job page.
94+
After you select the project that you want to work with, you can add logging capabilities from the {{site.data.keyword.codeengineshort}} Overview page or one of its child pages such as the Jobs page, or from the page that is specific to your job. The following steps assume that you are working from a specific {{site.data.keyword.codeengineshort}} job page.
9595
{: note}
9696

9797
1. Navigate to a job that you created and deployed. From the [Projects page on the {{site.data.keyword.codeengineshort}} console](https://cloud.ibm.com/codeengine/projects){: external}, select your project and then select **Jobs**. Select the job that you want to work with.
9898
2. From your {{site.data.keyword.codeengineshort}} job page, you can add logging capabilities. If you have previously created a {{site.data.keyword.la_short}} instance, click **Logging**, and this action opens the {{site.data.keyword.la_short}} service. Else, complete the following steps to configure logging capabilities.
9999
1. From the **Submit job** options menu, click **Add logging** to create the {{site.data.keyword.la_full_notm}} instance. This action opens the {{site.data.keyword.la_short}} service.
100100
2. From the {{site.data.keyword.la_short}} service, create your logging instance. To confirm that your logging instance is created, check the [Observability dashboard](https://cloud.ibm.com/observe/logging).
101101
3. From your {{site.data.keyword.codeengineshort}} job page, click **Add logging** from the **Submit job** options menu. This time, select a {{site.data.keyword.la_short}} instance to receive platform logs. Choose the logging instance that you created in the prior step. Click **Select**. {{site.data.keyword.codeengineshort}} requires enabled platform logs to receive {{site.data.keyword.codeengineshort}} logging data. When you complete this action, {{site.data.keyword.codeengineshort}} enables platform logging for you.
102-
3. Now that platform logging is configured, from your {{site.data.keyword.codeengineshort}} job page, click **Logging** from the **Submit job** options menu to open your platform logs window. Be sure to keep this platform logs window open to receive your logging data if you are using the {{site.data.keyword.la_short}} free tier. Don't keep this window open if you are using a {{site.data.keyword.la_short}} paid tier.
103-
4. (optional) Refine the [filter for your search](#view-logs-filters), if needed.
104-
5. Run your job. From the **Job runs** area, click **Submit job** to run your job. Provide the job run configuration values or you can take the default values. Click **Submit job** to run your job. You can view platform logs from the job run in the platform logs window.
102+
3. Now that platform logging is configured, from your {{site.data.keyword.codeengineshort}} job page, click **Logging** from the **Submit job** options menu to open your platform logs window. Be sure to keep this platform logs window open to receive your logging data if you are using the {{site.data.keyword.la_short}} free tier. Don't keep this window open if you are using a {{site.data.keyword.la_short}} paid tier.
103+
4. (optional) Refine the [filter for your search](#view-logs-filters), if needed.
104+
5. Run your job. From the **Job runs** area, click **Submit job** to run your job. Provide the job run configuration values or you can take the default values. Click **Submit job** to run your job. You can view platform logs from the job run in the platform logs window.
105105

106106
Your {{site.data.keyword.la_short}} instance is now configured such that it can receive platform logging for your {{site.data.keyword.codeengineshort}} job.
107107

108-
Alternatively, you can configure a {{site.data.keyword.la_short}} instance by using the [Observability dashboard](https://cloud.ibm.com/observe/logging) to create the instance, and then by [configuring platform logs](/docs/log-analysis?topic=log-analysis-config_svc_logs&interface=ui#config_svc_logs_ui). After you create your instance, click **Configure platform logs**. Select the {{site.data.keyword.la_short}} instance to receive the platform log data by specifying a region and your log instance.
108+
Alternatively, you can configure a {{site.data.keyword.la_short}} instance by using the [Observability dashboard](https://cloud.ibm.com/observe/logging) to create the instance, and then by [configuring platform logs](/docs/log-analysis?topic=log-analysis-config_svc_logs&interface=ui#config_svc_logs_ui). After you create your instance, click **Configure platform logs**. Select the {{site.data.keyword.la_short}} instance to receive the platform log data by specifying a region and your log instance.
109109

110110
### Viewing function logs from the console
111111
{: #view-funlogs-ui}
112112

113-
After you select the project that you want to work with, you can add logging capabilities from the {{site.data.keyword.codeengineshort}} Overview page, or one of its subpages such as the Functions page, or from the page that is specific to your function. The following steps assume that you are working from a specific {{site.data.keyword.codeengineshort}} function page.
113+
After you select the project that you want to work with, you can add logging capabilities from the {{site.data.keyword.codeengineshort}} Overview page or one of its child pages such as the Functions page, or from the page that is specific to your function. The following steps assume that you are working from a specific {{site.data.keyword.codeengineshort}} function page.
114114
{: note}
115115

116116
1. Go to a function that you created and deployed. From the [Projects page on the {{site.data.keyword.codeengineshort}} console](https://cloud.ibm.com/codeengine/projects){: external}, select your project and then select **Functions**. Select the function that you want to work with.

regions.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22

33
copyright:
4-
years: 2023
5-
lastupdated: "2023-06-13"
4+
years: 2024
5+
lastupdated: "2024-02-09"
66

77
keywords: regions for code engine, target region for code engine, endpoints for code engine, api endpoints in code engine, regions, endpoints
88

@@ -27,6 +27,7 @@ subcollection: codeengine
2727
- Asia Pacific: Tokyo, Japan (`jp-tok`) region
2828
- Europe: Germany (`eu-de`) region
2929
- Europe: Great Britain (`eu-gb`) region
30+
- Europe: Spain (`eu-es`) region
3031

3132
You can target a specific region whenever you log in to the {{site.data.keyword.cloud_notm}} CLI or change your current region by using the [`target -r`](/docs/cli?topic=cli-ibmcloud_cli#ibmcloud_target) option.
3233

@@ -59,6 +60,7 @@ Use the following endpoints to access and manage project resources.
5960
| Asia Pacific: Tokyo, Japan | `api.jp-tok.codeengine.cloud.ibm.com` | `api.private.jp-tok.codeengine.cloud.ibm.com` |
6061
| Europe: Germany | `api.eu-de.codeengine.cloud.ibm.com` | `api.private.eu-de.codeengine.cloud.ibm.com` |
6162
| Europe: Great Britain | `api.eu-gb.codeengine.cloud.ibm.com` | `api.private.eu-gb.codeengine.cloud.ibm.com` |
63+
| Europe: Spain | `api.eu-es.codeengine.cloud.ibm.com` | `api.private.eu-es.codeengine.cloud.ibm.com` |
6264
{: caption="{{site.data.keyword.codeengineshort}} endpoints for project resources" caption-side="bottom"}
6365

6466
## {{site.data.keyword.codeengineshort}} endpoints for accessing applications
@@ -82,6 +84,7 @@ The default URL for applications is of the format `https://<appname>.<uuid>.<reg
8284
| Asia Pacific: Tokyo, Japan | `app.uuid.jp-tok.codeengine.appdomain.cloud` | `app.uuid.private.jp-tok.codeengine.appdomain.cloud` |
8385
| Europe: Germany | `app.uuid.eu-de.codeengine.appdomain.cloud` | `app.uuid.private.eu-de.codeengine.appdomain.cloud` |
8486
| Europe: Great Britain | `app.uuid.eu-gb.codeengine.appdomain.cloud` | `app.uuid.private.eu-gb.codeengine.appdomain.cloud` |
87+
| Europe: Spain | `app.uuid.eu-es.codeengine.appdomain.cloud` | `app.uuid.private.eu-es.codeengine.appdomain.cloud` |
8588
{: caption="{{site.data.keyword.codeengineshort}} endpoints for apps" caption-side="bottom"}
8689

8790

release-notes.md

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

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-02-06"
5+
lastupdated: "2024-02-09"
66

77
keywords: release notes for code engine, updates in code engine, what's new in code engine, document changes in code engine, updates, release notes
88

@@ -23,6 +23,14 @@ Use the release notes to learn about the latest changes to {{site.data.keyword.c
2323
## February 2024
2424
{: #codeengine-feb24}
2525

26+
### 09 February 2024
27+
{: #codeengine-feb0924}
28+
{: release-note}
29+
30+
New region!
31+
: {{site.data.keyword.codeengineshort}} is supported in a new region: Madrid, Spain (`eu-es`). See [Regions for {{site.data.keyword.codeengineshort}}](/docs/codeengine?topic=codeengine-regions).
32+
33+
2634
### 05 February 2024
2735
{: #codeengine-feb0524}
2836
{: release-note}

sitemap.md

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

33
copyright:
44
years: 2024
5-
lastupdated: "2024-02-06"
5+
lastupdated: "2024-02-09"
66

77
keywords: sitemap, code engine, about, tutorial, project, app, job, configmaps, secret, event, log, monitor, cli, api, troubleshoot, support, source code, faq, memory, cpu, commands, arguments, release notes
88

@@ -138,6 +138,10 @@ Find what you are looking for in the compilation of {{site.data.keyword.codeengi
138138

139139
* [February 2024](/docs/codeengine?topic=codeengine-codeengine-relnotes#codeengine-feb24)
140140

141+
* [09 February 2024](/docs/codeengine?topic=codeengine-codeengine-relnotes#codeengine-feb0924)
142+
143+
* New region!
144+
141145
* [05 February 2024](/docs/codeengine?topic=codeengine-codeengine-relnotes#codeengine-feb0524)
142146

143147
* CLI version 1.49.4 released

0 commit comments

Comments
 (0)