Skip to content

Commit f91dc95

Browse files
author
cfsdocs
committed
Frances Overby: Merge pull request #3417 from coligo/fmo-upd-21Feb24-a
1 parent cfb7d7a commit f91dc95

9 files changed

+126
-53
lines changed

Diff for: app-domainmapping.md

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

33
copyright:
4-
years: 2022, 2023
5-
lastupdated: "2023-12-19"
4+
years: 2022, 2024
5+
lastupdated: "2024-02-26"
66

77
keywords: domain mapping, custom domain, 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, domain mappings, custom domain mappings, CNAME, TLS, TLS secret, private key, certificate
88

@@ -191,8 +191,11 @@ Hello World from:
191191
(____)\_)__) \___/(__)\_)__)(____)
192192
Some Env Vars:
193193
--------------
194+
CE_API_BASE_URL=https://api.private.us-south.codeengine.cloud.ibm.com
194195
CE_APP=myapp
195-
CE_DOMAIN=us-east.codeengine.appdomain.cloud
196+
CE_DOMAIN=us-south.codeengine.appdomain.cloud
197+
CE_PROJECT_ID=abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
198+
CE_REGION=us-south
196199
CE_SUBDOMAIN=abcdabcdab
197200
HOME=/root
198201
HOSTNAME=myapp-00001-deployment-6db6d89dc7-k6qc7

Diff for: app-scale.md

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

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

77
keywords: application scaling in code engine, scaling http requests in code engine, concurrency in code engine applications, latency in code engine applications, throughput in code engine applications, scaling, latency, concurrency, app
88

@@ -173,7 +173,15 @@ You can observe the number of running instances of your app with the CLI.
173173
Console URL: https://cloud.ibm.com/codeengine/project/us-south/01234567-abcd-abcd-abcd-abcdabcd1111/application/myapp/configuration
174174
175175
Status Summary: Application deployed successfully
176-
176+
177+
Environment Variables:
178+
Type Name Value
179+
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
180+
Literal CE_APP myapp
181+
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
182+
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
183+
Literal CE_REGION us-south
184+
Literal CE_SUBDOMAIN abcdabcdab
177185
Image: icr.io/codeengine/helloworld
178186
Resource Allocation:
179187
CPU: 1
@@ -296,10 +304,13 @@ You can observe the number of running instances of your app with the CLI.
296304
Status Summary: Application deployed successfully
297305
298306
Environment Variables:
299-
Type Name Value
300-
Literal CE_APP myapp
301-
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
302-
Literal CE_SUBDOMAIN glxo4k7nj7d
307+
Type Name Value
308+
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
309+
Literal CE_APP myapp
310+
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
311+
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
312+
Literal CE_REGION us-south
313+
Literal CE_SUBDOMAIN abcdabcdab
303314
Image: icr.io/codeengine/helloworld
304315
Resource Allocation:
305316
CPU: 1

Diff for: app-tutorial.md

+47-15
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22

33
copyright:
4-
years: 2020, 2023
5-
lastupdated: "2023-09-19"
4+
years: 2020, 2024
5+
lastupdated: "2024-02-26"
66

77
keywords: app tutorial for code engine, application, apps, images, tutorial for code engine, deploying
88

@@ -87,7 +87,15 @@ If you have a container image that you want to use, you can replace the image re
8787
Cluster Local URL: http://myapp.4svg40kna19.svc.cluster.local
8888
Console URL: https://cloud.ibm.com/codeengine/project/us-south/01234567-abcd-abcd-abcd-abcdabcd1111/application/myapp/configuration
8989
Status Summary: Application deployed successfully
90-
90+
91+
Environment Variables:
92+
Type Name Value
93+
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
94+
Literal CE_APP myapp
95+
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
96+
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
97+
Literal CE_REGION us-south
98+
Literal CE_SUBDOMAIN abcdabcdab
9199
Image: icr.io/codeengine/hello
92100
Resource Allocation:
93101
CPU: 1
@@ -203,9 +211,15 @@ You successfully deployed and started a {{site.data.keyword.codeengineshort}} ap
203211
Console URL: https://cloud.ibm.com/codeengine/project/us-south/01234567-abcd-abcd-abcd-abcdabcd1111/application/myapp/configuration
204212
Status Summary: Application deployed successfully
205213
206-
Environment Variables:
207-
Type Name Value
208-
Literal TARGET Stranger
214+
Environment Variables:
215+
Type Name Value
216+
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
217+
Literal CE_APP myapp
218+
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
219+
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
220+
Literal CE_REGION us-south
221+
Literal CE_SUBDOMAIN abcdabcdab
222+
Literal TARGET Stranger
209223
Image: icr.io/codeengine/hello
210224
211225
Status Summary: Application deployed successfully
@@ -302,9 +316,15 @@ The following example illustrates how to scale your application with the CLI. Yo
302316
Console URL: https://cloud.ibm.com/codeengine/project/us-south/01234567-abcd-abcd-abcd-abcdabcd1111/application/myapp/configuration
303317
Status Summary: Application deployed successfully
304318
305-
Environment Variables:
306-
Type Name Value
307-
Literal TARGET Stranger
319+
Environment Variables:
320+
Type Name Value
321+
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
322+
Literal CE_APP myapp
323+
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
324+
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
325+
Literal CE_REGION us-south
326+
Literal CE_SUBDOMAIN abcdabcdab
327+
Literal TARGET Stranger
308328
Image: icr.io/codeengine/hello
309329
310330
Resource Allocation:
@@ -358,9 +378,15 @@ The following example illustrates how to scale your application with the CLI. Yo
358378
Console URL: https://cloud.ibm.com/codeengine/project/us-south/01234567-abcd-abcd-abcd-abcdabcd1111/application/myapp/configuration
359379
Status Summary: Application deployed successfully
360380
361-
Environment Variables:
362-
Type Name Value
363-
Literal TARGET Stranger
381+
Environment Variables:
382+
Type Name Value
383+
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
384+
Literal CE_APP myapp
385+
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
386+
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
387+
Literal CE_REGION us-south
388+
Literal CE_SUBDOMAIN abcdabcdab
389+
Literal TARGET Stranger
364390
Image: icr.io/codeengine/hello
365391
366392
Resource Allocation:
@@ -419,9 +445,15 @@ The following example illustrates how to scale your application with the CLI. Yo
419445
Console URL: https://cloud.ibm.com/codeengine/project/us-south/01234567-abcd-abcd-abcd-abcdabcd1111/application/myapp/configuration
420446
Status Summary: Application deployed successfully
421447
422-
Environment Variables:
423-
Type Name Value
424-
Literal TARGET Stranger
448+
Environment Variables:
449+
Type Name Value
450+
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
451+
Literal CE_APP myapp
452+
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
453+
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
454+
Literal CE_REGION us-south
455+
Literal CE_SUBDOMAIN abcdabcdab
456+
Literal TARGET Stranger
425457
Image: icr.io/codeengine/hello
426458
427459
Resource Allocation:

Diff for: appdeploy-access.md

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

33
copyright:
4-
years: 2020, 2022
5-
lastupdated: "2022-11-21"
4+
years: 2020, 2024
5+
lastupdated: "2024-02-26"
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

@@ -67,6 +67,15 @@ Cluster Local URL: http://myapp.abcdabcdabc.svc.cluster.local
6767
Console URL: https://cloud.ibm.com/codeengine/project/us-south/01234567-abcd-abcd-abcd-abcdabcd1111/application/myapp/configuration
6868
Status Summary: Application deployed successfully
6969
70+
Environment Variables:
71+
Type Name Value
72+
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
73+
Literal CE_APP myapp
74+
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
75+
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
76+
Literal CE_REGION us-south
77+
Literal CE_SUBDOMAIN abcdabcdab
78+
7079
Image: icr.io/codeengine/hello
7180
Resource Allocation:
7281
CPU: 1

Diff for: appdeploy-localsource.md

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

33
copyright:
4-
years: 2020, 2023
5-
lastupdated: "2023-09-19"
4+
years: 2020, 2024
5+
lastupdated: "2024-02-26"
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

@@ -109,16 +109,19 @@ This example uses the `https://github.com/IBM/CodeEngine` samples; in particular
109109
Project ID: 01234567-abcd-abcd-abcd-abcdabcd1111
110110
Age: 2d15h
111111
Created: 2022-04-14T16:10:11-04:00
112-
URL: https://myapp-local.glxo4kabcde.us-south.codeengine.appdomain.cloud
112+
URL: https://myapp-local.Sta.us-south.codeengine.appdomain.cloud
113113
Cluster Local URL: http://myapp-local.glxo4kabcde.svc.cluster.local
114114
Console URL: https://cloud.ibm.com/codeengine/project/us-south/01234567-abcd-abcd-abcd-abcdabcd1111/application/myapp-local/configuration
115115
Status Summary: Application deployed successfully
116116
117-
Environment Variables:
118-
Type Name Value
119-
Literal CE_APP myapp-local
120-
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
121-
Literal CE_SUBDOMAIN glxo4kabcde
117+
Environment Variables:
118+
Type Name Value
119+
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
120+
Literal CE_APP myapp
121+
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
122+
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
123+
Literal CE_REGION us-south
124+
Literal CE_SUBDOMAIN abcdabcdab
122125
Image: private.us.icr.io/ce--abcde-glxo4kabcde/app-myapp-local:220414-2010-sqsoj
123126
Resource Allocation:
124127
CPU: 1

Diff for: appdeploy-source.md

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

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-01-09"
5+
lastupdated: "2024-02-26"
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

@@ -130,11 +130,14 @@ Cluster Local URL: http://myapp.4svg40kna19.svc.cluster.local
130130
Console URL: https://cloud.ibm.com/codeengine/project/us-south/01234567-abcd-abcd-abcd-abcdabcd1111/application/myapp/configuration
131131
Status Summary: Application deployed successfully
132132
133-
Environment Variables:
134-
Type Name Value
135-
Literal CE_APP myapp
136-
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
137-
Literal CE_SUBDOMAIN 4svg40kna19
133+
Environment Variables:
134+
Type Name Value
135+
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
136+
Literal CE_APP myapp
137+
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
138+
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
139+
Literal CE_REGION us-south
140+
Literal CE_SUBDOMAIN abcdabcdab
138141
Image: private.us.icr.io/ce--27fe9-4svg40kna19/app-myapp:220414-2010-sqsoj
139142
Resource Allocation:
140143
CPU: 1

Diff for: appdeploy-update.md

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

33
copyright:
44
years: 2020, 2024
5-
lastupdated: "2024-01-22"
5+
lastupdated: "2024-02-26"
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

@@ -634,11 +634,14 @@ From the previous example, the `myhelloapp` app references the `us.icr.io/myname
634634
Console URL: https://cloud.ibm.com/codeengine/project/us-south/01234567-abcd-abcd-abcd-abcdabcd1111/application/myhelloapp/configuration
635635
Status Summary: Application deployed successfully
636636
637-
Environment Variables:
638-
Type Name Value
639-
Literal CE_APP myhelloapp
640-
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
641-
Literal CE_SUBDOMAIN 8aaon2dfwa0
637+
Environment Variables:
638+
Type Name Value
639+
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
640+
Literal CE_APP myhelloapp
641+
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
642+
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
643+
Literal CE_REGION us-south
644+
Literal CE_SUBDOMAIN abcdabcdab
642645
Image: us.icr.io/mynancesnamespace/codeengine-helloworld
643646
Resource Allocation:
644647
CPU: 1

Diff for: cmd_defs.md

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

33
copyright:
44
years: 2024
5-
lastupdated: "2024-02-05"
5+
lastupdated: "2024-02-26"
66

77
keywords: cli for code engine, command-line interface for code engine, cli commands for code engine, reference for code engine cli, ibmcloud ce, ibmcloud codeengine, commands, code engine cli, apps, jobs, source code, configmap, build repository, build, secret, image repository, registry, example, example output
88

@@ -504,10 +504,13 @@ Console URL: https://cloud.ibm.com/codeengine/project/us-south/01234567-a
504504
Status Summary: Application deployed successfully
505505
506506
Environment Variables:
507-
Type Name Value
508-
Literal CE_APP myapp
509-
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
510-
Literal CE_SUBDOMAIN glxo4k7nj7d
507+
Type Name Value
508+
Literal CE_API_BASE_URL https://api.private.us-south.codeengine.cloud.ibm.com
509+
Literal CE_APP myapp
510+
Literal CE_DOMAIN us-south.codeengine.appdomain.cloud
511+
Literal CE_PROJECT_ID abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
512+
Literal CE_REGION us-south
513+
Literal CE_SUBDOMAIN abcdabcdab
511514
Image: icr.io/codeengine/helloworld
512515
Resource Allocation:
513516
CPU: 1

Diff for: getting-started.md

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

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

77
keywords: getting started with ibm cloud code engine, code engine, ibm cloud code engine, jobs in code engine, apps in code engine, builds with code engine, {{site.data.keyword.codeenginefull_notm}}, building container image, source code, functions in code engine
88

@@ -78,8 +78,11 @@ Hello World from:
7878
7979
Some Env Vars:
8080
--------------
81+
CE_API_BASE_URL=https://api.private.us-south.codeengine.cloud.ibm.com
8182
CE_APP=myapp
82-
CE_DOMAIN=us-east.codeengine.appdomain.cloud
83+
CE_DOMAIN=us-south.codeengine.appdomain.cloud
84+
CE_PROJECT_ID=abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
85+
CE_REGION=us-south
8386
CE_SUBDOMAIN=abcdabcdab
8487
HOME=/root
8588
HOSTNAME=myapp-00001-deployment-5b5895fdf7-abcd
@@ -204,8 +207,11 @@ Hello World from:
204207
(____)\_)__) \___/(__)\_)__)(____)
205208
Some Env Vars:
206209
--------------
210+
CE_API_BASE_URL=https://api.private.us-south.codeengine.cloud.ibm.com
207211
CE_APP=myapp
208212
CE_DOMAIN=us-south.codeengine.appdomain.cloud
213+
CE_PROJECT_ID=abcdefgh-abcd-abcd-abcd-1a2b3c4d5e6f
214+
CE_REGION=us-south
209215
CE_SUBDOMAIN=abcdabcdab
210216
HOME=/root
211217
HOSTNAME=myapp-00001-deployment-6db6d89dc7-k6qc7

0 commit comments

Comments
 (0)