Fix typos in ClusterServiceVersion description (#320)

Signed-off-by: Gerard Ryan <git@grdryn.xyz>
This commit is contained in:
Gerard Ryan
2024-07-15 13:31:41 +00:00
committed by GitHub
parent 0f6e185216
commit 110a804c08
3 changed files with 8 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ metadata:
categories: Integration & Delivery,OpenShift Optional
certified: "false"
containerImage: quay.io/open-cluster-management/registration-operator:latest
createdAt: "2024-07-07T17:13:44Z"
createdAt: "2024-07-14T00:10:06Z"
description: Manages the installation and upgrade of the ClusterManager.
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3

View File

@@ -23,10 +23,10 @@ spec:
name: klusterlets.operator.open-cluster-management.io
version: v1
description: |
The Klusterlet provides the registration to the Hub clusters as a managed cluster. This operator supports the installation and upgrade of Klusterlet.
The Klusterlet provides the registration to the Hub cluster as a managed cluster. This operator supports the installation and upgrade of Klusterlet.
## Prerequisites
You need a Hub cluster which has installed ClusterManager.
You need a Hub cluster with ClusterManager installed.
## How to Install
* Install Klusterlet operator by following instructions in top right button `Install`.
@@ -34,7 +34,7 @@ spec:
* Create a secret `bootstrap-hub-kubeconfig` with the kubeconfig file of hub cluster in the agent namespace.
```
$ kubectl create secret generic bootstrap-hub-kubeconfig --from-file=kubeconfig=<kubeconfig file of hub clsuter> -n <agent namespace>
$ kubectl create secret generic bootstrap-hub-kubeconfig --from-file=kubeconfig=<kubeconfig file of hub cluster> -n <agent namespace>
```
* Create an instance of the Klusterlet resource to install the Klusterlet.

View File

@@ -31,7 +31,7 @@ metadata:
categories: Integration & Delivery,OpenShift Optional
certified: "false"
containerImage: quay.io/open-cluster-management/registration-operator:latest
createdAt: "2024-07-07T17:13:44Z"
createdAt: "2024-07-14T00:10:07Z"
description: Manages the installation and upgrade of the Klusterlet.
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
@@ -50,10 +50,10 @@ spec:
name: klusterlets.operator.open-cluster-management.io
version: v1
description: |
The Klusterlet provides the registration to the Hub clusters as a managed cluster. This operator supports the installation and upgrade of Klusterlet.
The Klusterlet provides the registration to the Hub cluster as a managed cluster. This operator supports the installation and upgrade of Klusterlet.
## Prerequisites
You need a Hub cluster which has installed ClusterManager.
You need a Hub cluster with ClusterManager installed.
## How to Install
* Install Klusterlet operator by following instructions in top right button `Install`.
@@ -61,7 +61,7 @@ spec:
* Create a secret `bootstrap-hub-kubeconfig` with the kubeconfig file of hub cluster in the agent namespace.
```
$ kubectl create secret generic bootstrap-hub-kubeconfig --from-file=kubeconfig=<kubeconfig file of hub clsuter> -n <agent namespace>
$ kubectl create secret generic bootstrap-hub-kubeconfig --from-file=kubeconfig=<kubeconfig file of hub cluster> -n <agent namespace>
```
* Create an instance of the Klusterlet resource to install the Klusterlet.