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

Commit

Permalink
Add kuadrant operator install to local-setup
Browse files Browse the repository at this point in the history
Adds the kuadrant-operator as a dependency of the MGC operator
installation and is installed on the OCM hub cluster during local-setup.

ci: add workflow_dispatch to e2e
  • Loading branch information
mikenairn committed Feb 21, 2024
1 parent 1188e20 commit 8e492ff
Show file tree
Hide file tree
Showing 39 changed files with 509 additions and 1,660 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- "release-*"
- "unified_kuadrant"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
paths-ignore:
Expand All @@ -21,6 +22,7 @@ on:
- '**.md'
- 'samples/**'
- 'LICENSE'
workflow_dispatch:

jobs:
e2e_test_suite:
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ When deploying the multicluster gateway controller using the make targets, the f
* go >= 1.21

### 1. Running the controller in the cluster:
1. Set up your DNS Provider by following these [steps](./docs/dnspolicy/dns-provider.md)
[//]: # (ToD mnairn)
[//]: # (1. Set up your DNS Provider by following these [steps](./docs/dnspolicy/dns-provider.md))

1. Setup your local environment
```sh
Expand Down Expand Up @@ -63,7 +64,9 @@ When deploying the multicluster gateway controller using the make targets, the f
```

## 2. Running the controller locally:
1. Set up your DNS Provider by following these [steps](./docs/dnspolicy/dns-provider.md)

[//]: # (ToD mnairn)
[//]: # (1. Set up your DNS Provider by following these [steps](./docs/dnspolicy/dns-provider.md))

1. Setup your local environment

Expand Down
315 changes: 0 additions & 315 deletions bundle/manifests/kuadrant.io_tlspolicies.yaml

This file was deleted.

Loading

0 comments on commit 8e492ff

Please sign in to comment.