Skip to content

Commit b606100

Browse files
authored
Merge pull request #196750 from leebeasley-v/change-author-info-for-openshift-files
To replace George Wallace as author of 3 OpenShift articles
2 parents 7224cb9 + 11e85ba commit b606100

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

articles/openshift/howto-create-a-backup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn how to create a backup of your Azure Red Hat OpenShift cluste
44
ms.service: azure-redhat-openshift
55
ms.topic: article
66
ms.date: 06/22/2020
7-
author: georgewallace
8-
ms.author: gwallace
7+
author: rahulm23
8+
ms.author: rahulmehta
99
keywords: aro, openshift, az aro, red hat, cli
1010
ms.custom: mvc, devx-track-azurecli
1111
#Customer intent: As an operator, I need to create an Azure Red Hat OpenShift cluster application backup
@@ -19,7 +19,7 @@ In this article, you'll prepare your environment to create an Azure Red Hat Open
1919
> * Setup the prerequisites and install the necessary tools
2020
> * Create an Azure Red Hat OpenShift 4 application backup
2121
22-
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.6.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
22+
If you choose to install and use the CLI locally, this tutorial requires that you're running the Azure CLI version 2.6.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
2323

2424
## Before you begin
2525

@@ -86,7 +86,7 @@ EOF
8686

8787
## Install Velero on Azure Red Hat OpenShift 4 cluster
8888

89-
This step will install Velero into its own project and the [custom resource definitions](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/) necessary to do backups and restores with Velero. Make sure you are successfully logged in to an Azure Red Hat OpenShift v4 cluster.
89+
This step will install Velero into its own project and the [custom resource definitions](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/) necessary to do backups and restores with Velero. Make sure you're successfully logged in to an Azure Red Hat OpenShift v4 cluster.
9090

9191

9292
```bash
@@ -118,7 +118,7 @@ A successful backup will output `phase:Completed` and the objects will live in t
118118

119119
## Create a backup with Velero to include snapshots
120120

121-
To create an application backup with Velero to include the persistent volumes of your application, you'll need to include the namespace that the application is in as well as to include the `snapshot-volumes=true` flag when creating the backup
121+
To create an application backup with Velero to include the persistent volumes of your application, you'll need to include the namespace that the application is in and include the `snapshot-volumes=true` flag when creating the backup.
122122

123123
```bash
124124
velero backup create <name of backup> --include-namespaces=nginx-example --snapshot-volumes=true --include-cluster-resources=true
@@ -132,7 +132,7 @@ oc get backups -n velero <name of backup> -o yaml
132132

133133
A successful backup with output `phase:Completed` and the objects will live in the container in the storage account.
134134

135-
For more information about how to create backups and restores using Velero see [Backup OpenShift resources the native way](https://www.openshift.com/blog/backup-openshift-resources-the-native-way)
135+
For more information, see [Backup OpenShift resources the native way](https://www.openshift.com/blog/backup-openshift-resources-the-native-way)
136136

137137
## Next steps
138138

articles/openshift/howto-create-a-restore.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn how to create a restore of your Azure Red Hat OpenShift clust
44
ms.service: azure-redhat-openshift
55
ms.topic: article
66
ms.date: 06/22/2020
7-
author: georgewallace
8-
ms.author: gwallace
7+
author: rahulm23
8+
ms.author: rahulmehta
99
keywords: aro, openshift, az aro, red hat, cli
1010
ms.custom: mvc
1111
#Customer intent: As an operator, I need to create an Azure Red Hat OpenShift cluster application restore
@@ -19,7 +19,7 @@ In this article, you'll prepare your environment to create an Azure Red Hat Open
1919
> * Setup the prerequisites and install the necessary tools
2020
> * Create an Azure Red Hat OpenShift 4 application restore
2121
22-
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.6.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
22+
If you choose to install and use the CLI locally, this tutorial requires that you're running the Azure CLI version 2.6.0 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI](/cli/azure/install-azure-cli).
2323

2424
## Before you begin
2525

@@ -70,7 +70,7 @@ oc get restore -n velero <name of restore created previously> -o yaml
7070
```
7171
When the phase says `Completed`, your Azure Red Hat 4 application should be restored.
7272

73-
For more information about how to create backups and restores using Velero see [Backup OpenShift resources the native way](https://www.openshift.com/blog/backup-openshift-resources-the-native-way)
73+
For more information, see [Backup OpenShift resources the native way](https://www.openshift.com/blog/backup-openshift-resources-the-native-way)
7474

7575
## Next steps
7676

articles/openshift/howto-create-a-storageclass.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Learn how to create an Azure Files StorageClass on Azure Red Hat Op
44
ms.service: azure-redhat-openshift
55
ms.topic: article
66
ms.date: 10/16/2020
7-
author: georgewallace
8-
ms.author: gwallace
7+
author: rahulm23
8+
ms.author: rahulmehta
99
keywords: aro, openshift, az aro, red hat, cli, azure file
1010
ms.custom: mvc, devx-track-azurecli
1111
#Customer intent: As an operator, I need to create a StorageClass on Azure Red Hat OpenShift using Azure File dynamic provisioner

0 commit comments

Comments
 (0)