Skip to content

Commit

Permalink
List disabled operators in the docs.
Browse files Browse the repository at this point in the history
Co-authored-by: Fabrice Flore-Thébault <[email protected]>
  • Loading branch information
fxierh and themr0c committed Jan 24, 2024
1 parent 8456f74 commit f3d99e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ See the link:https://crc-org.github.io/crc/[CRC Getting Started Guide].

=== Building the documentation

You can find the source files for the documentation in the link:./docs/source[docs/source] directory.
You can find the source files for the documentation in the link:./docs[docs] directory.

To build the formatted documentation, link:https://github.com/containers/libpod/blob/master/install.md[install podman] then use the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
----
$ make docs_serve
----

The documentation will be available locally at http://localhost:8088/.
2 changes: 1 addition & 1 deletion docs/modules/getting_started/pages/introducing.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:description: Introducting {prod}
:description: Introducing {prod}

[id="introducing_{context}"]
= Introducing {rh-prod}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Upgrading the {ocp} version might cause issues that are difficult to reproduce.
* It uses a single node, which behaves as both a control plane and worker node.
* It disables the Cluster Monitoring Operator by default.
This disabled Operator causes the corresponding part of the web console to be non-functional.
* It disables the following operators:
** Cloud Credential Operator.
** Cluster Autoscaler Operator.
** Cloud Controller Manager Operator.
* The {ocp} cluster runs in a virtual machine known as an __instance__.
This might cause other differences, particularly with external networking.
Expand Down

0 comments on commit f3d99e9

Please sign in to comment.