mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
Fix typos in ClusterServiceVersion description (#320)
Signed-off-by: Gerard Ryan <git@grdryn.xyz>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user