Skip to content

Commit

Permalink
Added documentation on OpenShift agents
Browse files Browse the repository at this point in the history
  • Loading branch information
arunhari82 committed Dec 11, 2024
1 parent 1f34b24 commit 1117516
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions OpenShift-Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@
![](./assets/azure-org.png)
## Create an Azure Project
![](./assets/azure-project.png)
## Create Pipeline point to the git repository

## Imperative Deployment

### Create Pipeline point to the git repository
![](./assets/azure-pipeline.png)
## Look for OpenShift extension provided by Red Hat
### Look for OpenShift extension provided by Red Hat
![](./assets/azure-Browse%20Marketplace.png)
## Install OpenShift Extension
### Install OpenShift Extension
![](./assets/azure-Install%20Openshift%20Extension.png)
## Create Service Connection under Project Settings
### Create Service Connection under Project Settings
1) Provide Server URL ( OpenShift API server url)
2) Provide Token for API Token
![](./assets/azure-%20Service%20Connection.png)
### Note the service connection name should match the name in the pipeline
![](./assets/azure-openshift%20connection%20in%20pipeline.png)

## Run Pipeline
### Run Pipeline

Pipeline will use Imperative commands to deploy the react webapp to OpenShift.

Expand Down

0 comments on commit 1117516

Please sign in to comment.