Skip to content

Commit 05630a4

Browse files
Merge pull request #2082 from jasonrandrews/review
Review OpenShift migration Learning Path
2 parents d082437 + aaa6fde commit 05630a4

File tree

3 files changed

+108
-163
lines changed

3 files changed

+108
-163
lines changed
Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,62 @@
11
---
2-
title: Building Multi-Architecture Applications with Red Hat OpenShift Pipelines on Red Hat OpenShift 4.18 on AWS
2+
title: Build multi-architecture applications with Red Hat OpenShift Pipelines on AWS
33

44
draft: true
55
cascade:
66
draft: true
77

88
minutes_to_complete: 30
99

10-
who_is_this_for: This learning path is for Openshift administrators interested in migrating their applications to Arm.
10+
who_is_this_for: This topic is for OpenShift administrators interested in migrating their applications to Arm.
1111

1212

1313
learning_objectives:
14-
- Migrate existing applications to Arm.
14+
- Migrate existing OpenShift applications to Arm.
1515

1616
prerequisites:
1717
- An AWS account with an OpenShift 4.18 cluster with x86 nodes installed and configured.
1818
- Red Hat OpenShift Pipelines (Tekton) operator installed in your cluster.
1919
- Familiarity with Red Hat OpenShift (oc CLI), container concepts, and basic Tekton principles (Task, Pipeline, PipelineRun).
2020
- Access to your Red Hat OpenShift cluster with cluster-admin or equivalent privileges for node configuration and pipeline setup.
21-
- Your application source code in a Git repository. In this example we assume that you have [pipelines-tutorial](https://www.google.com/url?q=https://github.com/openshift/pipelines-tutorial&sa=D&source=editors&ust=1749822472437927&usg=AOvVaw2P4wUOL5KUV-ePkRiv3jJx) built and running on x86.
22-
- Ensure that the Red Hat OpenShift cluster is using the multi-arch release payload.
2321

2422
author: Jeff Young
2523

2624
### Tags
2725
skilllevels: Advanced
2826
subjects: CI-CD
2927
armips:
30-
- Aarch64
28+
- Neoverse
3129
tools_software_languages:
3230
- Tekton
3331
- OpenShift
3432
operatingsystems:
3533
- Linux
3634

35+
further_reading:
36+
- resource:
37+
title: Red Hat OpenShift Documentation
38+
link: https://docs.openshift.com/container-platform/latest/welcome/index.html
39+
type: documentation
40+
- resource:
41+
title: OpenShift Pipelines (Tekton) Documentation
42+
link: https://docs.openshift.com/container-platform/latest/cicd/pipelines/understanding-openshift-pipelines.html
43+
type: documentation
44+
- resource:
45+
title: OpenShift Multi-Architecture Compute Machines
46+
link: https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/postinstallation_configuration/configuring-multi-architecture-compute-machines-on-an-openshift-cluster
47+
type: documentation
48+
- resource:
49+
title: OpenShift ImageStreams Documentation
50+
link: https://docs.openshift.com/container-platform/latest/openshift_images/image-streams-managing.html
51+
type: documentation
52+
- resource:
53+
title: Migrating to Multi-Architecture Compute Machines
54+
link: https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/#migrating-to-multi-payload
55+
type: documentation
56+
3757
### FIXED, DO NOT MODIFY
3858
# ================================================================================
3959
weight: 1 # _index.md always has weight of 1 to order correctly
4060
layout: "learningpathall" # All files under learning paths have this same wrapper
4161
learning_path_main_page: "yes" # This should be surfaced when looking for related content. Only set for _index.md of learning path content.
42-
---
62+
---

content/learning-paths/servers-and-cloud-computing/arm-cost-savings/conclusion.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)