-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release 0.3 manual docs testing #717
Comments
following what I can from /docs/dnspolicy/dns-health-checks/, I patched the DNSPolicy after going through the multi cluster walkthrough: [
{
"op": "add",
"path": "/spec/healthCheck",
"value": {
"allowInsecureCertificates": true,
"endpoint": "/",
"expectedResponses": [200, 201, 301],
"failureThreshold": 5,
"port": 443,
"protocol": "https"
}
}
]
I'm not seeing any DNSHealthCheckProbe resources
Here's the full DNSPolicy spec: spec:
healthCheck:
allowInsecureCertificates: true
endpoint: /
expectedResponses:
- 200
- 201
- 301
failureThreshold: 5
port: 443
protocol: https
routingStrategy: loadbalanced
targetRef:
group: gateway.networking.k8s.io
kind: Gateway
name: prod-web
Full log of the policy controller here. |
@david-martin ok I will give it a go here also to reproduce |
@maleck13 The problem was the wildcard hostname in the Gateway listener.
I'll mark that test as OK now. |
Yeah figured that out also. Added #726 as it is difficult to figure that out |
what
This covers a set of tests to execute as part of release testing around documentation. It does not cover every doc, the aim is to cover what we consider to be the core / most valuable user facing docs.
Process
There is a corresponding
unified-kuadrant-layout
branch of the docs also https://github.com/Kuadrant/docs.kuadrant.io/tree/unified-kuadrant-layoutCheck out this branch and run the docs locally usinging
mkdocs serve
The text was updated successfully, but these errors were encountered: