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 #788 from mikenairn/unified_kuadrant_doc_updates
Browse files Browse the repository at this point in the history
docs: Remove policy-controller references
  • Loading branch information
maleck13 authored Feb 22, 2024
2 parents 8e60a1e + f226068 commit b4f0aa1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,11 @@ When deploying the multicluster gateway controller using the make targets, the f
1. Build the controller image and load it into the control plane
```sh
kubectl config use-context kind-mgc-control-plane
make kind-load-gateway-controller
kubectl config use-context kind-mgc-control-plane
make kind-load-policy-controller
make kind-load-gateway-controller
```

1. Deploy the controller(s) to the control plane cluster
```sh
make deploy-policy-controller
make deploy-gateway-controller
```

Expand All @@ -73,12 +67,8 @@ When deploying the multicluster gateway controller using the make targets, the f

1. Run the controller locally:
```sh
kubectl config use-context kind-mgc-control-plane
make build-gateway-controller install run-gateway-controller
kubectl config use-context kind-mgc-control-plane
make build-policy-controller install run-policy-controller
make build-gateway-controller run-gateway-controller
```

## 3. Running the agent in the cluster:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@ kubectl create -f hack/ocm/gatewayclass.yaml
In `T2` run the following to start the Gateway Controller:

```bash
make build-gateway-controller install run-gateway-controller

#new window

make build-policy-controller install run-policy-controller
make build-gateway-controller run-gateway-controller
```

### Create a Gateway
Expand Down
6 changes: 0 additions & 6 deletions docs/experimental/submariner-poc-hub-gateway-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ In `T2` run the following to start the Gateway Controller:
```bash
kind export kubeconfig --name=mgc-control-plane --kubeconfig=$(pwd)/local/kube/control-plane.yaml && export KUBECONFIG=$(pwd)/local/kube/control-plane.yaml
make build-gateway-controller install run-gateway-controller


# new window

kind export kubeconfig --name=mgc-control-plane --kubeconfig=$(pwd)/local/kube/control-plane.yaml && export KUBECONFIG=$(pwd)/local/kube/control-plane.yaml
make build-policy-controller install run-policy-controller
```

### Create a Gateway
Expand Down
3 changes: 1 addition & 2 deletions docs/installation/control-plane-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ In addition to the MGC, this will also install the Kuadrant add-on manager and a
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-policy-controller --for=condition=Available --context $HUB_CLUSTER
kubectl wait --timeout=5m -n multicluster-gateway-controller-system deployment/mgc-controller-manager --for=condition=Available --context $HUB_CLUSTER
```
```
deployment.apps/mgc-controller-manager condition met
deployment/mgc-policy-controller condition met
```

Verify that the `GatewayClass` has been accepted by the MGC:
Expand Down

0 comments on commit b4f0aa1

Please sign in to comment.