Skip to content

Commit

Permalink
update install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Lawton committed Dec 12, 2023
1 parent f272460 commit 1256c7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/installation/control-plane-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This guide will show you how to install and configure the Multi-Cluster Gateway
- `clusteradm install hub-addon --names application-manager`
- Any number of additional **spoke clusters** that have been configured as OCM [ManagedClusters](https://open-cluster-management.io/concepts/managedcluster/)
- [Kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) (>= v1.14.0)
- Either a pre-existing [cert-manager](https://cert-manager.io/)(>=v1.12.2) installation or the [Kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/) and [Helm](https://helm.sh/docs/intro/quickstart/#install-helm) CLIs installed
- Either a pre-existing [cert-manager](https://cert-manager.io/)(>=v1.12.2) installation _or_ the [Kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/) and [Helm](https://helm.sh/docs/intro/quickstart/#install-helm) CLIs installed
- Amazon Web services (AWS) and or Google cloud provider (GCP) credentials. See the [DNS Provider](../dnspolicy/dns-provider.md) guide for obtaining these credentials.

## Configure OCM with RawFeedbackJsonString Feature Gate
Expand All @@ -18,16 +18,16 @@ All OCM spoke clusters must be configured with the `RawFeedbackJsonString` featu

Patch each spoke cluster's `klusterlet` in an existing OCM install:

```bash
```bash
kubectl patch klusterlet klusterlet --type merge --patch '{"spec": {"workConfiguration": {"featureGates": [{"feature": "RawFeedbackJsonString", "mode": "Enable"}]}}}' --context <EACH_SPOKE_CLUSTER>
```
```

## Setup for hub commands
Many of the commands in this document should be run in the context of your hub cluster.
By configure HUB_CLUSTER which will be used in the commands:

```bash
export HUB_CLUSTER=<hub-cluster-name>
export HUB_CLUSTER=<HUB_CUSTER_NAME>
```

## Install Cert-Manager
Expand Down
6 changes: 3 additions & 3 deletions docs/installation/service-protection-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ This walkthrough will show you how to install and setup the Kuadrant Operator in
- Access to an Open Cluster Management(OCM) (>= v0.11.0) Managed Cluster, which has already been bootstrapped and registered with a hub cluster
- We have [a guide](./control-plane-installation.md) which covers this in detail
- For more information on OCM also see:
- [https://open-cluster-management.io/getting-started/quick-start/]
- [https://open-cluster-management.io/concepts/managedcluster/]
- [OCM quick start](https://open-cluster-management.io/getting-started/quick-start)
- [Managed cluster](https://open-cluster-management.io/concepts/managedcluster/)
- [Kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl) (>= v1.14.0)
- OLM installed on the ManagedCluster where you want to run the Kuadrant Service Protection components
- For installation guides please see:
- [Operator-sdk](https://sdk.operatorframework.io/docs/installation/)
- [OLM)](https://olm.operatorframework.io/docs/getting-started/)
- [OLM](https://olm.operatorframework.io/docs/getting-started/)
- Istio operator v1.20.0 installed on the spoke clusters
- Please see install guide [here](https://preliminary.istio.io/latest/docs/setup/install/operator/)
- Gateway API v1
Expand Down

0 comments on commit 1256c7d

Please sign in to comment.