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

Commit

Permalink
update kuadrant-operator version and docs
Browse files Browse the repository at this point in the history
* Update cert-manager version
* update docs
  • Loading branch information
mikenairn committed Feb 9, 2024
1 parent 79df01f commit f5c13d8
Show file tree
Hide file tree
Showing 25 changed files with 47 additions and 1,307 deletions.
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
2 changes: 0 additions & 2 deletions cmd/gateway_controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"flag"
"os"

certmanv1 "github.com/jetstack/cert-manager/pkg/apis/certmanager/v1"
clusterv1 "open-cluster-management.io/api/cluster/v1"
clusterv1beta2 "open-cluster-management.io/api/cluster/v1beta1"
workv1 "open-cluster-management.io/api/work/v1"
Expand Down Expand Up @@ -54,7 +53,6 @@ var (
func init() {
utilruntime.Must(clientgoscheme.AddToScheme(scheme.Scheme))

utilruntime.Must(certmanv1.AddToScheme(scheme.Scheme))
utilruntime.Must(gatewayapiv1.AddToScheme(scheme.Scheme))
utilruntime.Must(clusterv1beta2.AddToScheme(scheme.Scheme))
utilruntime.Must(workv1.AddToScheme(scheme.Scheme))
Expand Down
19 changes: 0 additions & 19 deletions config/samples/kuadrant.io_v1alpha1_tlspolicy.yaml

This file was deleted.

1 change: 0 additions & 1 deletion config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## Append samples you want in your CSV to this file as resources ##
resources:
# Used as examples in kuadrant-operator bundle
- kuadrant.io_v1alpha1_tlspolicy.yaml
129 changes: 0 additions & 129 deletions docs/dnspolicy/dns-health-checks.md

This file was deleted.

98 changes: 0 additions & 98 deletions docs/dnspolicy/dns-provider.md

This file was deleted.

56 changes: 0 additions & 56 deletions docs/dnspolicy/dnspolicy-quickstart.md

This file was deleted.

Loading

0 comments on commit f5c13d8

Please sign in to comment.