Skip to content

Commit

Permalink
(doc-site) Remove PRD from doc site
Browse files Browse the repository at this point in the history
Also order docs in the Tasks folder (mkdocs displays docs in
lexicographical order)
  • Loading branch information
anik120 committed Aug 7, 2023
1 parent 949c06a commit 979d38b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 17 deletions.
5 changes: 1 addition & 4 deletions docs/Tasks/adding-a-catalog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
layout: default
title: Adding a catalog of operators to the cluster
nav_order: 1
parent: Tasks
description: Adding a catalog of operators to the cluster
---

Operator authors have the mechanisms to offer their product as part of a curated catalog of operators, that they can push updates to over-the-air (eg publish new versions, publish patched versions with CVEs, etc). Cluster admins can sign up to receive these updates on clusters, by adding the catalog to the cluster. When a catalog is added to a cluster, the kubernetes extension packages (operators, or any other extension package) in that catalog become available on cluster for installation and receiving updates.
Expand Down
5 changes: 1 addition & 4 deletions docs/Tasks/explore-available-packages.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
layout: default
title: Exploring packages available for installation on cluster
nav_order: 2
parent: Tasks
description: Exploring packages available for installation on cluster
---

The packages available for installation/receiving updates on cluster can be explored by querying the `Package` and `BundleMetadata` CRs:
Expand Down
5 changes: 1 addition & 4 deletions docs/Tasks/installing-an-operator.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
layout: default
title: Installing an operator on cluster
nav_order: 3
parent: Tasks
description: Installing an operator on cluster
---

Creating an Operator CR installs the operator on cluster:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
---
layout: default
title: Deleting an operator from the cluster
nav_order: 4
parent: Tasks
description: Uninstall an operator from the cluster
---

Deleting an operator is as simple as deleting an existing Operator CR:
Uninstalling an operator is as simple as deleting an existing Operator CR:

```bash
$ kubectl get operators
Expand Down
File renamed without changes.

0 comments on commit 979d38b

Please sign in to comment.