Skip to content

Commit

Permalink
Use simpler extract command for ccoctl.
Browse files Browse the repository at this point in the history
  • Loading branch information
abutcher committed Jul 20, 2023
1 parent 9c23189 commit 31dbbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/azure_workload_identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type: Opaque
```
oc adm release extract --command=openshift-install $RELEASE_IMAGE --registry-config ~/.pull-secret
CCO_IMAGE=$(oc adm release info --image-for='cloud-credential-operator' ${RELEASE_IMAGE}) && oc image extract ${CCO_IMAGE} --file='/usr/bin/ccoctl' --registry-config ~/.pull-secret && chmod +x ccoctl
oc adm release extract --command=ccoctl $RELEASE_IMAGE --registry-config ~/.pull-secret
```

5. Create Azure resources using the [ccoctl](./ccoctl.md) tool. You will need Azure credentials with sufficient permissions. The Azure credentials can be automatically detected after having logged into the [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) `az login` or may be provided as environment variables (`AZURE_CLIENT_ID`, `AZURE_CLIENT_SECRET`, `AZURE_TENANT_ID`).
Expand Down

0 comments on commit 31dbbff

Please sign in to comment.