Skip to content

Commit

Permalink
Update RP Documentatation with Etcd Recovery URL
Browse files Browse the repository at this point in the history
  • Loading branch information
s-fairchild authored and cadenmarchese committed Nov 7, 2023
1 parent 83b2a55 commit 18a57a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/deploy-development-rp.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@ After that, when you [create](https://github.com/Azure/ARO-RP/blob/master/docs/d
curl -X GET -k "https://localhost:8443/admin/supportedvmsizes?vmRole=$VMROLE"
```
* Perform Etcd Recovery Operation on a cluster
```bash
curl -X PATCH -k "https://localhost:8443/admin/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$RESOURCEGROUP/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER/etcdrecovery"
```
## OpenShift Version
* We have a cosmos container which contains supported installable OCP versions, more information on the definition in `pkg/api/openshiftversion.go`.
Expand Down

0 comments on commit 18a57a3

Please sign in to comment.