Skip to content

Commit

Permalink
doc/openstack: install operator with --tech-preview-no-upgrade
Browse files Browse the repository at this point in the history
This is needed for installing the operator to handle OpenStack clusters.
  • Loading branch information
EmilienM authored and haircommander committed Oct 28, 2024
1 parent 95e1ecb commit 137bedf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/content/how-to/openstack/create-openstack-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,14 @@ Use the hypershift cli tool to install the HyperShift operator into the
management cluster.

```shell
hypershift install
hypershift install --tech-preview-no-upgrade
```

!!! note

Hypershift on OpenStack is possible behind a feature gate, which is why we have
to install the operator with `--tech-preview-no-upgrade`.

You will see the operator running in the `hypershift` namespace:

```shell
Expand Down

0 comments on commit 137bedf

Please sign in to comment.