Kuadrant / multicluster-gateway-controller

multi-cluster gateway controller, manages multi-cluster gateways based on gateway api and policy attachment
Apache License 2.0
10 stars 23 forks source link

parse gateway IPs in non-kuadrant format #729

Closed philbrookes closed 8 months ago

philbrookes commented 8 months ago

closes #727

Verification

make local-setup OCM_SINGLE=true create namespace kuadrant-system copy managedzone and related secret from multi-cluster-gateways namespace to kuadrant-system namespace deploy policy controller follow (skip sections on rate-limiting and auth): https://github.com/Kuadrant/kuadrant-operator/blob/main/doc/user-guides/secure-protect-connect.md once you have created the dns policy, edit to include a health check spec. edit gateway hostname and change *.hostname to api.hostname see health check created.

ping @pehala

openshift-ci[bot] commented 8 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: maleck13, philbrookes

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/Kuadrant/multicluster-gateway-controller/blob/main/OWNERS)~~ [maleck13,philbrookes] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
maleck13 commented 8 months ago

I was able to get a dnshealthcheckprobe created on a single cluster with an istio gateway.

maleck13 commented 8 months ago

/lgtm