Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/user/azure/install_upi_azurestack.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ installation to fail. As of 4.10, there is one credential request, for the `capi
tech preview. Any credential requests from a feature gate can simply be removed before you create the credentials:

```shell
$ grep "release.openshift.io/feature-gate" *
0000_30_capi-operator_00_credentials-request.yaml: release.openshift.io/feature-gate: TechPreviewNoUpgrade
$ grep "release.openshift.io/feature-set" *
0000_30_capi-operator_00_credentials-request.yaml: release.openshift.io/feature-set: TechPreviewNoUpgrade
$ rm 0000_30_capi-operator_00_credentials-request.yaml
```

Expand Down