-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into stf-1642/cert-manager-removal-instructions
- Loading branch information
Showing
2 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
...ervice-Telemetry-Framework/modules/ref_removing-the-observability-operator.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// <List assemblies here, each on a new line> | ||
|
||
// This module can be included from assemblies using the following include statement: | ||
// include::<path>/proc_removing-the-cert-manager-operator.adoc[leveloffset=+1] | ||
|
||
// The file name and the ID are based on the module title. For example: | ||
// * file name: proc_doing-procedure-a.adoc | ||
// * ID: [id='proc_doing-procedure-a_{context}'] | ||
// * Title: = Doing procedure A | ||
// | ||
// The ID is used as an anchor for linking to the module. Avoid changing | ||
// it after the module has been published to ensure existing links are not | ||
// broken. | ||
// | ||
// The `context` attribute enables module reuse. Every module's ID includes | ||
// {context}, which ensures that the module has a unique ID even if it is | ||
// reused multiple times in a guide. | ||
// | ||
// Start the title with a verb, such as Creating or Create. See also | ||
// _Wording of headings_ in _The IBM Style Guide_. | ||
|
||
[id="removing-the-observability-operator_{context}"] | ||
= Removing the {ObservabilityOperator} | ||
|
||
[role="_abstract"] | ||
If you are not using the {ObservabilityOperator} for any other applications, delete the Subscription, ClusterServiceVersion, and CustomResourceDefinitions. | ||
|
||
For more information about removing the {ObservabilityOperator}, see link:https://docs.openshift.com/container-platform/{NextSupportedOpenShiftVersion}/monitoring/cluster_observability_operator/installing-the-cluster-observability-operator.html#uninstalling-the-cluster-observability-operator-using-the-web-console_installing_the_cluster_observability_operator[Uninstalling the Cluster Observability Operator using the web console] in the _OpenShift Container Platform Documentation_. | ||
|
||
.Additional resources | ||
|
||
* link:https://docs.openshift.com/container-platform/{NextSupportedOpenShiftVersion}/operators/admin/olm-deleting-operators-from-cluster.html[Deleting Operators from a cluster]. |