Skip to content

Commit 38cacf7

Browse files
committed
Frances Overby: Merge pull request #1504 from coligo/fmo-upd-28Sept21-a
1 parent f58dc9c commit 38cacf7

File tree

4 files changed

+29
-27
lines changed

4 files changed

+29
-27
lines changed

Diff for: plan-repo.md

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

33
copyright:
44
years: 2021
5-
lastupdated: "2021-09-17"
5+
lastupdated: "2021-09-28"
66

77
keywords: repository access for code engine, source code access for code engine, access to source code in code engine, access keys in code engine, ssh key access in code engine, github repo access in code engine, gitlab repo access in code engine, code repository access for code engine, code repositories, Git repository access secret, code repository, private git repository, private repository
88

@@ -37,7 +37,7 @@ When you create access to a private code repository, you are saving credentials
3737
For both GitHub and GitLab, you can decide between two kinds of SSH keys to connect to your source repository.
3838

3939
1. An SSH key associated with a user, for example, your own user account or a functional ID that is available in your organization. This SSH key has the repository permissions from the user account. {{site.data.keyword.codeengineshort}} requires read access to download the source code. For more information about setting up this type of SSH key.
40-
- [Adding an SSH key to your GitHub account](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account){: external}.
40+
- [Adding an SSH key to your GitHub account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account){: external}.
4141
- [Adding an SSH key to your GitLab account](https://docs.gitlab.com/ee/ssh/#adding-an-ssh-key-to-your-gitlab-account){: external}.
4242

4343
2. An SSH key associated with the source code repository, this key has access to only those repositories where you register the SSH key. This access is read only, which is the level that is required by {{site.data.keyword.codeengineshort}} to download the source code. For more information, see the documentation about setting up a deployment key.

Diff for: sitemap.md

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

33
copyright:
44
years: 2021
5-
lastupdated: "2021-09-27"
5+
lastupdated: "2021-09-28"
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

Diff for: third-party.md

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

33
copyright:
44
years: 2021
5-
lastupdated: "2021-09-17"
5+
lastupdated: "2021-09-28"
66

77
keywords: third party, ibm cloud integrations, integrations, code engine, third-party
88

@@ -38,7 +38,7 @@ subcollection: codeengine
3838
| Integration | Description |
3939
|-----------|------------------|
4040
| Lithops | [Lithops](https://lithops-cloud.github.io/) is an open source framework that designed to massively scale your Python applications. See [Running jobs with Lithops framework](/docs/codeengine?topic=codeengine-lithops). |
41-
| Ray | [Ray](https://ray.io/){: external} is an open technology that enables data scientists and application developers to run their code in a distributed fashion. It also provides a lean and easy interface for distributed programming with many different libraries, best suited to perform machine learning and other intensive compute tasks. See [Ray on IBM Cloud Code Engine: Boost Your Serverless Compute](https://www.ibm.com/cloud/blog/ray-on-ibm-cloud-code-engine){: external}. |
41+
| Ray | [Ray](https://www.ray.io/){: external} is an open technology that enables data scientists and application developers to run their code in a distributed fashion. It also provides a lean and easy interface for distributed programming with many different libraries, best suited to perform machine learning and other intensive compute tasks. See [Ray on IBM Cloud Code Engine: Boost Your Serverless Compute](https://www.ibm.com/cloud/blog/ray-on-ibm-cloud-code-engine){: external}. |
4242
| Iter8 | [Iter8](https://iter8.tools){: external} is the release engineering tool for Kubernetes that enables SLO validation, A/B testing, and progressive rollouts for Kubernetes applications. You can use Iter8 to validate your {{site.data.keyword.codeengineshort}} applications. See [Validating your application code and latency with Iter8](/docs/codeengine?topic=codeengine-slovalidationtut). |
4343
{: caption="Table 2. Third-party integrations" caption-side="top"}
4444

Diff for: toc.yaml

+24-22
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ toc:
4343
- navgroup:
4444
id: howto
4545
topics:
46-
- cli_install.md
46+
- cli-install.md
4747
- project.md
4848
- topicgroup:
4949
label: Deploying applications
@@ -108,6 +108,7 @@ toc:
108108
- architecture-workload-isolation.md
109109
- iam.md
110110
- data-security.md
111+
- security.md
111112

112113
- navgroup:
113114
id: reference
@@ -116,14 +117,15 @@ toc:
116117
label: CLI reference
117118
topics:
118119
- cmd_defs.md
119-
- cli_changelog.md
120+
- cli-changelog.md
120121

121122
- regions.md
122123
- hadr.md
123124

124125
- topicgroup:
125126
label: API reference
126127
topics:
128+
- api.md
127129
- link:
128130
label: API reference
129131
href: https://cloud.ibm.com/apidocs/codeengine
@@ -160,43 +162,43 @@ toc:
160162
label: Troubleshooting apps
161163
topics:
162164
- troubleshoot-app.md
163-
- ts_app-createfails.md
164-
- ts_app-notreadystate.md
165+
- ts-app-createfails.md
166+
- ts-app-notreadystate.md
165167

166168
- topicgroup:
167169
label: Troubleshooting builds
168170
topics:
169171
- troubleshoot-build.md
170-
- ts_build-fail-notregisternosecret.md
171-
- ts_build-fail-getsourcestepfails.md
172-
- ts_build-fail-ephemstoragelimit.md
173-
- ts_build-fail-memorylimit.md
174-
- ts_build-fail-buildpushstepfails.md
172+
- ts-build-fail-notregisternosecret.md
173+
- ts-build-fail-getsourcestepfails.md
174+
- ts-build-fail-ephemstoragelimit.md
175+
- ts-build-fail-memorylimit.md
176+
- ts-build-fail-buildpushstepfails.md
175177

176178
- topicgroup:
177-
label: Troubleshooting jobs
178-
topics:
179-
- troubleshoot-job.md
180-
- ts_jobrun-submitfailscli.md
181-
- ts_jobrun-notcompleting.md
182-
- ts_jobrun-deleted.md
179+
label: Troubleshooting jobs
180+
topics:
181+
- troubleshoot-job.md
182+
- ts-jobrun-submitfailscli.md
183+
- ts-jobrun-notcompleting.md
184+
- ts-jobrun-deleted.md
183185

184186
- topicgroup:
185187
label: Troubleshooting projects
186188
topics:
187189
- troubleshoot-project.md
188-
- ts_project-cannotaccess.md
189-
- ts_project-cannotcreate.md
190+
- ts-project-cannotaccess.md
191+
- ts-project-cannotcreate.md
190192

191193
- topicgroup:
192194
label: Troubleshooting subscriptions
193195
topics:
194196
- troubleshoot-subscriptions.md
195-
- ts_subscription-delivererr.md
196-
- ts_subscription-cos-createfails.md
197-
- ts_subscription-cos-neverready.md
198-
- ts_subscription-cron-createfails.md
199-
- ts_subscription-cron-neverready.md
197+
- ts-subscription-delivererr.md
198+
- ts-subscription-cos-createfails.md
199+
- ts-subscription-cos-neverready.md
200+
- ts-subscription-cron-createfails.md
201+
- ts-subscription-cron-neverready.md
200202

201203
- get-support.md
202204
- sitemap.md

0 commit comments

Comments
 (0)