-
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.
Refer to cert-manager removal documentation (#515)
* Refer to cert-manager removal documentation Update the STF removal guide to refer to the cert-manager uninstallation procedure which is maintained by that team. Closes: STF-1642 * Adjust cert-manager removal after editor review
- Loading branch information
1 parent
0cad5de
commit 66bd308
Showing
2 changed files
with
35 additions
and
1 deletion.
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
...Service-Telemetry-Framework/modules/ref_removing-the-cert-manager-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-cert-manager-operator_{context}"] | ||
= Removing the cert-manager Operator for Red Hat OpenShift | ||
|
||
[role="_abstract"] | ||
If you are not using the cert-manager Operator for Red Hat OpenShift for any other applications, delete the Subscription, ClusterServiceVersion, and CustomResourceDefinitions. | ||
|
||
For more information about removing the cert-manager for Red Hat OpenShift Operator, see link:https://docs.openshift.com/container-platform/{NextSupportedOpenShiftVersion}/security/cert_manager_operator/cert-manager-operator-uninstall.html[Removing cert-manager Operator for Red Hat OpenShift] 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]. |