Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:redhat-cop/openshift-migration-best…
Browse files Browse the repository at this point in the history
…-practices into main
  • Loading branch information
apinnick committed Jun 3, 2021
2 parents 0bfa920 + f58c341 commit 5c0780b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-check.yml
Expand Up @@ -13,4 +13,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Broken Link Check
uses: technote-space/broken-link-checker-action@v2
uses: technote-space/broken-link-checker-action@v2.2.5
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
- uses: actions/first-interaction@v1.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thank you for raising this issue'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Expand Up @@ -11,17 +11,17 @@ jobs:
jekyll:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/cache@v2.1.5
- uses: actions/cache@v2.1.6
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: iranzo/gh-pages-jekyll-action@1.0
- uses: iranzo/gh-pages-jekyll-action@1.0.1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SOURCE_FOLDER: ./
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v3.0.18
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
Expand Down
8 changes: 4 additions & 4 deletions 03-pre-migration-testing.md
Expand Up @@ -9,9 +9,9 @@ layout: default

Install MTC on your source and target clusters:

- Check the [migration prerequisites](https://docs.openshift.com/container-platform/4.6/migration/migrating_3_4/migrating-application-workloads-3-4.html#migration-prerequisites_migrating-3-4).
- [Install MTC](https://docs.openshift.com/container-platform/4.6/migration/migrating_3_4/deploying-cam-3-4.html) on the source and target clusters.
- [Configure a replication repository](https://docs.openshift.com/container-platform/4.6/migration/migrating_3_4/configuring-replication-repository-3-4.html).
- Check the [migration prerequisites](https://docs.openshift.com/container-platform/4.7/migration/migrating_3_4/migrating-application-workloads-3-4.html#migration-prerequisites_migrating-3-4).
- [Install MTC](https://docs.openshift.com/container-platform/4.7/migration/migrating_3_4/deploying-cam-3-4.html) on the source and target clusters.
- [Configure a replication repository](https://docs.openshift.com/container-platform/4.7/migration/migrating_3_4/configuring-replication-repository-3-4.html).

The following diagram describes how MTC uses Velero and Restic to back up data from the source cluster to the replication repository and then restores data from the replication repository to the target cluster:

Expand Down Expand Up @@ -43,7 +43,7 @@ In the web console, check the 'OLM Managed' setting in the 'MigrationController'
Migrate a simple application without a persistent volume (PV):

1. Install a simple application without a PV on the source cluster.
2. [Migrate the application](https://docs.openshift.com/container-platform/4.6/migration/migrating_3_4/migrating-applications-with-cam-3-4.html) to the target cluster. You do not need to stage the migration.
2. [Migrate the application](https://docs.openshift.com/container-platform/4.7/migration/migrating_3_4/migrating-applications-with-cam-3-4.html) to the target cluster. You do not need to stage the migration.
3. Validate the application on the target cluster.

## Migrating an application with a persistent volume
Expand Down
4 changes: 2 additions & 2 deletions 06-post-migration-considerations.md
Expand Up @@ -72,7 +72,7 @@ You can learn more about how to create your own operators in the [Building Opera

You can continue learning about operators in the following resources:

- [OpenShift 4 Operators Documentation](https://docs.openshift.com/container-platform/4.6/operators/understanding/olm-what-operators-are.html)
- [OpenShift 4 Getting started with the Operator SDK](https://docs.openshift.com/container-platform/4.6/operators/operator_sdk/osdk-getting-started.html)
- [OpenShift 4 Operators Documentation](https://docs.openshift.com/container-platform/4.7/operators/understanding/olm-what-operators-are.html)
- [OpenShift 4 Getting started with the Operator SDK](https://docs.openshift.com/container-platform/4.7/operators/operator_sdk/osdk-getting-started.html)
- [OpenShift Learn Operators](https://www.openshift.com/learn/topics/operators)
- [Operator SDK Documentation](https://sdk.operatorframework.io/)

0 comments on commit 5c0780b

Please sign in to comment.