Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #676 from mikenairn/fix_docs
Browse files Browse the repository at this point in the history
Fix docs and remove old manifests from bundle
  • Loading branch information
openshift-merge-bot[bot] authored Nov 16, 2023
2 parents f423f73 + b914d00 commit 45bbc78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 60 deletions.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions docs/installation/control-plane-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ In addition to the MGC, this will also install the Kuadrant add-on manager and a
After the configuration has been applied, you can verify that the MGC and add-on manager have been installed and are running:
```bash
kubectl wait --timeout=5m -n multicluster-gateway-controller-system deployment/mgc-controller-manager deployment/mgc-kuadrant-add-on-manager --for=condition=Available
kubectl wait --timeout=5m -n multicluster-gateway-controller-system deployment/mgc-controller-manager deployment/mgc-add-on-manager --for=condition=Available
```
```
deployment.apps/mgc-controller-manager condition met
deployment.apps/mgc-kuadrant-add-on-manager condition met
deployment.apps/mgc-add-on-manager condition met
```
We can also verify that the `GatewayClass` has been accepted by the MGC:
Expand Down

0 comments on commit 45bbc78

Please sign in to comment.