Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arslankhanali committed Jul 20, 2024
1 parent 5214161 commit 2f68775
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Using Gitlab-CI pipeline across multiple OpenShift clusters with different CPU a

### Some Notes about this repo:
Before we start, here are some fyi only
- **Continuous Integration**: This Readme will focus on GITLAB-RUNNERS for CI. But there is also working code for TEKTON-PIPELINES and GITHUB-ACTIONS in this repository. GITHUB-ACTIONS workflow builds image for 6 (arm, arm64, 386, amd64, ppc64le, s390x) different CPU architectures each time the code is pushed to github. All the resultant images are in 2 repositories quay.io/arslankhanali/skupper-frontend & quay.io/arslankhanali/skupper-backend.
- **Continuous Integration**: This Readme will focus on GITLAB-RUNNERS for CI. But there is also working code for TEKTON-PIPELINES and [GITHUB-ACTIONS](https://github.com/arslankhanali/demo_multiarch) in this repository. GITHUB-ACTIONS workflow builds image for 6 (arm, arm64, 386, amd64, ppc64le, s390x) different CPU architectures each time the code is pushed to github. All the resultant images are in 2 repositories quay.io/arslankhanali/skupper-frontend & quay.io/arslankhanali/skupper-backend.
- **argo**: folder has the code to deploy application with GitOps
- **Manifests**: You can also use manifests to deploy application

### Pre-Reqs
1. Access to OCP cluster on x86 and PPC
2. Quay.io account with 2 repositories
1. quay.io/arslankhanali/skupper-frontent
2. quay.io/arslankhanali/skupper-backend
3. gitlab account
1. [quay.io/arslankhanali/skupper-frontent](https://quay.io/repository/arslankhanali/skupper-frontend?tab=tags)
2. [quay.io/arslankhanali/skupper-backend](https://quay.io/repository/arslankhanali/skupper-backend?tab=tags)
3. [gitlab repo](https://gitlab.com/arslankhanali/demo_multiarch)

### Our Application
- We will be using modified hello-world application from skupper.io.
Expand Down

0 comments on commit 2f68775

Please sign in to comment.