Skip to content

Commit

Permalink
update readme (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhiwei Yin <[email protected]>
  • Loading branch information
zhiweiyin318 authored Nov 7, 2024
1 parent ee03287 commit fc0a566
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,22 @@ The MCE operator is required to be installed on the Hub cluster.
kubectl apply -f ./configuration/klusterletconfig.yaml
```

2. Apply a `AddOnDeploymentConfig` for add-ons working in hosted mode.

```
kubectl apply -f ./configuration/addonhostedconfig.yaml
```

3. Patch work-manager add-on to support hosted mode.

```
kubectl patch clustermanagementaddon work-manager --type merge -p '{"spec":{"supportedConfigs":[{"defaultConfig":{"name":"addon-hosted-config","namespace":"multicluster-engine"},"group":"addon.open-cluster-management.io","resource":"addondeploymentconfigs"}]}}'
```
or

```
kubectl apply -f ./configuration/workmanagercma.yaml
```
# Install Policy after MCE is installed

```
Expand Down

0 comments on commit fc0a566

Please sign in to comment.